summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/run.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typosÉric Araujo2011-11-141-1/+1
* Merge 3.2Florent Xicluna2011-10-281-1/+1
* Fix return code of “pysetup run COMMAND” (closes #12222)Éric Araujo2011-10-061-2/+3
* Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-121-12/+8
* Move help texts near to the function they’re related toÉric Araujo2011-08-301-121/+101
* Print all fields when calling “pysetup metadata” without options.Éric Araujo2011-08-291-11/+7
* Let all pysetup actions return a meaningful 0 or 1 exit code (#12222).Éric Araujo2011-07-291-32/+34
* Let pysetup list exit with a non-zero code when no result is found (#11409).Éric Araujo2011-07-291-1/+7
* 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