COMMITS
/ Tools/scripts/texi2html.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
October 9, 2012
B
compare singletons by identity not equality (closes #16712)
Benjamin Peterson committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
May 16, 2008
G
Ran 2to3 over scripts directory.
Georg Brandl committed
August 22, 2007
C
Convert raise statements in Tools/.
Collin Winter committed
August 14, 2007
M
Remove string.{letters,lowercase,uppercase}.
Martin v. Löwis 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
July 18, 2004
T
WTF is with this script? It contained illegal syntax and illegal
Tim Peters committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
June 18, 2002
F
Mechanically translated string method calls to string methods.
Fred Drake committed
F
SF patch #552837, submitted by Robert Pyron:
Fred Drake 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
October 8, 1998
G
Fix multi-arg list.append() calls.
Guido van Rossum committed
April 23, 1998
B
Use the (new) standard script #! line
Barry Warsaw committed
October 25, 1996
F
(texi2html.py): Minor improvement to HTML 3.0 output for code examples.
Fred Drake committed
October 11, 1996
F
(texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom
Fred Drake committed
October 9, 1996
F
(texi2html.py): Tightened the generated HTML slightly. Added -p option to
Fred Drake committed
September 13, 1996
F
(texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
Fred Drake committed
August 9, 1996
G
Some improvements by Fred Drake.
Guido van Rossum committed
August 28, 1995
G
many fixes by anonymous contributor
Guido van Rossum committed
May 3, 1995
G
mods by Gregor Schmid -- very nice!
Guido van Rossum committed
March 15, 1995
G
new, from ../Demo/www
Guido van Rossum committed