Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17313

PyDev 2.3.0 Released

From Fabio Zadrozny <fabiofz@gmail.com>
Date 2011-12-15 18:18 -0200
Subject PyDev 2.3.0 Released
Newsgroups comp.lang.python
Message-ID <mailman.3698.1323980317.27778.python-list@python.org> (permalink)

Show all headers | View raw


Hi All,

PyDev 2.3.0 has been released

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

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

* Pep8.py integrated (must be enabled in PyDev > Editor > Code
Analysis > pep8.py).
* Faster PyDev startup (internal Jython upgraded to version 2.2.1 --
and also optimized for PyDev).
* Action to select/deselect scope (Shift+Alt+Up/Down).
* Fix: cache issue where the PYTHONPATH in memory became different
from the PYTHONPATH configured for a project.
* Fix: OutOfMemoryError when dealing with PyOpenGL.
* Fix: deadlock (could occur in a race condition when importing a
project with an existing Python configuration).
* Fix: code-completion integration issue with IPython 011 (patch from
jonahkichwacoders).
* Fix: annotation could remain in editor after removing a marker.
* Fix: BadLocationException on extract local refactoring.


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

Appcelerator
http://appcelerator.com/

Aptana
http://aptana.com/

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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

PyDev 2.3.0 Released Fabio Zadrozny <fabiofz@gmail.com> - 2011-12-15 18:18 -0200

csiph-web