Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -131/+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 | ||||
* | Make a number of small changes to ease the backport to distutils2 | Éric Araujo | 2011-09-18 | 1 | -0/+1 |
| | |||||
* | Factor out code used by packaging commands for HTTP requests (#12169). | Éric Araujo | 2011-07-08 | 1 | -44/+2 |
| | | | | | | 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. | ||||
* | packaging: use with open() instead of try/finally: close | Victor Stinner | 2011-05-19 | 1 | -8/+7 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+173 |