summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_scripts.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #4524: distutils build_script command failed with --with-suffix=3Tarek Ziadé2009-02-131-2/+2
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Patch #1696. Don't attempt to close None in dry-run mode.Guido van Rossum2008-01-021-1/+2
* #1120: put explicit version in the shebang lines of pydoc, idleGeorg Brandl2007-09-121-1/+2
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-251-2/+5
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* make sure the default manifest generation includes files identified asFred Drake2004-03-251-0/+2
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-271-2/+2
* Only log a message and chmod() when the mode isn't already what weGuido van Rossum2003-01-291-3/+6
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-241-0/+12
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-3/+4
* Allow shebang's which use versioned Python binaries. FixesMarc-André Lemburg2002-02-281-1/+1
* Joe VanAndel wrote:Marc-André Lemburg2001-12-111-1/+1
* Fix forMichael W. Hudson2001-12-101-2/+11
* [Bug #475009] Tighten the pattern for the first line, so we don'tAndrew M. Kuchling2001-12-061-1/+1
* 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