aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add ascii fast paths to the tolower/toupper functions of the unicode dbs tooCarl Friedrich Bolz-Tereick2021-03-021-2/+26
* Fix missing _special_casing in unicodedb_5_2_0.py and regenerateRonan Lamy2020-05-281-1/+1
* Regenerate unicodedb and fix CJK range for 8.0Ronan Lamy2020-04-221-1/+1
* there was another version-as-string comparison :-(Carl Friedrich Bolz-Tereick2020-01-071-5/+5
* waaaaa, please don't compare versions as strings :-(Carl Friedrich Bolz-Tereick2020-01-061-6/+16
* change generate_unicodedb to also use tries for the non-basemodsCarl Friedrich Bolz-Tereick2019-02-261-23/+16
* Issue #2857Armin Rigo2018-07-141-2/+11
* Add version 8.0.0 of the unicode database (for 3.5)Armin Rigo2017-01-091-1/+8
* Regenerate unicodedb versions 6.1.0 and 6.2.0 with a fixed cjk_intervalArmin Rigo2017-01-091-1/+7
* Resynchronise rpython/ with branch 'py3k'Ronan Lamy2016-08-281-111/+346
* support the 6.0.0 db: add its cjk_interval and handle east asian width rangesPhilip Jenvey2013-03-191-14/+19
* fix missing derived properties: apply the properies after the ranges arePhilip Jenvey2013-03-081-7/+7
* Add .isprintable(), .isxidstart() and .xisxidcontinue() to rlib.unicodedata.Amaury Forgeot d'Arc2013-01-271-2/+40
* Sort trie substrings, to ensure repeatability across Python versions.Amaury Forgeot d'Arc2013-01-271-0/+3
* Moved most parts of unicodedb to rpythonAlexander Hesse2013-01-111-0/+703