aboutsummaryrefslogtreecommitdiff
path: root/Objects/unicodetype_db.h
AgeCommit message (Expand)Author
2021-09-14closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)Benjamin Peterson
2020-03-10closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson
2019-05-08closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson
2019-04-17bpo-36642: make unicodedata const (GH-12855)Inada Naoki
2019-03-09closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson
2018-06-06update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)Benjamin Peterson
2017-06-22bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson
2016-09-14Unicode 9.0.0Benjamin Peterson
2015-06-27upgrade to Unicode 8.0.0Benjamin Peterson
2014-07-06upgrade to unicode 7.0.0Benjamin Peterson
2013-10-10upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson
2013-08-13Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou
2012-09-29upgrade to UCD 6.2Benjamin Peterson
2012-02-20update to Unicode 6.1Benjamin Peterson
2012-01-15delta encoding of upper/lower/title makes a glorious return (#12736)Benjamin Peterson
2012-01-14add str.casefold() (closes #13752)Benjamin Peterson
2012-01-11use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson
2010-10-11Upgrade to Unicode 6.0.0.Martin v. Löwis
2010-09-12#9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc
2010-08-18#5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc
2010-03-30Merged revisions 79494,79496 via svnmerge fromFlorent Xicluna
2010-03-19Fixed a failure in test_bigmem.Florent Xicluna
2010-03-19Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna
2010-03-18Merged revisions 79059 via svnmerge fromFlorent Xicluna
2009-10-13Merged revisions 75396 via svnmerge fromAmaury Forgeot d'Arc
2009-10-06Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc
2009-04-25Merged revisions 71894 via svnmerge fromWalter Dörwald
2009-03-26fix isprintable() on space characters #5126Benjamin Peterson
2008-09-10Merged revisions 66362 via svnmerge fromMartin v. Löwis
2008-07-04Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl
2008-06-11#2630: Implement PEP 3138.Georg Brandl
2008-06-04Revert r63934 -- it was mixing two patches.Georg Brandl
2008-06-04Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl
2007-08-14Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis
2006-03-09Update Unicode database to Unicode 4.1.Martin v. Löwis
2004-08-04SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang
2004-06-02- SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang
2002-11-25Add unidata_version. Bump generator version number.Martin v. Löwis
2002-11-24Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis
2002-10-18Update to Unicode 3.2 database.Martin v. Löwis
2001-01-21forgot to check in the new makeunicodedata.py scriptFredrik Lundh
2000-11-03Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh
2000-09-25- don't set the titlecase flag for uppercase letters (sorry, tim)Fredrik Lundh
2000-09-25unicode database compression, step 3:Fredrik Lundh