COMMITS
/ Tools/unicode/makeunicodedata.py February 21, 2026
S
gh-66802: Add `unicodedata.block()` function (#145042)
Stan Ulbrych committed
February 18, 2026
S
gh-144882: Optimize name tables in unicodedata by excluding names derived by rule NR2 (GH-144883)
Serhiy Storchaka committed
S
gh-142224: unicodedata: support bidi classes for unassigned code points (GH-144815)
Stan Ulbrych committed
February 16, 2026
S
gh-80667: Fix Tangut ideographs names in unicodedata (GH-144789)
Serhiy Storchaka committed
January 14, 2026
S
gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)
Serhiy Storchaka committed
September 11, 2025
B
closes gh-138706: update Unicode to 17.0.0 (#138719)
Benjamin Peterson committed
May 21, 2025
P
gh-127833: lexical analysis: Improve section on Names (GH-131474)
Petr Viktorin committed
November 12, 2024
S
gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (#126526)
sobolevn committed
September 13, 2024
B
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson committed
November 4, 2023
C
gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names (#97906)
CF Bolz-Tereick committed
September 20, 2023
J
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity committed
September 28, 2022
L
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
LiarPrincess committed
September 13, 2022
B
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson committed
August 26, 2022
C
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
Carl Friedrich Bolz-Tereick committed
August 19, 2022
C
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
Carl Friedrich Bolz-Tereick committed
September 14, 2021
B
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson committed
March 11, 2020
B
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson committed
B
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson committed
September 12, 2019
G
August 15, 2019
G
bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)
Greg Price committed
August 14, 2019
G
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248)
Greg Price committed
August 13, 2019
G
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
Greg Price committed
G
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
Greg Price committed
June 1, 2019
S
Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)
Stefan Behnel committed
May 9, 2019
B
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson committed
April 16, 2019
I
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki committed
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