COMMITS
/ Tools/scripts/fixps.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson 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
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
May 13, 2003
A
Fix use of 'file' as a variable name.
Andrew M. Kuchling committed
January 17, 2001
T
Whitespace normalization.
Tim Peters committed
April 9, 1999
G
Use re instead of regex.
Guido van Rossum committed
November 27, 1996
G
Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.
Guido van Rossum committed
December 10, 1992
G
Fix bug when reporting error
Guido van Rossum committed
December 9, 1992
G
Initial revision
Guido van Rossum committed