index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
build_scripts.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Patch #1696. Don't attempt to close None in dry-run mode.
Guido van Rossum
2008-01-02
1
-1/+2
*
#1120: put explicit version in the shebang lines of pydoc, idle
Georg Brandl
2007-09-12
1
-1/+2
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
Patch #736857, #736859: Add -e option to build_scripts.
Martin v. Löwis
2004-08-25
1
-2/+5
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-1/+1
*
make sure the default manifest generation includes files identified as
Fred Drake
2004-03-25
1
-0/+2
*
Do not add extra "\n" after bang line.
Gustavo Niemeyer
2003-06-27
1
-2/+2
*
Only log a message and chmod() when the mode isn't already what we
Guido van Rossum
2003-01-29
1
-3/+6
*
Change the mode of scripts in the build/scripts* directory to
Guido van Rossum
2003-01-24
1
-0/+12
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2/+0
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-3/+4
*
Allow shebang's which use versioned Python binaries. Fixes
Marc-André Lemburg
2002-02-28
1
-1/+1
*
Joe VanAndel wrote:
Marc-André Lemburg
2001-12-11
1
-1/+1
*
Fix for
Michael W. Hudson
2001-12-10
1
-2/+11
*
[Bug #475009] Tighten the pattern for the first line, so we don't
Andrew M. Kuchling
2001-12-06
1
-1/+1
*
Remove unused variable
Andrew M. Kuchling
2001-08-10
1
-1/+0
*
Do convert_path() on script paths (now PyXML builds out of the box
Just van Rossum
2001-07-29
1
-0/+2
*
Undo revision 1.7: always mangle a #! line containing "python" to point
Greg Ward
2001-07-25
1
-4/+2
*
When not copying a file because the output is up to date, make the message
Fred Drake
2001-03-02
1
-2/+2
*
Leave #! lines featuring /usr/bin/env alone
Andrew M. Kuchling
2001-02-28
1
-2/+4
*
Standardized whitespace around function calls.
Greg Ward
2000-09-30
1
-3/+3
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
1
-0/+2
*
Fixed a grab-bag of typos spotted by Rob Hooft.
Greg Ward
2000-07-27
1
-1/+1
*
Take the basename of the script before concatenating it with the build dir.
Greg Ward
2000-05-25
1
-1/+1
*
Improvements to Bastian's build_scripts command:
Greg Ward
2000-05-25
1
-31/+58
*
Bastian Kleineidam: the "build_scripts" command.
Greg Ward
2000-05-25
1
-0/+71