[Pydev-cvs] org.python.pydev Changes.txt,1.32,1.33
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@us...> - 2005-09-19 22:37:22
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12494 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Changes.txt 15 Sep 2005 00:37:13 -0000 1.32 --- Changes.txt 19 Sep 2005 22:37:15 -0000 1.33 *************** *** 16,19 **** --- 16,21 ---- - Options for doing parsing only after an elapsed time (check the builder preferences) - .pyc is removed when the corresponding .py file is removed. + - debugger has been changed so that it becomes faster (still not as fast as I would like, but still... faster) + - other bug-fixes (as ususal) after 0.9.8 |