| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -53/+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 | ||||
| * | Group commands by topic in “pysetup run --list-commands” output. | Éric Araujo | 2012-02-09 | 1 | -30/+20 |
| | | | | | | | This fixes a regression from distutils, where “setup.py --help-commands” prints out commands grouped by topic (i.e. building vs. installing), which is more useful than using sorted. | ||||
| * | The value is the dotted module name to the command class. | Jeremy Kloth | 2011-09-13 | 1 | -1/+1 |
| | | |||||
| * | Fix packaging command registry to let Windows machines find bdist_msi | Éric Araujo | 2011-08-31 | 1 | -2/+7 |
| | | |||||
| * | Cleanup: move code out of a try block | Éric Araujo | 2011-08-29 | 1 | -4/+6 |
| | | |||||
| * | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+56 |
