# HG changeset patch # User blokeley # Date 1298746756 0 # Branch hg_transition # Node ID 5a18523e4104170ff49cab2d8386ee26f8b7de48 # Parent 3f9d973e51f48dba74c8a1b219bb3b8ba2a0f1c9 [mq]: hg_repo_locations diff -r 3f9d973e51f4 -r 5a18523e4104 setup.rst --- a/setup.rst Sat Feb 26 13:50:32 2011 +0100 +++ b/setup.rst Sat Feb 26 18:59:16 2011 +0000 @@ -20,7 +20,21 @@ manager; under Windows, you might want to use the `TortoiseHg `_ graphical client. +Repository locations +-------------------- +CPython is at http://hg.python.org/cpython + +Other repositories are at: + + * Python 2.6 maintenance branch http://code.python.org/hg/branches/release2.6-maint/ + * Python 2.7 maintenance branch http://code.python.org/hg/branches/release2.7-maint/ + * Python 3.1 maintenance branch http://code.python.org/hg/branches/release3.1-maint/ + * Python 3.2 maintenance branch http://code.python.org/hg/branches/release3.2-maint/ + * Bleeding edge development branch http://code.python.org/hg/branches/py3k/ + * PEPs http://code.python.org/hg/peps/ + * Developers' guide http://hg.python.org/devguide/ + .. _checkout: Getting the Source Code