21 Commits

Author SHA1 Message Date
Jeong YunWon
864d25566a unksip test_unicode.py 2020-11-12 11:30:33 +09:00
Ben Lewis
fa3e571889 Unmark tests that are now passing in test_unicode.py. 2020-08-02 07:22:05 +12:00
Ben Lewis
58ae89969f Fix str.isspace to support unicode space characters. 2020-07-04 11:20:33 +12:00
Noah
b245712949 Fix some 32-bit only oom tests + others 2020-06-06 17:14:32 -05:00
Jeong YunWon
46945c334c Merge pull request #1897 from youknowone/fix-bytes-find
Fix find/index/count not to crash for bigint start/end arguments
2020-05-01 00:51:23 +09:00
Jeong YunWon
0c5d333cdb Merge pull request #1891 from RustPython/coolreader18/fix-codec-tests
Fix a few codecs tests
2020-04-30 03:58:33 +09:00
Jeong YunWon
a115005c3d Fix find/index/count not to raise error for bigint start/end arguments 2020-04-29 23:07:12 +09:00
Jeong YunWon
ec00d727dd Fix str.center and all pad methods into pystr 2020-04-29 03:05:01 +09:00
Noah
8a4af38f54 Unskip test_unicode.test_codecs_errors 2020-04-27 15:13:49 -05:00
Noah
a540f042e8 Add _codecs.charmap_build, fix other _codecs issues 2020-04-14 14:59:54 -05:00
Jeong YunWon
7d7d048758 Fix {str|bytes|bytearray}.partition 2020-04-12 14:14:49 +09:00
Jeong YunWon
a12671d5e5 Merge pull request #1857 from youknowone/str-split
Fix str.split to raise empty seprator error
2020-04-11 23:38:24 +09:00
Jeong YunWon
e57d4d3d7b Fix str.split to raise empty seprator error 2020-04-11 19:00:28 +09:00
Jeong YunWon
62febeb80c Fix str.replace negative value 2020-04-11 10:42:29 +09:00
Noah
2453b73417 Mark failing test 2020-04-02 17:42:01 -05:00
Jeong YunWon
be6f49456f Merge pull request #1812 from youknowone/str-repr
Fix str.__repr__ and builtin ascii
2020-03-21 09:53:49 +09:00
Jeong YunWon
d7e32680a9 Fix str.isalpha 2020-03-13 08:47:21 +09:00
Jeong YunWon
dc6fa6cf62 Fix str.isascii 2020-03-13 08:47:21 +09:00
Jeong YunWon
39e1cf1751 Fix str.__repr__ and builtin ascii 2020-03-13 08:11:36 +09:00
Jeong YunWon
b5df09ae14 Disable failing unicode/string tests 2020-03-08 06:23:51 +09:00
CPython dev
e815835390 Lib/test/test_unicode.py from CPython 3.8.2 2020-03-08 06:23:51 +09:00