| Commit message (Expand) | Author | Age | Files | Lines |
* | Code: Update Donghee Na's name (#109744) | Hugo van Kemenade | 2023-09-25 | 4 | -4/+4 |
|
|
* | fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560) | James Gerity | 2023-09-20 | 1 | -12/+17 |
|
|
* | bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376) | LiarPrincess | 2022-09-28 | 1 | -1/+1 |
|
|
* | closes gh-96734: Update to Unicode 15.0.0. (GH-96809) | Benjamin Peterson | 2022-09-13 | 1 | -2/+3 |
|
|
* | GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin... | Carl Friedrich Bolz-Tereick | 2022-08-26 | 1 | -7/+25 |
|
|
* | gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020) | Carl Friedrich Bolz-Tereick | 2022-08-19 | 1 | -3/+7 |
|
|
* | gh-84508: tool to generate cjk traditional chinese mappings (gh-93272) | Davide Rizzo | 2022-06-11 | 1 | -0/+239 |
|
|
* | Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93... | Dong-hee Na | 2022-05-29 | 4 | -38406/+0 |
|
|
* | gh-84508: Add mapping files for Korean and Japanese. (gh-93309) | Dong-hee Na | 2022-05-28 | 4 | -0/+38406 |
|
|
* | closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) | Benjamin Peterson | 2021-09-14 | 1 | -4/+4 |
|
|
* | bpo-40328: Add tool for generating cjk mapping headers (GH-19602) | Dong-hee Na | 2020-04-29 | 9 | -0/+51008 |
|
|
* | Update some www.unicode.org URLs to use HTTPS. (GH-18912) | Benjamin Peterson | 2020-03-11 | 1 | -2/+2 |
|
|
* | closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) | Benjamin Peterson | 2020-03-11 | 1 | -4/+5 |
|
|
* | bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (... | Greg Price | 2019-09-12 | 1 | -62/+88 |
|
|
* | bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) | Greg Price | 2019-09-09 | 1 | -4/+1 |
|
|
* | bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) | Greg Price | 2019-08-15 | 1 | -2/+5 |
|
|
* | bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-... | Greg Price | 2019-08-14 | 1 | -33/+35 |
|
|
* | bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129) | Greg Price | 2019-08-13 | 1 | -24/+20 |
|
|
* | bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130) | Greg Price | 2019-08-13 | 1 | -133/+109 |
|
|
* | Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558) | Stefan Behnel | 2019-06-01 | 1 | -263/+275 |
|
|
* | closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) | Benjamin Peterson | 2019-05-09 | 1 | -1/+1 |
|
|
* | bpo-36642: make unicodedata const (GH-12855) | Inada Naoki | 2019-04-16 | 1 | -1/+1 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 2 | -12/+10 |
|
|
* | closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) | Benjamin Peterson | 2019-03-10 | 1 | -1/+1 |
|
|
* | update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) | Benjamin Peterson | 2018-06-07 | 1 | -20/+19 |
|
|
* | bpo-30736: upgrade to Unicode 10.0 (#2344) | Benjamin Peterson | 2017-06-23 | 1 | -4/+5 |
|
|
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -7/+7 |
|
|
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -1/+1 |
|
|
* | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -3/+8 |
|
|
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -5/+5 |
|
|
* | upgrade to Unicode 8.0.0 | Benjamin Peterson | 2015-06-27 | 1 | -3/+4 |
|
|
* | Issue #16261: Converted some bare except statements to except statements | Serhiy Storchaka | 2015-05-20 | 1 | -1/+1 |
|
|
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -7/+7 |
|\ |
|
| * | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 1 | -7/+7 |
|
|
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Merge: #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+1 |
|
|
* | | Merge: #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -0/+1 |
|
|
* | | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. | R David Murray | 2014-10-09 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | #18176: updated stdtypes UCD link, added reminder to makeunicodedata. | R David Murray | 2014-10-09 | 1 | -0/+4 |
|
|
* | | upgrade to unicode 7.0.0 | Benjamin Peterson | 2014-07-06 | 1 | -1/+1 |
|/ |
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | | #1097797: add the original mapping file | Andrew Kuchling | 2013-11-11 | 1 | -0/+258 |
|
|
* | | Fix some PEP8-formatting problems in the generated code | Andrew Kuchling | 2013-11-11 | 1 | -9/+9 |
|
|
* | | upgrade unicode db to 6.3.0 (closes #19221) | Benjamin Peterson | 2013-10-10 | 1 | -2/+2 |
|
|
* | | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18803: fix more typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|