Commit Graph

7 Commits

Author SHA1 Message Date
Jeong, YunWon
334936045d Implement missing unicodedata functions and fix lookup error type
Add combining, decomposition, digit, decimal, numeric methods to Ucd.
Change lookup() to raise KeyError instead of LookupError.
Remove expectedFailure markers from 9 passing tests.
Add unicodedata.is_normalized() method.
Rename decomp_chars to chars to fix spell check.
Remove expectedFailure from test_named_unicode_escapes and
test_urlsplit_normalization.
2026-02-14 09:32:17 +09:00
Jeong YunWon
448658e49d Update urllib from v3.14.2 2026-01-25 00:18:55 +09:00
CPython developers
07ccc26e71 Update test_urlparse from CPython 3.10.5 2022-08-07 16:31:38 +09:00
Padraic Fanning
4b5117c80c Update test_urlparse to CPython 3.8.10 2021-06-02 19:22:51 -04:00
Ben Lewis
ddb9606544 Unmark fixed tests in test_urlparse.py, and fix clippy error. 2020-07-29 19:05:40 +12:00
hyperbora
91e8695c93 Mark unsupported tests 2020-07-20 20:51:11 +09:00
hyperbora
4387d96ffe add test_urlparse from CPython 3.8.4 2020-07-19 22:12:10 +09:00