286 Commits

Author SHA1 Message Date
Kangzhi Shi
de7f07b354 impl Pattern.sub 2021-01-20 08:29:57 +02:00
Kangzhi Shi
3b549cb83e impl Match.__getitem__ 2021-01-20 08:29:57 +02:00
Kangzhi Shi
d812a94c68 fix Opcode::BIGCHARSET 2021-01-20 08:29:57 +02:00
Kangzhi Shi
994ab4efb3 fix Opcode::CHARSET 2021-01-20 08:29:57 +02:00
Kangzhi Shi
080b417f1f impl Match.groups() 2021-01-20 08:29:57 +02:00
Kangzhi Shi
884f16cad0 rework OpMaxUntil; restruct popping context; add tests; 2021-01-20 08:29:57 +02:00
Kangzhi Shi
f021e6ad65 impl Match.group 2021-01-20 08:29:57 +02:00
Kangzhi Shi
963af86935 impl re.Match object 2021-01-20 08:29:57 +02:00
Noah
bcf58d9091 Misc fixes 2021-01-14 12:37:37 -06:00
carbotaniuman
3ca003a94d Fix test 2020-12-30 11:53:49 -06:00
carbotaniuman
eecebef0e0 Add test 2020-12-30 10:56:00 -06:00
ChJR
6da4d9714a Add more tests for general formatting of floating numbers
Check for trailing zeros.
2020-11-20 03:14:19 +09:00
ChJR
245ed70e4f Add tests for general formatting of floating numbers
Check for trailing zeros.
2020-11-19 23:07:54 +09:00
ChJR
07a857b4ad Add tests for formatting floating numbers 2020-11-10 02:30:51 +09:00
Noah
a87ce5ba5d Skip more tests for macos 2020-11-02 12:41:44 -06:00
Noah
525ff493a1 Merge pull request #2311 from rodrigocam/master
Add socket sendfile function
2020-10-28 12:18:52 -05:00
Rodrigo Oliveira
a8d579dada Add guard clause to check if os has sendfile function 2020-10-27 18:34:22 -03:00
Rodrigo Oliveira
01e6f735a0 Remove socket sendfile wrong implementation 2020-10-27 17:50:40 -03:00
Rodrigo Oliveira
a656c51696 Add os sendfile function and python test 2020-10-27 17:14:53 -03:00
Noah
0aa177de1d Merge pull request #2307 from ChJR/feature/format_float
Fix default format(float) result when the number is too big
2020-10-26 12:19:06 -05:00
ChJR
2219382928 Add tests for default format(float) working 2020-10-26 01:01:50 +09:00
ChJR
729aeff795 Move tests to extra_tests. 2020-10-26 00:45:30 +09:00
Kangzhi Shi
1d4cfa4381 bytes pickle with subclass 2020-10-23 14:42:13 +02:00
Kangzhi Shi
f348c56eea Refactor ByteInnerNewOptions 2020-10-20 06:53:32 +00:00
Kangzhi Shi
3fe8a30ca0 bytesinner from pytuple 2020-10-10 17:01:00 +09:00
Kangzhi Shi
cf3572385c Fix more to pass unittest 2020-10-10 17:00:57 +09:00
Kangzhi Shi
4489ba1014 disable few test in test_xdrlib 2020-10-10 16:59:36 +09:00
Kangzhi Shi
2a4fbaa588 disable few test stdlib_struct 2020-10-10 16:59:29 +09:00
Kangzhi Shi
499d99794c Implement Buffer Protocol 2020-10-10 16:57:19 +09:00
Noah
7a39500aed Fix vm-tracing-logging build 2020-09-26 23:40:21 -05:00
Jeong YunWon
6f230ff7d7 optimize descr_get 2020-09-24 01:42:28 +09:00
Noah
2f03db9872 Fix some silly errors 2020-09-21 10:55:15 -05:00
Kangzhi Shi
5351e97066 Hack pickle.py to run by RustPython 2020-09-19 08:54:09 +02:00
Kangzhi Shi
3c92199aa3 Need upgrade the version of pickle.py 2020-09-19 08:54:09 +02:00
Kangzhi Shi
d1f2179397 Fix byte pickle implement 2020-09-19 08:54:09 +02:00
Jeong YunWon
e62a164f4d Move tests -> extra_tests 2020-09-13 06:58:57 +09:00