summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/pypi_server.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-449/+0
* 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
* not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not...Tarek Ziade2011-05-221-3/+1
* added the Content-Length header. that fixes the weird packaging.pypi.errors.H...Tarek Ziade2011-05-211-0/+1
* Fix another ResourceWarning in test_packaging.Ezio Melotti2011-05-201-1/+2
* Fix more ResourceWarnings in test_packaging moving the join() and server_clos...Ezio Melotti2011-05-201-6/+3
* 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