Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -287/+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 | ||||
* | Squash last tempdir leak in packaging tests. | Éric Araujo | 2011-09-19 | 1 | -0/+2 |
| | | | | Sweet taste of victory! Alexis, you can fix the threads leaks :) | ||||
* | Minor tweaks to packaging tests. | Éric Araujo | 2011-06-17 | 1 | -17/+17 |
| | | | | | | - Move a tearDown method right after setUp - Use assertRaises instead of reinventing it - Skip a test instead of commenting it out, as a reminder | ||||
* | Issue #12180: Fixed a few remaining errors in test_packaging when no threading. | Tarek Ziade | 2011-05-25 | 1 | -2/+3 |
| | |||||
* | skip more tests in packaging if threading is not supported | Tarek Ziade | 2011-05-22 | 1 | -1/+7 |
| | |||||
* | Skip tests that require zlib in the packaging tests. Also add a ↵ | Ezio Melotti | 2011-05-19 | 1 | -1/+2 |
| | | | | requires_zlib decorator to test.support. | ||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+277 |