Skip to content

Mercurial

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

Mercurial Repository

Latest Released Versions

To retrieve any of these from Mercurial, use the following commands (Linux, bash):

Stackless 2.7:

hg clone https://bitbucket.org/stackless-dev/stackless
hg update v2.7.8-slp

Stackless 3.3:

hg clone https://bitbucket.org/stackless-dev/stackless
hg update v3.3.5-slp

As a general rule, Stackless uses the same Mercurial tags as regular C-Python, but with a trailing -slp.

Older Released Versions

Older versions can be retrieved from the Subversion repository.

In Case Of Problems

If you are unable to access the Mercurial 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.

Clone this wiki locally