summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_scripts.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-10/+6
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Fix mode on scripts to have the read bit set (noted by Nicholas Riley)Andrew M. Kuchling2002-11-291-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Fix bug in recent change to logging code.Jeremy Hylton2002-06-041-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-2/+3
* Restrict the mode to the lowest four octal positions; higher positionsAndrew M. Kuchling2002-01-311-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-5/+5
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+3
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-131-1/+4
* Some far-reaching naming changes:Greg Ward2000-05-271-1/+1
* Tweaked description, help text.Greg Ward2000-05-271-3/+3
* Bastian Kleineidam: the "build_scripts" command and changesGreg Ward2000-05-251-6/+25
* Added 'get_inputs()' methods, needed by the "install" command'sGregory P. Smith2000-05-131-0/+3
* Added comment/docstring/revision header.Gregory P. Smith2000-05-121-0/+9
* Deleted some cruft.Gregory P. Smith2000-05-121-5/+15
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+16