Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -186/+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 | -3/+2 |
| | | | | | | | | - 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 | ||||
* | Change signature of packaging.tests.support.LoggingCatcher.get_logs. | Éric Araujo | 2011-10-19 | 1 | -3/+7 |
| | | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings. | ||||
* | Make a number of small changes to ease the backport to distutils2 | Éric Araujo | 2011-09-18 | 1 | -37/+28 |
| | |||||
* | Fix fallback base class when tests run without threading | Éric Araujo | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Factor out code used by packaging commands for HTTP requests (#12169). | Éric Araujo | 2011-07-08 | 1 | -26/+1 |
| | | | | | | We now have one function to prepare multipart POST requests, and we use CRLF, as recommended by the HTTP spec (#10150). Initial patch by John Edmonds. | ||||
* | skip the pypi upload doc test via https, if ssl is not available | Tarek Ziade | 2011-05-21 | 1 | -0/+5 |
| | |||||
* | Issue #12115: skipping all tests that need threading under a threadless ↵ | Tarek Ziade | 2011-05-19 | 1 | -1/+8 |
| | | | | environment | ||||
* | Issue #12109 fixing typo in packaging's test_command_upload_docs | Tarek Ziade | 2011-05-19 | 1 | -2/+2 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+205 |