summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/pypi_server.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-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 Araujo2011-11-141-5/+5
|
* Cleanup in packaging: super considered superÉric Araujo2011-10-141-1/+1
|
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-3/+4
|
* Fix typoÉric Araujo2011-06-191-1/+1
|
* Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructorVictor Stinner2011-06-151-1/+3
| | | | Don't modify mutable default arguments...
* not using a server name anymore as the 127.0.0.1 <> localhost symmetry is ↵Tarek Ziade2011-05-221-3/+1
| | | | not true under Windows 7
* added the Content-Length header. that fixes the weird ↵Tarek Ziade2011-05-211-0/+1
| | | | packaging.pypi.errors.HashDoesNotMatch errors
* Fix another ResourceWarning in test_packaging.Ezio Melotti2011-05-201-1/+2
|
* Fix more ResourceWarnings in test_packaging moving the join() and ↵Ezio Melotti2011-05-201-6/+3
| | | | server_close() in the stop method.
* Fix several ResourceWarnings in test_packaging.Ezio Melotti2011-05-201-1/+6
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+444