index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
clean.py
Commit message (
Expand
)
Author
Age
*
Change warning to debug level; it's a very minor issue.
Jeremy Hylton
2002-06-06
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
*
Untabified.
Greg Ward
2000-10-14
*
Standardized whitespace around function calls.
Greg Ward
2000-09-30
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
*
Bastian Kleineidam: fix so it cleans up the temporary script-building
Greg Ward
2000-09-12
*
Fixed imports from '*util' modules to not just import everything from util.
Greg Ward
2000-08-05
*
Moved warnings out of 'finalize_options()' into 'run()'.
Greg Ward
2000-05-28
*
Normalized all the end-of-class lines.
Greg Ward
2000-05-25
*
Rename 'build_bdist' to 'bdist_base', and get it by default from the
Gregory P. Smith
2000-05-13
*
Typo fix.
Gregory P. Smith
2000-05-13
*
Added the 'build_bdist' option and code to clean it up -- this is the
Gregory P. Smith
2000-05-13
*
Tweaked all over:
Greg Ward
2000-03-18
*
Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>:
Greg Ward
2000-03-18