summaryrefslogtreecommitdiffstats
path: root/Modules/unicodename_db.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-24607/+25629
| | | Straightforward. While we're at it, though, strip trailing whitespace from generated tables.
* Unicode 9.0.0Benjamin Peterson2016-09-151-22065/+23433
| | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata.
* upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-20540/+22024
|
* upgrade to unicode 7.0.0Benjamin Peterson2014-07-061-19267/+21211
|
* upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-16352/+16386
|
* upgrade to UCD 6.2Benjamin Peterson2012-09-291-11198/+11201
|
* update to Unicode 6.1Benjamin Peterson2012-02-211-18286/+19488
|
* #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-17162/+17851
|
* Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-111-16286/+17840
| | | | | | | | makeunicodedata.py: download all data files from unicode.org, switch to extracting Unihan data from zip file. Read linebreakprops and derivednormalizationprops even for old versions, even though they are not used in delta records. test:unicode.py: U+11000 is now assigned, use U+14000 instead.
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-191-15004/+16937
| | | | | | | | | | | Merged revision 79059 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
* Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ↵Florent Xicluna2010-03-191-16937/+15004
| | | | and gave failures in test_bigmem. Revert 79062, 79065 and 79083.
* Merged revisions 79059 via svnmerge fromFlorent Xicluna2010-03-181-15004/+16937
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-12015/+14686
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r66362 | martin.v.loewis | 2008-09-10 15:38:12 +0200 (Mi, 10 Sep 2008) | 3 lines Issue #3811: The Unicode database was updated to 5.1. Reviewed by Fredrik Lundh and Marc-Andre Lemburg. ........
* Issue #3282: str.isprintable() should return False for undefined Unicode ↵Georg Brandl2008-07-041-8659/+8771
| | | | characters.
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-10133/+12387
|
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-1/+1
| | | | | | | iswide() for east asian width manipulation. (Inspired by David Goodger, Reviewed by Martin v. Loewis) - Move _PyUnicode_TypeRecord.flags to the end of the struct so that no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis)
* 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-8264/+8264
|
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-7489/+10240
|
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-6691/+6208
|
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-211-8354/+8013
|
* new unicode name database (~160k)Fredrik Lundh2001-01-191-0/+8362