Pydev 1.6.4 Released

Fabio Zadrozny fabiofz at gmail.com
Sat Jan 1 20:37:06 EST 2011


Hi All,

Pydev 1.6.4 has been released

Details on Pydev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------

 * Improved Unittest integration:
      o Created a PyUnit view (with a red/green bar) which can be used
to see the results of tests and relaunching them
      o The default test runner now allows parallel execution
(distributing tests by module or individually)
      o The nose and py.test test runners are also supported now

 * Major Bug Fixed: existing interpreters could be corrupted when
adding a new one
 * Fixed AttributeError on console startup in Python 3.0
 * Added theming and automatic sash orientation to the pydev code coverage view
 * Patch by frigo7: When creating a new remote debugger target, the
terminated ones are removed
 * Patch by frigo7: compare editor properly showing the revision
information and fixed broken shortcuts (e.g.: ctrl+z)
 * Read-only files no longer editable in pydev actions
 * Fixed issue of remaining \r on python 3.0 on input()
 * The pydev parser is now properly dealing with bom (utf-8)
 * Assign to local: if method starts with '_', the leading '_' is not
added to the local


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

PyDev is a plugin that enables users to use Eclipse for Python, Jython
and IronPython 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/

Pydev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com



More information about the Python-list mailing list