COMMITS
/ Tools/scripts/fixheader.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
May 16, 2008
G
Ran 2to3 over scripts directory.
Georg Brandl committed
August 3, 2007
C
Convert print statements to function calls in Tools/.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 9, 2004
A
[Patch #1005491 ] use __name__ == '__main__' in scripts
Andrew M. Kuchling committed
May 13, 2003
A
Fix use of 'file' as a variable name.
Andrew M. Kuchling committed
September 11, 2002
W
Apply diff2.txt from SF patch http://www.python.org/sf/572113
Walter Dörwald committed
July 20, 2001
F
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake committed
January 17, 2001
T
Whitespace normalization.
Tim Peters committed
November 27, 1996
G
/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum committed
January 7, 1994
G
Initial revision
Guido van Rossum committed