summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-102/+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
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-1/+2
| | | | | | 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.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+101