COMMITS
/ Tools/unicode/makeunicodedata.py March 10, 2019
B
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson committed
June 7, 2018
B
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson committed
June 23, 2017
B
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
September 15, 2016
B
Unicode 9.0.0
Benjamin Peterson committed
June 27, 2015
B
upgrade to Unicode 8.0.0
Benjamin Peterson committed
October 10, 2014
R
Merge: #18176: Change generic UCD PropList link to version specific link.
R David Murray committed
R
#18176: Change generic UCD PropList link to version specific link.
R David Murray committed
October 9, 2014
R
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
R David Murray committed
R
#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray committed
R
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray committed
R
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray committed
July 6, 2014
B
upgrade to unicode 7.0.0
Benjamin Peterson committed
October 10, 2013
B
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson committed
August 25, 2013
E
#18803: merge with 3.3.
Ezio Melotti committed
E
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
September 29, 2012
B
upgrade to UCD 6.2
Benjamin Peterson committed
July 7, 2012
F
Some cleanup in the Tools directory.
Florent Xicluna committed
February 21, 2012
B
update to Unicode 6.1
Benjamin Peterson committed
January 16, 2012
B
delta encoding of upper/lower/title makes a glorious return (#12736)
Benjamin Peterson committed
January 14, 2012
B
add str.casefold() (closes #13752)
Benjamin Peterson committed
January 11, 2012
B
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson committed
October 21, 2011
E
#12753: Add support for Unicode name aliases and named sequences.
Ezio Melotti committed
September 30, 2011
E
Fix ResourceWarnings in makeunicodedata.py.
Ezio Melotti committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
November 22, 2010
M
Issue #10459: Update CJK character names to Unicode 6.0.
Martin v. Löwis committed
October 11, 2010
M
Upgrade to Unicode 6.0.0.
Martin v. Löwis committed
September 12, 2010
A
#9210: remove --with-wctype-functions configure option.
Amaury Forgeot d'Arc committed
August 18, 2010
A
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc committed
March 30, 2010
F
Merged revisions 79494,79496 via svnmerge from
Florent Xicluna committed
March 19, 2010
F
Merged revisions 78982,78986 via svnmerge from
Florent Xicluna committed
F
Fixed a failure in test_bigmem.
Florent Xicluna committed
March 18, 2010
F
Missing update from previous changeset r79062.
Florent Xicluna committed
October 13, 2009
A
Merged revisions 75396 via svnmerge from
Amaury Forgeot d'Arc committed
October 6, 2009
A
Merged revisions 75272-75273 via svnmerge from
Amaury Forgeot d'Arc committed
April 27, 2009
A
Merged revisions 72054 via svnmerge from
Antoine Pitrou committed
April 25, 2009
W
Merged revisions 71894 via svnmerge from
Walter Dörwald committed
March 26, 2009
B
fix isprintable() on space characters #5126
Benjamin Peterson committed
January 27, 2009
M
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson committed
September 10, 2008
M
Merged revisions 66362 via svnmerge from
Martin v. Löwis committed
July 4, 2008
G
Issue #3282: str.isprintable() should return False for undefined Unicode characters.
Georg Brandl committed
June 13, 2008
M
Merged revisions 64226 via svnmerge from
Martin v. Löwis committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
June 4, 2008
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
May 16, 2008
G
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl committed
January 30, 2008
R
Convert some custom sort comparison functions to equivalent key functions.
Raymond Hettinger committed