COMMITS
/ Tools/unicode/gencodec.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
May 20, 2015
S
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
November 11, 2013
A
Fix some PEP8-formatting problems in the generated code
Andrew Kuchling committed
June 16, 2012
A
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Antoine Pitrou committed
November 30, 2010
A
Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py
Alexander Belopolsky committed
March 19, 2010
F
Merged revisions 78982,78986 via svnmerge from
Florent Xicluna committed
July 13, 2009
A
Merged revisions 74000-74001 via svnmerge from
Amaury Forgeot d'Arc committed
May 16, 2008
G
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes 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
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
March 17, 2006
N
Remove apply()
Neal Norwitz committed
December 25, 2005
T
Whitespace normalization.
Tim Peters committed
October 25, 2005
M
Apply some cosmetic fixes to the output of the script.
Marc-André Lemburg committed
October 21, 2005
M
Moved gencodec.py to the Tools/unicode/ directory.
Marc-André Lemburg committed