summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/clean.py
Commit message (Expand)AuthorAgeFilesLines
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-5/+1
* Patch #1104111: Alter setup.py --help and --help-commands.Martin v. Löwis2005-03-031-1/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Change warning to debug level; it's a very minor issue.Jeremy Hylton2002-06-061-2/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-7/+8
* Untabified.Greg Ward2000-10-141-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-10/+10
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Bastian Kleineidam: fix so it cleans up the temporary script-buildingGreg Ward2000-09-121-20/+13
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-1/+1
* Moved warnings out of 'finalize_options()' into 'run()'.Greg Ward2000-05-281-7/+13
* Normalized all the end-of-class lines.Greg Ward2000-05-251-0/+2
* Rename 'build_bdist' to 'bdist_base', and get it by default from theGregory P. Smith2000-05-131-6/+7
* Typo fix.Gregory P. Smith2000-05-131-1/+1
* Added the 'build_bdist' option and code to clean it up -- this is theGregory P. Smith2000-05-131-3/+14
* Tweaked all over:Greg Ward2000-03-181-9/+29
* Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-0/+44