Menu

PyDev 13 Released

PyDev 13 Release Highlights

Updates & Improvements

  • Support for Python 3.13
  • Support for type alias syntax
  • Parsing type vars (still missing semantic analysis).
  • Support for Annotated[cls] in code-completion
  • Added condition to resolve as True|False in templates
  • Updated typeshed
  • Updated PyDev debugger (pydevd) to version 3.3.0
  • Updated minimum Java version requirement to Java 17
  • Changed ruff linting command to ruff check to match breaking change
  • Improved docstring assist to properly handle multi-line function signatures
  • Converted paragraph wrapping functionality from Jython to Java
  • Changed "Surround with try..except" to use try..except Exception as default
  • Supporting trailing commas in multi-line with statements

Bug Fixes

  • Fixed recursion error that could occur during interpreter restoration
  • Fixed with_statement import handling in auto-import
  • Fixed issue where local imports were incorrectly placed within arguments
  • Fixed issue with paragraph wrapping on last line
  • Fixed exception handling for project configuration variables
  • Improved logging to avoid stack traces for non-error messages

About PyDev

PyDev is an open-source Python IDE on top of Eclipse for Python (also available for Python on Visual Studio Code).

It comes with goodies such as code completion, syntax highlighting, syntax analysis, code analysis, refactor, debug, interactive console, etc.

It is also available as a standalone through LiClipse with goodies such as multiple cursors, theming and support for many other languages, such as Django Templates, Jinja2, Html, JavaScript, etc.

Links:

PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/

Cheers,

Fabio Zadrozny

Posted by Fabio Zadrozny 2025-02-08

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.