COMMITS
/ Tools/scripts/fixdiv.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
October 30, 2015
T
Issue #25505: Remove unused buggy method.
Terry Jan Reedy 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
December 19, 2006
G
Patch #1601678: move intern() to sys.intern().
Georg Brandl committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
May 13, 2003
A
Fix use of 'file' as a variable name.
Andrew M. Kuchling committed
September 4, 2001
G
- Reverse the meaning of the -m option: warnings about multiple /
Guido van Rossum committed
T
Whitespace normalization.
Tim Peters committed
G
PEP 238 documented -Qwarn as warning only for classic int or long
Guido van Rossum committed
G
Rename the -D option to -Q, to avoid a Jython option name conflict.
Guido van Rossum committed
September 2, 2001
G
Implement what the docstring said: multiple slashes per line are
Guido van Rossum committed
G
Added more text to the docstring, updated the way the exit status is
Guido van Rossum committed
September 1, 2001
G
The beginnings of a script to help finding / operators that may need
Guido van Rossum committed