Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -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 Araujo | 2011-10-19 | 1 | -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 Araujo | 2011-09-18 | 1 | -14/+10 |
| | |||||
* | Fix UnboundLocalError in a finally block of one packaging test | Éric Araujo | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | skip more tests in packaging if threading is not supported | Tarek Ziade | 2011-05-22 | 1 | -1/+7 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+157 |