summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_dist.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-264/+0
* Remove unused code from packaging.tests.__init__Éric Araujo2011-11-151-1/+0
* Make sure packaging tests that register custom commands also clear themÉric Araujo2011-11-061-14/+13
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-1/+10
* Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-191-3/+2
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-191-3/+3
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-4/+6
* Consolidate tests for packaging.metadata.Éric Araujo2011-09-101-225/+27
* Remove display options (--name, etc.) from the Distribution class.Éric Araujo2011-08-291-4/+4
* Restore $HOME after test has run (should fix #12765)Éric Araujo2011-08-191-0/+3
* Minor tweaks in packaging’s test_dist.Éric Araujo2011-06-171-21/+15
* Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-161-1/+3
* Clean up extra environment variable after packaging tests.Éric Araujo2011-06-101-1/+1
* Issue #12167: packaging.tests.test_dist unloads the temporary moduleVictor Stinner2011-05-241-0/+2
* Issue #12112: packaging reads/writes metadata using UTF-8Victor Stinner2011-05-191-1/+1
* Issue #12113: make sure generated module is not reused on a second runTarek Ziade2011-05-191-6/+14
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+445