Stackless Python for Python 2.6 has been released. Stackless Python is a Python interpreter that minimizes the use of the C stack, also offering support for microthreads.
|
October 03, 2008 Stackless Python for Python 2.6 has been released. Stackless Python is a Python interpreter that minimizes the use of the C stack, also offering support for microthreads. October 02, 2008 Python 2.6 final has been released. Python is a portable, dynamic, object-oriented language. This release includes: support for the 'with' keyword without requiring a 'from __future__ import with_statement' directive, a __package__ attributes for modules, support for a per-user site-packages directory, the new 'multiprocessing' package, improved string formatting, optional support for 'print' as a function, exception handling changes, support for byte literals, the new 'io' module, support for class decorators, a type hierarchy for numbers in the 'numbers' module, the new 'fractions' module, optimizations, the deprecation of some modules, updated modules, support for building with Microsoft Visual Studio 2008, bug fixes, and other changes. It has been announced that the next Michigan Python Users Group meeting will be held on October 2, 2008. September 29, 2008 PyCon 2009 has put out a call for proposals. The conference will be held from March 27 to March 29, 2009, in Chicago. September 23, 2008 The September 23, 2008 edition of Python-URL! is now available. It summarises recent developments and discussion within the Python community. September 22, 2008 September 18, 2008 September 17, 2008 The September 16, 2008 edition of Python-URL! is now available. It summarises recent developments and discussions within the Python community. September 14, 2008 September 10, 2008 The September 9, 2008 edition of Python-URL! is now available. It summarises recent discussion and developments within the Python community. September 04, 2008 It has been announced that The Python Papers, Volume 3 Issue 2 is now available. The Python Papers is "a free e-journal, including industry and academic articles." August 27, 2008 The August 26, 2008 edition of Python-URL! is now available. It summarises recent developments and discussion within the Python community. August 21, 2008 August 05, 2008 The August 5, 2008 edition of the Python-URL! is now available. It summarises recent developments and discussion within the Python community. August 01, 2008 July 25, 2008 |