|
|
Log in / Subscribe / Register

Pydev 1.3.23 released

From:  "Fabio Zadrozny" <fabiofz-AT-gmail.com>
To:  jython-users-AT-lists.sourceforge.net, pydev-announce-AT-lists.sourceforge.net, pydev-code-AT-lists.sourceforge.net, pydev-users-AT-lists.sourceforge.net, python-announce-list-AT-python.org, "python list" <python-list-AT-python.org>
Subject:  Pydev 1.3.23 Released
Date:  Sun, 26 Oct 2008 11:27:36 -0200
Message-ID:  <cfb578b20810260627g2a690f79k272abd505f13ac5e@mail.gmail.com>

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
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html




to post comments


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds