Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-96954: use a directed acyclic word graph for storing the unicodedata ↵ | CF Bolz-Tereick | 2023-11-04 | 1 | -30113/+17154 |
| | | | | | | | codepoint names (#97906) Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com> Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | ||||
* | fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560) | James Gerity | 2023-09-20 | 1 | -16470/+16476 |
| | | | | | --------- Co-authored-by: Benjamin Peterson <benjamin@python.org> | ||||
* | closes gh-96734: Update to Unicode 15.0.0. (GH-96809) | Benjamin Peterson | 2022-09-13 | 1 | -25917/+26121 |
| | |||||
* | closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) | Benjamin Peterson | 2021-09-14 | 1 | -27462/+28414 |
| | |||||
* | closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) | Benjamin Peterson | 2020-03-11 | 1 | -25958/+26826 |
| | |||||
* | closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) | Benjamin Peterson | 2019-05-09 | 1 | -14333/+14337 |
| | | | Adds ㋿. | ||||
* | bpo-36642: make unicodedata const (GH-12855) | Inada Naoki | 2019-04-16 | 1 | -6/+6 |
| | |||||
* | closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) | Benjamin Peterson | 2019-03-10 | 1 | -25405/+26070 |
| | |||||
* | update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) | Benjamin Peterson | 2018-06-07 | 1 | -23230/+25048 |
| | | | Also, standardize indentation of generated tables. | ||||
* | bpo-30736: upgrade to Unicode 10.0 (#2344) | Benjamin Peterson | 2017-06-23 | 1 | -24607/+25629 |
| | | | Straightforward. While we're at it, though, strip trailing whitespace from generated tables. | ||||
* | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -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.0 | Benjamin Peterson | 2015-06-27 | 1 | -20540/+22024 |
| | |||||
* | upgrade to unicode 7.0.0 | Benjamin Peterson | 2014-07-06 | 1 | -19267/+21211 |
| | |||||
* | upgrade unicode db to 6.3.0 (closes #19221) | Benjamin Peterson | 2013-10-10 | 1 | -16352/+16386 |
| | |||||
* | upgrade to UCD 6.2 | Benjamin Peterson | 2012-09-29 | 1 | -11198/+11201 |
| | |||||
* | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -18286/+19488 |
| | |||||
* | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -17162/+17851 |
| | |||||
* | Upgrade to Unicode 6.0.0. | Martin v. Löwis | 2010-10-11 | 1 | -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 Xicluna | 2010-03-19 | 1 | -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 Xicluna | 2010-03-19 | 1 | -16937/+15004 |
| | | | | and gave failures in test_bigmem. Revert 79062, 79065 and 79083. | ||||
* | Merged revisions 79059 via svnmerge from | Florent Xicluna | 2010-03-18 | 1 | -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 from | Martin v. Löwis | 2008-09-10 | 1 | -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 Brandl | 2008-07-04 | 1 | -8659/+8771 |
| | | | | characters. | ||||
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -10133/+12387 |
| | |||||
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -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öwis | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | Regenerate from Unicode 3.2.0 to include all First/Last ranges. | Martin v. Löwis | 2002-11-24 | 1 | -8264/+8264 |
| | |||||
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 1 | -7489/+10240 |
| | |||||
* | compress unicode decomposition tables (this saves another 55k) | Fredrik Lundh | 2001-01-21 | 1 | -6691/+6208 |
| | |||||
* | forgot to check in the new makeunicodedata.py script | Fredrik Lundh | 2001-01-21 | 1 | -8354/+8013 |
| | |||||
* | new unicode name database (~160k) | Fredrik Lundh | 2001-01-19 | 1 | -0/+8362 |