summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_database.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-686/+0
* Add tests to check initial content of packaging.database cachesÉric Araujo2011-11-141-0/+7
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-2/+3
* Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
* Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-151-22/+24
* Stop trying to write into the stdlib during packaging tests (#12331).Éric Araujo2011-07-311-23/+31
* Minor packaging cleanup.Éric Araujo2011-07-291-5/+5
* Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-161-6/+5
* cleanup packaging.databaseTarek Ziade2011-05-301-5/+3
* a resource module for 2 functions is overkill. database is the right place fo...Tarek Ziade2011-05-301-3/+156
* use the same line terminator everywhereTarek Ziade2011-05-211-2/+5
* Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-191-0/+8
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-1/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+506