Pydev 1.3.23 Released

Fabio Zadrozny fabiofz at gmail.com
Sun Oct 26 09:27:36 EDT 2008


Hi All,

Pydev and Pydev Extensions 1.3.23 have been released

Details on Pydev Extensions: http://www.fabioz.com/pydev
Details on Pydev: http://pydev.sf.net
Details on its development: http://pydev.blogspot.com

Release Highlights in Pydev Extensions:
-----------------------------------------------------------------

* Code-analysis: Fixed condition that could make code-analysis get
into a halt depending on the code structure
* Remote Debugger: Can properly debug multiple processes concurrently
* Remote Debugger: Makes the proper setup of breakpoints when
pydevd.settrace is called with suspend=False


Release Highlights in Pydev:
----------------------------------------------

* Can cancel scanning of files (Radim Kubacki)
* Detection of symlink cycles inside of the pythonpath structure
(could enter in a loop) (Radim Kubacki)
* Removed log message if log is not enabled
* .pyc remover not giving error anymore
* Fixed code-completion bug when importing token with the same name of
module where it's declared (datetime.datetime)
* Assign with tuple not being correctly handled in the type-inference engine
* Nature no longer initialized by shutdown
* Code-completion works when inner method is declared without self
* __all__: when imported no longer filters out the builtins from the
current module on a wild import
* Fixed problem in update site and Eclipse 3.4 (after installed could
prevent other plugins from being installed -- compatibility problem on
eclipse 3.4 and old versions of Pydev)



What is PyDev?
---------------------------

PyDev is a plugin that enables users to use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.


Cheers,

-- 
Fabio Zadrozny
------------------------------------------------------
Software Developer

Aptana
http://aptana.com/python

Pydev Extensions
http://www.fabioz.com/pydev

Pydev - Python Development Enviroment for Eclipse
http://pydev.sf.net
http://pydev.blogspot.com



More information about the Python-list mailing list