PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
October 03, 2008

Stackless Pythong for Python 2.6 Released

Posted: 2008-10-03 06:08:29
Languages ::

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 Released

Posted: 2008-10-02 06:13:30
Languages ::

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.

Next MichiPUG Meeting on Oct. 2

Posted: 2008-10-02 06:11:27
Languages ::

It has been announced that the next Michigan Python Users Group meeting will be held on October 2, 2008.

September 29, 2008

PyCon 2009 Call for Proposals

Posted: 2008-09-29 06:17:58

Languages ::

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

Sept. 23 Python-URL! Available

Posted: 2008-09-23 20:42:58
Languages ::

The September 23, 2008 edition of Python-URL! is now available. It summarises recent developments and discussion within the Python community.

September 22, 2008

Shed Skin 0.0.29 Released

Posted: 2008-09-22 06:17:13
Languages ::

Shed Skin 0.0.29 has been released. Shed Skin is an experimental Python compiler that emits C++ code.

This release includes: improvements to the datetime module, improved inheritance support, portability updates, bug fixes, and other changes.

September 18, 2008

Python 3.0rc1 Released

Posted: 2008-09-18 06:23:30
Languages ::

Python 3.0rc1 has been released. Python is a portable, dynamic, object-oriented language.

This release includes: the addition of PyObject_Bytes and PyBytes_FromObject to the C API, the removal of the bsddb module from the standard library, bug fixes, build fixes, and other changes.

Python 2.6rc2 Released

Posted: 2008-09-18 06:22:10
Languages ::

Python 2.6rc2 has been released. Python is a portable, dynamic, object-oriented language.

This release includes bug fixes.

September 17, 2008

Sept. 16 Python-URL! Available

Posted: 2008-09-17 06:17:02
Languages ::

The September 16, 2008 edition of Python-URL! is now available. It summarises recent developments and discussions within the Python community.

September 14, 2008

Python 2.6rc1 Released

Posted: 2008-09-14 14:18:48
Languages ::

Python 2.6rc1 has been released. Python is a portable, dynamic, object-oriented language.

This release candidate includes: new warnings, build system updates, bug fixes, and other changes.

September 10, 2008

Sept. 9 Python-URL! Available

Posted: 2008-09-10 06:16:23
Languages ::

The September 9, 2008 edition of Python-URL! is now available. It summarises recent discussion and developments within the Python community.

Jython 2.5 Alpha 2 Released

Posted: 2008-09-10 06:14:02
Languages ::
Platforms ::

Jython 2.5 Alpha 2 has been released. Jython is a Python implementation written in Java.

September 04, 2008

The Python Papers, Volume 3 Issue 2 Available

Posted: 2008-09-04 21:38:14
Languages ::

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

Aspyct 1.0 RC2 Released

Posted: 2008-08-27 06:21:27
Languages ::

Aspyct 1.0 RC2 has been released. It is a library that allows for aspect-oriented programming using Python.

This release includes: a full rewrite of the Aspyct engine, the addition of a debug mode, support for conditional advices, the addition of a prepare function, and other changes.

Aug. 26 Python-URL! Available

Posted: 2008-08-27 06:11:22
Languages ::

The August 26, 2008 edition of Python-URL! is now available. It summarises recent developments and discussion within the Python community.

August 21, 2008

Python 3.0b3 Released

Posted: 2008-08-21 06:14:41
Languages ::

Python 3.0b3 has been released. Python is a portable, dynamic, object-oriented language.

This release includes: bug fixes, the removal of the TarFileCompat class from tarfile.py, and other changes.

Python 2.6b3 Released

Posted: 2008-08-21 06:12:34
Languages ::

Python 2.6b3 has been released. Python is a portable, dynamic, object-oriented language.

This release includes: support for keyword arguments following starred arguments, bug and security fixes, documentation updates, and other changes.

August 05, 2008

Aug. 5 Python-URL! Available

Posted: 2008-08-05 20:28:12
Languages ::

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

Aspyct 1.0 RC1 Released

Posted: 2008-08-01 06:15:17
Languages ::

Aspyct 1.0 RC1 has been released. It is a library that allows for aspect-oriented programming using Python.

This release includes: support for creating custom join points, the removal of restoreAll, the addition of the PointCut class, bug fixes, and other changes.

July 25, 2008

Aspyct 0.9.2 Released

Posted: 2008-07-25 06:22:59
Languages ::

Aspyct 0.9.2 has been released. It is a library that allows for aspect-oriented programming using Python.

This release includes: the addition of atPrint, afterPrint, afterCall, atRaise, beforeInit, afterInit, restoreInit functions; and bug fixes.