summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/makeunicodedata.py
Commit message (Expand)AuthorAgeFilesLines
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-2/+2
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-111-4/+5
* bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (...Greg Price2019-09-121-62/+88
* bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)Greg Price2019-08-151-2/+5
* bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-...Greg Price2019-08-141-33/+35
* bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)Greg Price2019-08-131-24/+20
* bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)Greg Price2019-08-131-133/+109
* Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)Stefan Behnel2019-06-011-263/+275
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-091-1/+1
* bpo-36642: make unicodedata const (GH-12855)Inada Naoki2019-04-161-1/+1
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-101-1/+1
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)Benjamin Peterson2018-06-071-20/+19
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-4/+5
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-181-1/+1
* Unicode 9.0.0Benjamin Peterson2016-09-151-3/+8
* upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-3/+4
* Merge: #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-101-1/+1
|\
| * #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-101-1/+1
* | Merge: #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-0/+1
|\ \ | |/
| * #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-0/+1
* | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-0/+4
|\ \ | |/
| * #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-0/+4
* | upgrade to unicode 7.0.0Benjamin Peterson2014-07-061-1/+1
|/
* upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-2/+2
* #18803: merge with 3.3.Ezio Melotti2013-08-251-1/+1
|\
| * #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-1/+1
* | 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-1/+1
|/
* Some cleanup in the Tools directory.Florent Xicluna2012-07-071-1/+0
* update to Unicode 6.1Benjamin Peterson2012-02-211-4/+5
* delta encoding of upper/lower/title makes a glorious return (#12736)Benjamin Peterson2012-01-161-0/+7
* add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-15/+35
* use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-32/+69
* #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-2/+100
* Fix ResourceWarnings in makeunicodedata.py.Ezio Melotti2011-09-301-81/+88
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Issue #10459: Update CJK character names to Unicode 6.0.Martin v. Löwis2010-11-221-2/+19
* | Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-111-58/+77
* | #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-37/+4
* | Merged revisions 79494,79496 via svnmerge fromFlorent Xicluna2010-03-301-5/+24
* | Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-191-4/+2
* | Fixed a failure in test_bigmem.Florent Xicluna2010-03-191-1/+1
* | Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna2010-03-191-1/+1
* | Missing update from previous changeset r79062.Florent Xicluna2010-03-181-1/+1
* | Merged revisions 75396 via svnmerge fromAmaury Forgeot d'Arc2009-10-131-0/+5
* | Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-061-7/+121
|/
* Merged revisions 72054 via svnmerge fromAntoine Pitrou2009-04-271-5/+32
* Merged revisions 71894 via svnmerge fromWalter Dörwald2009-04-251-22/+21