COMMITS
/ Objects/unicodetype_db.h September 11, 2025
B
closes gh-138706: update Unicode to 17.0.0 (#138719)
Benjamin Peterson committed
September 13, 2024
B
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson committed
November 15, 2023
M
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)
Miro Hrončok 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
September 14, 2021
B
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson committed
March 11, 2020
B
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson 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
September 15, 2016
B
Unicode 9.0.0
Benjamin Peterson committed
June 27, 2015
B
upgrade to Unicode 8.0.0
Benjamin Peterson 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 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
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 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
Fixed a failure in test_bigmem.
Florent Xicluna committed
March 18, 2010
F
Merged revisions 79059 via svnmerge from
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 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
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 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
August 14, 2007
M
Add XID_Start and XID_Continue properties to unicodectype.
Martin v. Löwis committed
March 9, 2006
M
Update Unicode database to Unicode 4.1.
Martin v. Löwis committed
August 4, 2004
H
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang committed
June 2, 2004
H
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang committed
November 25, 2002
M
Add unidata_version. Bump generator version number.
Martin v. Löwis committed
November 24, 2002
M
Regenerate from Unicode 3.2.0 to include all First/Last ranges.
Martin v. Löwis committed
October 18, 2002
M
Update to Unicode 3.2 database.
Martin v. Löwis committed
January 21, 2001
F
forgot to check in the new makeunicodedata.py script
Fredrik Lundh committed
November 3, 2000
F
Added 38,642 missing characters to the Unicode database (first-last
Fredrik Lundh committed
September 25, 2000
F
- don't set the titlecase flag for uppercase letters (sorry, tim)
Fredrik Lundh committed
F
unicode database compression, step 3:
Fredrik Lundh committed