summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_create.py
Commit message (Expand)AuthorAgeFilesLines
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-5/+8
* Fix sdist to always include setup.cfg (#11092), to comply with the specÉric Araujo2011-06-061-6/+11
* Use strings instead of sets of lines in packaging.create tests.Éric Araujo2011-06-061-57/+63
* Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-231-1/+1
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-191-6/+6
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-191-4/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+235