Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -449/+0 |
| | | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html | ||||
* | packaging cleanup: A few super I missed in 5ae03b1e147a | Éric Araujo | 2011-11-14 | 1 | -5/+5 |
| | |||||
* | Cleanup in packaging: super considered super | Éric Araujo | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Make a number of small changes to ease the backport to distutils2 | Éric Araujo | 2011-09-18 | 1 | -3/+4 |
| | |||||
* | Fix typo | Éric Araujo | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor | Victor Stinner | 2011-06-15 | 1 | -1/+3 |
| | | | | Don't modify mutable default arguments... | ||||
* | not using a server name anymore as the 127.0.0.1 <> localhost symmetry is ↵ | Tarek Ziade | 2011-05-22 | 1 | -3/+1 |
| | | | | not true under Windows 7 | ||||
* | added the Content-Length header. that fixes the weird ↵ | Tarek Ziade | 2011-05-21 | 1 | -0/+1 |
| | | | | packaging.pypi.errors.HashDoesNotMatch errors | ||||
* | Fix another ResourceWarning in test_packaging. | Ezio Melotti | 2011-05-20 | 1 | -1/+2 |
| | |||||
* | Fix more ResourceWarnings in test_packaging moving the join() and ↵ | Ezio Melotti | 2011-05-20 | 1 | -6/+3 |
| | | | | server_close() in the stop method. | ||||
* | Fix several ResourceWarnings in test_packaging. | Ezio Melotti | 2011-05-20 | 1 | -1/+6 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+444 |