Try CodeInvestigator version 0.16.0

2009-09-23 Thread hans moleman
CodeInvestigator version 0.16.0 was released on Sept 23. It requires Python version 2.6 and a Firefox browser. Bug fixes: Indentation of comments and triple quoted strings. Triple quoted strings could embed additional spaces. Additional __str__ calls were made for an instance.

Jython 2.5.1 Release Candidate 3 is out

2009-09-23 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5.1rc3 is available for download here: https://sourceforge.net/projects/jython/files/jython-dev/2.5.1rc3/jython_installer-2.5.1rc3.jar/download - See http://wiki.python.org/jython/InstallationInstructions for installati

[ANNOUNCE] PyGobject 2.20.0 - stable

2009-09-23 Thread Gian Mario Tagliaretti
I am pleased to announce version 2.20.0 of the Python bindings for GObject. The new release is available from ftp.gnome.org as and its mirrors as soon as its synced correctly: http://download.gnome.org/sources/pygobject/2.20/ What's new since PyGObject 2.19.0? - Allow to use automake

TestFixtures 1.6.2 released!

2009-09-23 Thread Chris Withers
Hi All, I'm pleased to announce a new release of TestFixtures. This package is a collection of helpers and mock objects that are useful when writing unit tests or doc tests. This release fixes problems when using Comparison objects with instances of Django models, so tests like the following wi