Skip to content

Subversion

Anselm Kruis edited this page Jan 4, 2016 · 2 revisions

Subversion repository

Warning

The new versions are now developed in the Mercurial 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/

Bleeding Edge Versions

To retrieve the latest versions available from Subversion, use the following command (Linux, bash):

Python 2.6:

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

Python 2.7:

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

Python 3.1:

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

Python 3.2:

svn checkout http://svn.python.org/projects/stackless/branches/release32-maint/
Clone this wiki locally