summaryrefslogtreecommitdiff
path: root/Objects/unicodetype_db.h
Commit message (Expand)AuthorAgeFilesLines
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)Miss Islington (bot)2018-06-071-724/+946
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-221-2262/+2295
* Unicode 9.0.0Benjamin Peterson2016-09-141-716/+857
* upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-791/+1641
* upgrade to unicode 7.0.0Benjamin Peterson2014-07-061-1121/+1591
* upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-8/+6
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-2/+2
* upgrade to UCD 6.2Benjamin Peterson2012-09-291-3/+10
* update to Unicode 6.1Benjamin Peterson2012-02-201-1166/+1273
* delta encoding of upper/lower/title makes a glorious return (#12736)Benjamin Peterson2012-01-151-3443/+1336
* add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-117/+380
* use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-1513/+4174
* Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-111-702/+804
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-4/+0
* #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-181-111/+3
* Merged revisions 79494,79496 via svnmerge fromFlorent Xicluna2010-03-301-3/+6
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-191-961/+1192
* Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna2010-03-191-1192/+961
* Merged revisions 79059 via svnmerge fromFlorent Xicluna2010-03-181-961/+1192
* Merged revisions 75396 via svnmerge fromAmaury Forgeot d'Arc2009-10-131-109/+109
* Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-061-1217/+2914
* Merged revisions 71894 via svnmerge fromWalter Dörwald2009-04-251-2/+2
* fix isprintable() on space characters #5126Benjamin Peterson2009-03-261-1027/+1029
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-777/+938
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-146/+143
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-946/+961
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-959/+947
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-947/+959
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-886/+930
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-650/+829
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-360/+299
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-423/+484
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-1/+1
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-241-108/+77
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-415/+959
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-211-1/+1
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-87/+86
* - don't set the titlecase flag for uppercase letters (sorry, tim)Fredrik Lundh2000-09-251-40/+40
* unicode database compression, step 3:Fredrik Lundh2000-09-251-0/+578