summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_scripts.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-291-0/+2
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-251-4/+2
* When not copying a file because the output is up to date, make the messageFred Drake2001-03-021-2/+2
* Leave #! lines featuring /usr/bin/env aloneAndrew M. Kuchling2001-02-281-2/+4
* Standardized whitespace around function calls.Greg Ward2000-09-301-3/+3
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* Take the basename of the script before concatenating it with the build dir.Greg Ward2000-05-251-1/+1
* Improvements to Bastian's build_scripts command:Greg Ward2000-05-251-31/+58
* Bastian Kleineidam: the "build_scripts" command.Greg Ward2000-05-251-0/+71