All releases tagged Enhancements


Release Notes: Clang 2.7's static analyzer was used to clean up Objects/, Python/, and extensions. The ossaudio extension is now built on GNU/kFreeBSD. On Windows, ctypes no longer checks the stack before and after calling a foreign function, making it possible to use the unmodified libffi library. The Vim syntax highlight file was updated. Bugs were fixed.


Release Notes: New features include an ordered dictionary type, new unittest features including test skipping and new assert methods, a much faster io module, automatic numbering of fields in the str.format() method, float repr improvements backported from 3.x, tile support for Tkinter, a backport of the memoryview object from 3.x, set literals, dictionary views, a new syntax for nested "with" statements, and the sysconfig module.


Release Notes: This version contains many features first released in Python 3.1. Many bugs were fixed.


Release Notes: This version contains many features first released in Python 3.1. An ordered dictionary type is included. New unittest features include test skipping and new assert methods. A much faster io module was added. Automatic numbering of fields in the str.format() method was added. Float repr improvements were backported from 3.x. Tile support was added for Tkinter. A backport of the memoryview object from 3.x was added. Set literals and dictionary views were added. A new syntax for nested with statements was added.