summaryrefslogtreecommitdiff
path: root/Lib/packaging/command/install_distinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Use more standard name for one option of packaging’s install_distinfoÉric Araujo2011-11-061-13/+12
* Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-141-1/+1
* Fix typo and wordingÉric Araujo2011-09-181-1/+1
* Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-4/+3
* Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-121-31/+1
* Fix usage of dry-run in packaging bdist_wininst and install_distinfo.Éric Araujo2011-09-101-37/+37
* Minor cleanupÉric Araujo2011-08-201-7/+7
* use the same line terminator everywhereTarek Ziade2011-05-211-2/+2
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-1/+1
* packaging: don't use locale encoding to compute MD5 checksumsVictor Stinner2011-05-191-2/+2
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+175