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
/
install_scripts.py
Commit message (
Expand
)
Author
Age
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
*
Fix mode on scripts to have the read bit set (noted by Nicholas Riley)
Andrew M. Kuchling
2002-11-29
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
*
Fix bug in recent change to logging code.
Jeremy Hylton
2002-06-04
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
*
Restrict the mode to the lowest four octal positions; higher positions
Andrew M. Kuchling
2002-01-31
*
Standardized whitespace around function calls.
Greg Ward
2000-09-30
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
*
Added --force (-f) option to force installation (including bytecode
Greg Ward
2000-09-13
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
*
Tweaked description, help text.
Greg Ward
2000-05-27
*
Bastian Kleineidam: the "build_scripts" command and changes
Greg Ward
2000-05-25
*
Added 'get_inputs()' methods, needed by the "install" command's
Gregory P. Smith
2000-05-13
*
Added comment/docstring/revision header.
Gregory P. Smith
2000-05-12
*
Deleted some cruft.
Gregory P. Smith
2000-05-12
*
Patch from Bastien Kleineidam:
Gregory P. Smith
2000-05-12