Skip to content.

logo Stackless Python


Personal tools

SVN Access

Latest Released Versions

To retrieve either of these from SVN, use the following commands (Linux, bash):

Python 2.4.4:

svn checkout http://svn.python.org/projects/stackless/tags/python-2.44/

Python 2.5.2:

svn checkout http://svn.python.org/projects/stackless/tags/python-2.52/

Python 2.6:

svn checkout http://svn.python.org/projects/stackless/tags/python-2.6/

Bleeding Edge Versions

To retrieve this from SVN, use the following command (Linux, bash):

Python 2.6:

svn checkout http://svn.python.org/projects/stackless/branches/release26-maint/

This branch is considered usable and reliable. If it is possible, it is recommended that it is used instead of the latest 2.5 tag. Stackless is stable and the only changes to it are bug fixes. The changes made to this branch over and above the last release tag will be verified fixes to reproducible problems.

Python 2.7:

svn checkout http://svn.python.org/projects/stackless/trunk/

This branch is considered unusable and unreliable. The changes made to the mainline Python trunk are merged at arbitrary times and are almost guaranteed to contain ill conceived changes which introduce bugs and instability. The merges are maintenance done to reduce the work needed in the future when synchronising Stackless releases to mainline Python releases.

In Case Of Problems

If you are unable to access the SVN repository because of a firewall or other related networking problems, you should be able to download tarballs of the source code from the download page.

 

Powered by Plone