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 |
|