This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

1. Pysetup Sprint 2011-04-28 to 2011-05-01

Join members from the 'Pip' team as we work on completing the pysetup script and review the packaging(distutils2) API!

See the sprint goals for details.

1.1. Schedule

Start at 9:00am EST on 2011-04-28.

1.2. Participants

You can participate online by joining the #distutils channel on freenode and adding your name above.

1.3. Sprint Goals

1.4. Requirements

1.4.1. Sign the PSF Contributor Agreement

Make sure you sign the PSF agreement and send it back to the PSF.

Contributor Agreements

1.4.2. Hg repository

hg clone https://bitbucket.org/tarek/cpython

1.4.3. How to run tests

hg clone https://bitbucket.org/tarek/cpython
cd cpython
./configure --with-pydebug
make -s
./python -m test test_packaging

You also can run specifuc tests by doing:

./python -m packaging.tests.test_yourtest

1.4.4. How to build the docs

It seems there is a dependency on svn, make sure have it installed before running 'make html;.

hg clone https://bitbucket.org/tarek/cpython
cd cpython/Doc
make html

1.4.5. Specific Tasks

Sprints run a lot better when there are specific things to work on. Specific tasks will be added to this section over the next couple of days.

* Fix failing tests


2026-02-14 16:10