summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/build_scripts.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ...Senthil Kumaran2011-07-281-2/+0
|\
| * Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* | Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packagingVictor Stinner2011-05-191-4/+3
|/
* Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-111-11/+34
* Merged revisions 69598 via svnmerge fromTarek Ziadé2009-02-131-2/+2
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-011-1/+14
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+2
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-1/+2
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-13/+7
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+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