Commit Graph

26 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
CPython Developers
9ec6d6c261 Update test_unicodedata from v3.14.2 2026-02-14 09:32:04 +09:00
ShaharNaveh
d28164c150 Update test_ucn.py from 3.13.7 2025-08-24 00:17:50 +03:00
Shahar Naveh
e75aebb967 Update str related tests from 3.13.5 (#5953)
* Update str related tests from 3.13.5

* Apply RustPython patches

* Mark new failing tests
2025-07-12 20:44:34 +09:00
Jeong YunWon
4cdb8d18b7 unicodedata.is_mirrored 2025-06-22 21:32:12 +09:00
Noa
a86126419c Fix remaining tests 2025-03-25 19:05:12 -05:00
LYK
b687960c5d Mark failing tests of test_unitcodedata 2023-03-10 17:01:47 +09:00
LYK
134f62a776 Update test_unicodedata from CPython 3.11.2 2023-03-10 04:06:03 +09:00
Zhiyan Xiao
3b8d670c81 Add unicodedata.east_asian_width (#4523) 2023-02-20 01:38:02 +09:00
Padraic Fanning
d50735d8f4 Unskip tests in test_unicodedata 2021-02-25 23:16:13 -05:00
Padraic Fanning
1e300dceb3 Explain test_bug_5828 skip 2021-02-08 21:03:06 -05:00
Padraic Fanning
625ac78de3 Explain test_ucd_510 skip 2021-02-08 21:01:39 -05:00
Padraic Fanning
194db04ef1 Explain test_digit_numeric_consistent skip 2021-02-08 21:01:00 -05:00
Padraic Fanning
e6dd77767d Explain test_decimal_numeric_consistent skip 2021-02-08 21:00:18 -05:00
Padraic Fanning
2827f3e243 Explain test_east_asian_width_9_0_changes skip 2021-02-08 20:58:55 -05:00
Padraic Fanning
474cacaec6 Explain test_east_asian_width skip 2021-02-08 20:58:22 -05:00
Padraic Fanning
6d215bf03d Explain test_combining skip 2021-02-08 20:56:40 -05:00
Padraic Fanning
9ba770c28e Explain test_mirrored skip 2021-02-08 20:56:00 -05:00
Padraic Fanning
006a2f0728 Explain test_decomposition skip 2021-02-08 20:53:29 -05:00
Padraic Fanning
7d8cbd559c Explain test_decimal skip 2021-02-08 20:52:51 -05:00
Padraic Fanning
76d5086327 Explain test_numeric skip 2021-02-08 20:50:04 -05:00
Padraic Fanning
04a1cd44b4 Explain test_digit skip 2021-02-08 20:49:26 -05:00
Padraic Fanning
9eb81d16c1 Explain test_function_checksum skip 2021-02-08 20:48:41 -05:00
Padraic Fanning
effdfc5a5d Explain test_method_checksum skip 2021-02-08 20:47:20 -05:00
Robert Booth
dbc3d64507 remaining test_unicode* from v3.8.7 2021-01-27 12:59:11 +09:00
Robert Booth
fd6e44afdf remaining test_unicode* from v3.8.7 2021-01-27 11:48:31 +09:00