summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/run.py
Commit message (Expand)AuthorAgeFilesLines
* Packaging cleanup: normalize print calls.Éric Araujo2011-06-081-10/+10
* Packaging cleanup: remove use of script_name where obsoleteÉric Araujo2011-06-081-1/+0
* Make help messages in packaging.run more consistentÉric Araujo2011-06-041-7/+6
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-041-1/+1
* Use list constructor or built-in method instead of copy moduleÉric Araujo2011-06-041-2/+1
* added the generate-setup actionTarek Ziade2011-06-021-1/+17
* code cleanup in packaging.runTarek Ziade2011-05-311-8/+4
* make sure we check for write access before starting the install, and add corr...Tarek Ziade2011-05-311-4/+10
* improved pysetup list UITarek Ziade2011-05-311-1/+9
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-14/+31
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+645