aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install_scripts.py
Commit message (Expand)AuthorAge
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-28
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-30
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* Fix mode on scripts to have the read bit set (noted by Nicholas Riley)Andrew M. Kuchling2002-11-29
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Fix bug in recent change to logging code.Jeremy Hylton2002-06-04
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Restrict the mode to the lowest four octal positions; higher positionsAndrew M. Kuchling2002-01-31
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-13
* Some far-reaching naming changes:Greg Ward2000-05-27
* Tweaked description, help text.Greg Ward2000-05-27
* Bastian Kleineidam: the "build_scripts" command and changesGreg Ward2000-05-25
* Added 'get_inputs()' methods, needed by the "install" command'sGregory P. Smith2000-05-13
* Added comment/docstring/revision header.Gregory P. Smith2000-05-12
* Deleted some cruft.Gregory P. Smith2000-05-12
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-12