[Pydev-cvs] org.python.pydev Changes.txt,1.384,1.385
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-05 01:31:16
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1588 Modified Files: Changes.txt Log Message: Handling __bootstrap__ module (loads compiled module instead of source module). Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.384 retrieving revision 1.385 diff -C2 -d -r1.384 -r1.385 *** Changes.txt 4 May 2008 16:48:46 -0000 1.384 --- Changes.txt 5 May 2008 01:31:22 -0000 1.385 *************** *** 17,20 **** --- 17,21 ---- <li>Code completion: can be requested for external files (containing system info)</li> <li>Code completion: fixed recursion condition</li> + <li>Code completion: egg file distributed with dll that have a source module with the same name only with a __bootstrap__ now loads the dll instead of the source module (e.g.: numpy egg)</li> <li>Debugger: Step over/Step return can now execute with untraced frames (much faster)</li> <li>Debugger: Problem when handling thread that had no context traced and was directly removed.</li> |