summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_pypi_xmlrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-101/+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
* Use our existing drop-in, no-op decorator instead of redefining it.Éric Araujo2011-08-111-6/+2
| | | | Patch by Francisco Martin Brugue.
* skip more tests in packaging if threading is not supportedTarek Ziade2011-05-221-1/+6
|
* Issue #12115: skipping all tests that need threading under a threadless ↵Tarek Ziade2011-05-191-1/+8
| | | | environment
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+93