COMMITS
/ Tools/scripts/cleanfuture.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka committed
July 26, 2011
É
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
Éric Araujo 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
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 15, 2001
T
Fix typo in module docstring.
Tim Peters committed
August 13, 2001
T
+ A msg on c.l.py reminded me that docstrings can be implicitly catenated.
Tim Peters committed
August 12, 2001
T
Tool to delete (or just rewrite parts of) obsolete future statements.
Tim Peters committed