-
Notifications
You must be signed in to change notification settings - Fork 61
Subversion
Warning
The new versions are now developed in the `Mercurial`:trac: repository
To retrieve one of these old versions from Subversion, 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/
To retrieve this from Subversion, 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.
If you are unable to access the subversion 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.