Commit Graph

784 Commits

Author SHA1 Message Date
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
Noah
389f2bf623 Merge pull request #2414 from ishigoya/master
add test_random from 3.8.7
2021-01-26 10:37:52 -06:00
coolreader18
5d23721b0d Remove _sre.py 2021-01-26 00:33:21 -06:00
Noah
7963baaede Skip test on windows 2021-01-25 19:24:40 -06:00
Noah
570d2521d0 Merge pull request #2408 from verhovsky/add-gzip
Copy gzip from CPython 3.10
2021-01-25 18:29:16 -06:00
Noah
f428fcc692 unskip tests 2021-01-25 18:28:18 -06:00
Noah
97e5c2c890 Merge pull request #2352 from qingshi163/_sre-wip
[WIP] _sre
2021-01-25 14:43:22 -06:00
Noah
19f9ca6390 Merge pull request #2399 from RustPython/coolreader18/asdl
Generate rustpython-ast based off of Python.asdl
2021-01-25 11:09:31 -06:00
Robert Booth
1e3e3a0a9e fail/skip for test_random 3.8.7 2021-01-25 22:17:05 +09:00
Robert Booth
678625add2 test_random from v3.8.7 2021-01-25 22:14:25 +09:00
Robert Booth
00feca2a9a skip/fail tests in test_slice 3.8.7 2021-01-25 15:08:25 +09:00
Robert Booth
2d62aad793 test_slice from 3.8.7 2021-01-25 15:04:29 +09:00
boris
95e2d110e7 Comment out failing tests and add notes to io.TextIOWrapper 2021-01-24 02:48:28 -05:00
boris
d8d2b21d4c Copy test_gzip.py from CPython 3.8 2021-01-24 02:46:32 -05:00
boris
90524f77c9 Copy gzip from CPython 3.10 2021-01-23 01:10:52 -05:00
Kangzhi Shi
5794c46adf fix multiple bugs; pass tests 2021-01-22 16:40:33 +02:00
Kangzhi Shi
2a6bf6286a fix Match.group with __index__ 2021-01-21 19:45:00 +02:00
Kangzhi Shi
5232a3db3e fix back_peek_char 2021-01-21 19:24:10 +02:00
Kangzhi Shi
df42fd913f fix at_beginning 2021-01-21 16:14:23 +02:00
Kangzhi Shi
40b68fbea7 impl Pattern SubArgs with bytes 2021-01-21 15:51:51 +02:00
Kangzhi Shi
81d791b04b fix op branch 2021-01-21 12:48:32 +02:00
Kangzhi Shi
8d11e9e310 pass multiple tests 2021-01-20 17:30:23 +02:00
Kangzhi Shi
2e7f47a79e fix zero width repeat 2021-01-20 16:33:30 +02:00
Kangzhi Shi
a0ceadfb2a fix multiple bugs; skip crash tests 2021-01-20 08:29:58 +02:00
Kangzhi Shi
faf0aa6426 add bytes support and refactor 2021-01-20 08:29:58 +02:00
Kangzhi Shi
7ff6dcab9e impl Match.lastgroup 2021-01-20 08:29:58 +02:00
Kangzhi Shi
5ca4e79eb5 impl Pattern.findall 2021-01-20 08:29:57 +02:00
Kangzhi Shi
ef7c296001 impl Match.groupdict 2021-01-20 08:29:57 +02:00
Kangzhi Shi
79790be0df fix OpMinUntil 2021-01-20 08:29:57 +02:00
Kangzhi Shi
de7f07b354 impl Pattern.sub 2021-01-20 08:29:57 +02:00
Kangzhi Shi
22278e1e88 upgrade sre_parse.py; impl marks count 2021-01-20 08:29:56 +02:00
Kangzhi Shi
67074c1dc3 upgrade re version; implement helper functions; 2021-01-20 08:29:56 +02:00
Noah
3b875291ee WIP - native _sre 2021-01-20 08:29:56 +02:00
Noah
971578b2f3 Upgrade ast.py to 3.8.7 2021-01-14 12:37:37 -06:00
Noah
07cad58292 Skip test_ftplib on windows 2021-01-11 17:32:30 -06:00
Noah
5ead2864ae Skip unsupported tests 2021-01-11 17:32:29 -06:00
Noah
8d95d642df Add keycert files from CPython 3.8.3 2021-01-11 17:32:29 -06:00
Noah
47e268a98c Add test.test_ftplib from CPython 3.8.3 2021-01-11 17:32:18 -06:00
Noah
76306b2260 Add half-float support for struct 2021-01-07 23:44:44 -06:00
Kangzhi Shi
44048f60cb Implement memoryview cast 2020-12-27 19:03:05 +02:00
Noah
d177b8f1a3 Merge pull request #2377 from carbotaniuman/fsum
Add fsum to the math module
2020-12-23 20:49:12 -06:00
carbotaniuman
9faed3582a Address review 2020-12-21 22:29:15 -06:00
carbotaniuman
0ff37540ab Add fsum to the math module 2020-12-19 19:32:08 -06:00
Noah
99a8d68933 Fix test_exceptions.testRaising 2020-12-19 15:09:20 -06:00
Noah
9b76dc38d8 Merge pull request #2357 from hyperbora/fix-memoryview-compare
fix memoryview compare
2020-12-13 19:32:14 -06:00
Noah
334adf3816 Remove debug print from zipimport 2020-12-07 21:19:46 -06:00
hyperbora
928fbcda50 fix memoryview compare 2020-12-07 21:58:54 +09:00
Noah
5bbe2da1ef Merge pull request #2350 from isidentical/issue-2349
Handle raw yield expressions as RHS for augmented/annotated assignments
2020-12-06 11:12:04 -06:00
Noah
7c58f4a0c8 Fast locals part 3 2020-12-05 16:36:35 -06:00