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.5:
svn checkout http://svn.python.org/projects/stackless/tags/python-2.55/
Python 2.6.5:
svn checkout http://svn.python.org/projects/stackless/tags/python-2.65/
Python 2.7.1:
svn checkout http://svn.python.org/projects/stackless/tags/python-2.71/
Python 3.1.3:
svn checkout http://svn.python.org/projects/stackless/tags/python-3.13/
Python 3.2:
svn checkout http://svn.python.org/projects/stackless/tags/python-3.2/
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.6 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/branches/release27-maint/
This branch is considered usable and reliable. 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 3.1:
svn checkout http://svn.python.org/projects/stackless/branches/release31-maint/
This branch is considered usable and reliable. 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 3.2:
svn checkout http://svn.python.org/projects/stackless/branches/release32-maint/
This branch is considered usable and reliable. 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.
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.
Stackless Python