summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_upload.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-159/+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
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-1/+1
| | | | | | | | - Use os.makedirs (I had forgotten about it!) - Let TempdirManager.write_file call os.path.join for us - Remove custom command added by test_dist - Use a skip instead of hiding a method with an underscore - Address pyflakes warnings
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-14/+10
|
* Fix UnboundLocalError in a finally block of one packaging testÉric Araujo2011-06-061-1/+1
|
* skip more tests in packaging if threading is not supportedTarek Ziade2011-05-221-1/+7
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+157