Shahar Naveh
|
9ee27526bc
|
Update encodings to 3.14.5 (#7859)
|
2026-05-12 20:54:11 +09:00 |
|
Shahar Naveh
|
36df9eb288
|
Remove redundant patches from test_codecs.py (#7127)
|
2026-02-14 19:58:02 +09:00 |
|
Jeong, YunWon
|
8127000080
|
Impl more codecs and _codecs._unregister_error (#7025)
- Rewrite _pycodecs.py: escape_decode, charmap_decode,
unicode_escape_decode/encode, raw_unicode_escape_decode/encode
- Add _codecs._unregister_error with built-in handler protection
and null byte/surrogate validation
- Normalize encoding name in register_manual
- Add codec error notes via add_note
- Fix cp65001 encoding constant in StandardEncoding::parse
- Remove 35 expectedFailure markers from test_codecs,
test_pickle, test_datetime, pickletools
|
2026-02-06 20:37:18 +09:00 |
|
Jeong, YunWon
|
6e09d1b123
|
win codecs
|
2026-02-06 00:15:18 +09:00 |
|
Jeong, YunWon
|
afea16569b
|
Fix test_io expectedFailures
|
2026-02-06 00:15:18 +09:00 |
|
Jeong, YunWon
|
c045593e4e
|
impl more nt (#6984)
* mpl new features
* windows encodings
* impl nt functions
* revert
* codecs
* fix codecs
|
2026-02-04 09:53:02 +09:00 |
|
Jeong, YunWon
|
100b870175
|
Implement UTF-32 encode/decode and fix UTF-16 empty encode
- Add UTF-32, UTF-32-LE, UTF-32-BE encode/decode in _pycodecs.py
- Register utf_32 codec functions in codecs.rs via delegate_pycodecs
- Fix PyUnicode_EncodeUTF16 returning "" instead of [] for empty input
- Remove resolved expectedFailure decorators in test_codecs.py
- Add failure reasons to remaining expectedFailure comments
|
2026-02-02 12:50:34 +09:00 |
|
Lee Dogeon
|
b1f158e5a8
|
Mark tests failing only in Windows
|
2026-01-31 10:11:58 +09:00 |
|
CPython Developers
|
31ee8b593f
|
Update codecs from v3.14.2
|
2026-01-31 10:11:58 +09:00 |
|
Jeong, YunWon
|
c9bf8df19c
|
copyslot for init (#6515)
|
2025-12-26 09:46:33 +09:00 |
|
Shahar Naveh
|
67958ec791
|
Update {io,encodings} from 3.13.7 (#6153)
* Update `io` from 3.13.7
* Patch test & upsate `encodings` from 3.13.7
* Unmark passing tests
|
2025-09-16 21:53:25 +09:00 |
|
Shahar Naveh
|
1d53e0c923
|
Update codecs from 3.13.7 (#6130)
|
2025-09-07 16:13:22 +09:00 |
|
Noa
|
0a07cd931f
|
Fix more surrogate crashes
|
2025-03-26 23:12:21 -05:00 |
|
Noa
|
7f4582bb23
|
Make cformat wtf8-compatible
|
2025-03-25 19:05:11 -05:00 |
|
Ashwin Naren
|
1f3a9672c3
|
Add _winapi.GetACP and enable test_unicode on windows (#5547)
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
|
2025-02-24 13:21:02 +09:00 |
|
Andrew Bowen
|
55f04db6b8
|
Update codecs and test_codecs from cpython v3.12.4 (#5372)
* updated test_codecs.py from cpython v3.12.4
* updated codecs.py from cpython v3.12.4
|
2024-07-29 14:55:32 +09:00 |
|
kingiler
|
bdf228eb42
|
Fix bug in binascii uu encoding. Pass more related unit tests. (#5160)
* Fix bug in binascii, passes more unit tests.
* Pass more additional tests due to this PR.
|
2024-02-09 22:42:39 +09:00 |
|
Tomer Chachamu
|
8bfbfe3e46
|
Fix str.splitlines to recognise unicode line terminators
|
2023-03-18 01:10:59 +00:00 |
|
Jeong YunWon
|
367a948ff0
|
Adapt unittest.expectedFailureIf
|
2023-03-02 04:41:15 +09:00 |
|
Jeong YunWon
|
7db813dbc6
|
mark failing tests again
|
2022-07-24 19:47:31 +09:00 |
|
CPython developers
|
ce0ac2b11b
|
Update encodings/test_codecs
|
2022-07-24 16:40:51 +09:00 |
|
Padraic Fanning
|
ead652b112
|
Mark erroring test on Windows
|
2022-02-19 14:21:44 -05:00 |
|
Padraic Fanning
|
f603371f08
|
Mark erroring/failing tests
|
2022-02-18 22:10:23 -05:00 |
|
Padraic Fanning
|
a702ae69c7
|
Update test_codecs to CPython 3.10
|
2022-02-18 21:55:04 -05:00 |
|
Dean Li
|
5ee4fb899b
|
test: use os_helper
|
2021-11-28 20:51:32 +08:00 |
|
Jeong YunWon
|
913b78ca44
|
Revert "Merge pull request #3433 from deantvv/test-update"
This reverts commit 9fa5c5ac66, reversing
changes made to e7fa32c687.
|
2021-11-17 17:06:51 +09:00 |
|
Dean Li
|
49a5805d11
|
test: use os_helper
|
2021-11-13 02:18:33 +00:00 |
|
Padraic Fanning
|
71850a992d
|
Fix erroring tests on Windows
|
2021-09-04 18:24:32 -04:00 |
|
Padraic Fanning
|
5111c0022a
|
Mark erroring/failing tests
|
2021-09-04 18:24:31 -04:00 |
|
Padraic Fanning
|
67f3d40717
|
Add test_codecs from CPython 3.8
|
2021-09-04 18:24:29 -04:00 |
|