summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_bdist.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-61/+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
* Remove unused code from packaging.tests.__init__Éric Araujo2011-11-151-2/+5
|
* Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-291-29/+13
| | | | | | There was already a test for this, but it was complicated and had a subtle bug (custom command objects need to be put in dist.command_obj so that other command objects may see them) that rendered it moot.
* Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-291-11/+8
| | | | | | Packaging uses the shutil.make_archive function copied from distutils, which does not support compress. There is no test to check that “bdist --format whatever” works, so this slipped by.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+77