aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/build_scripts.py
Commit message (Expand)AuthorAge
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-03
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ...Senthil Kumaran2011-07-28
|\
| * Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-28
| * Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-11
* | Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packagingVictor Stinner2011-05-19
* | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-11
|/
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-22
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-29
* Merged revisions 69598 via svnmerge fromTarek Ziadé2009-02-13
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-01
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-03
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-19
* 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
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-25
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* make sure the default manifest generation includes files identified asFred Drake2004-03-25
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-27
* Only log a message and chmod() when the mode isn't already what weGuido van Rossum2003-01-29
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-24
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-14
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Allow shebang's which use versioned Python binaries. FixesMarc-André Lemburg2002-02-28
* Joe VanAndel wrote:Marc-André Lemburg2001-12-11
* Fix forMichael W. Hudson2001-12-10
* [Bug #475009] Tighten the pattern for the first line, so we don'tAndrew M. Kuchling2001-12-06
* Remove unused variableAndrew M. Kuchling2001-08-10
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-29
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-25
* When not copying a file because the output is up to date, make the messageFred Drake2001-03-02
* Leave #! lines featuring /usr/bin/env aloneAndrew M. Kuchling2001-02-28
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-27
* Take the basename of the script before concatenating it with the build dir.Greg Ward2000-05-25
* Improvements to Bastian's build_scripts command:Greg Ward2000-05-25
* Bastian Kleineidam: the "build_scripts" command.Greg Ward2000-05-25