summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/database.py
Commit message (Expand)AuthorAgeFilesLines
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-3/+4
* Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-151-1/+3
* Fix typoÉric Araujo2011-08-181-1/+1
* Minor packaging cleanup.Éric Araujo2011-07-291-1/+1
* Clear packaging.database caches in placeÉric Araujo2011-07-151-6/+5
* Close file handles in a timely manner in packaging.database (#12504).Éric Araujo2011-07-081-5/+7
* Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-161-5/+8
* Style change in packaging: use “not in” over “not x in”.Éric Araujo2011-06-081-3/+3
* cleanup packaging.databaseTarek Ziade2011-05-301-2/+1
* a resource module for 2 functions is overkill. database is the right place fo...Tarek Ziade2011-05-301-0/+15
* use the same line terminator everywhereTarek Ziade2011-05-211-2/+4
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+627