Commit Graph

223 Commits

Author SHA1 Message Date
yt2b
de58b7cb00 Add tests 2023-01-04 23:13:55 +09:00
Jim Fasarakis-Hilliard
cad2adc299 Merge pull request #4326 from yt2b/fix_list_remove
Fix `PyList.remove`
2023-01-04 13:28:59 +02:00
yt2b
fb6b3836ad Add test 2023-01-03 16:22:57 +09:00
yt2b
bd35b00184 Add test 2023-01-02 22:51:49 +09:00
yt2b
c85f8990f5 Fix separated format (#4397) 2023-01-02 17:37:32 +09:00
Jeong YunWon
aff07cf54f Merge pull request #4390 from garychia/islice-reduce
Implement islice.__reduce__
2023-01-01 15:25:21 +09:00
yt2b
c8c5abe5e4 Add test 2023-01-01 00:21:41 +09:00
Chia-Hsiang Cheng
49597bc523 Add tests for islice 2022-12-31 21:23:37 +08:00
yt2b
24c2b8842b Remove test 2022-12-31 01:35:09 +09:00
yt2b
3741321b29 Add test 2022-12-31 00:58:18 +09:00
yt2b
f07e03cde7 Add test 2022-12-30 20:03:20 +09:00
Moreal
a3b1d25768 Complement binascii extra_tests 2022-12-28 05:19:06 +09:00
yt2b
65d2aca88f Add test in syntax_comprehension.py 2022-12-18 10:03:41 +09:00
yt2b
2e792e6320 Add test case in builtin_list.py 2022-12-11 10:40:51 +09:00
Gyubong
117ae0a0ea Add example code as extra test 2022-10-17 13:45:15 +09:00
dvermd
539c662f87 Add test for dropwhile.__setstate__ 2022-10-05 14:54:43 +02:00
dvermd
fdd159c14d Add takewhile.__setstate__ 2022-10-05 14:54:01 +02:00
dvermd
bfa74dda87 Add dropwhile.__reduce__ 2022-10-05 00:26:07 +02:00
Jeong YunWon
3a36e551a1 Merge pull request #4191 from dvermd/oserror_reduce
Add OSError.__reduce__
2022-10-05 00:29:57 +09:00
dvermd
4c6cb00cb3 Add OSError.__reduce__ 2022-10-04 16:08:34 +02:00
Jeong YunWon
54d7c34668 Merge pull request #4194 from dvermd/oserror_attributes
Fill OSError attributes
2022-10-04 22:55:12 +09:00
dvermd
a18bad2ca3 Fill OSError attributes 2022-10-04 13:34:09 +02:00
Gyubong
c39c745275 Add extra_test 2022-10-01 18:24:42 +09:00
Noa
69aac594c9 Try fixing jsontest? 2022-08-24 17:49:22 -05:00
Jeong YunWon
43d2b97162 Fix f-string self-documenting format 2022-08-22 01:56:23 +09:00
Jeong YunWon
14ad4c04cf Add more fstring tests 2022-08-22 00:57:57 +09:00
Charles Marsh
32030a0f89 Add a snippet in syntax_generator.py 2022-08-21 11:07:49 -04:00
Jeong YunWon
d4a9301762 Merge pull request #4104 from RustPython/fix-jsontests
Fix jsontests.py interaction with module-level SkipTest
2022-08-19 13:09:14 +09:00
Noa
60159b2632 Fix jsontests.py interaction with module-level SkipTest 2022-08-18 20:32:21 -05:00
Jeong YunWon
53b344866f Implement new features for updated python asdl 2022-08-19 04:52:45 +09:00
Moreal
7e88c8ff55 Inline error type 2022-08-13 07:30:32 +09:00
Moreal
c7689c97cb Remove todo comment of resolved issue 2022-08-13 02:26:02 +09:00
Daeun Lee
48019563ad Implemente type __qualname__ setter 2022-08-11 07:21:09 +09:00
Gyubong
e8ed8aab9f Fix PyFloat::py_new always returning new float object issue (#3979) 2022-08-01 01:52:15 +09:00
Jeong YunWon
cc8a18496e Merge pull request #3971 from qingshi163/sre-engine
Fix sre-engine wrong repeat context used when multiple max_until recusion
2022-07-28 08:51:08 +09:00
Kangzhi Shi
d7842d1e8e pass htmlparser tests 2022-07-25 22:07:26 +02:00
boris
65f0399ba0 Convert whats_left into a CPython script
Co-Authored-By: Jeong YunWon <jeong@youknowone.org>
2022-07-24 03:37:46 +09:00
Jeong Yunwon
612478166a Remove pipenv from extra_tests/README.md 2022-07-18 01:28:02 +09:00
Jeong YunWon
ebed7280b7 Merge pull request #3889 from daeun503/fix-with-test
Fix testEnterAttributeError2 in test_with.py
2022-07-17 21:46:10 +09:00
Jeong Yunwon
2dd446a80f remove pipenv 2022-07-17 03:25:34 +09:00
Daeun Lee
c8e599e29d Fix BeforeAsyncWith 2022-07-16 21:49:28 +09:00
dennis zhuang
7be4860fac fix: non-utf8 source causes panic, close #3798 (#3884)
Co-authored-by: fanninpm <fanninpm@miamioh.edu>
2022-07-15 15:46:41 +09:00
dldks321
b8f276f8d7 Fix OverflowError at collections.rs (#3815) 2022-06-24 01:14:50 +09:00
Dennis Zhuang
623a78dbf9 fix panic when parsing invalid decimal, close #3796 2022-06-19 22:34:34 +08:00
Jeong Yunwon
a3428a86d3 add test for nested module name 2022-06-16 11:58:48 +09:00
Alexander Scharinger
33bcc89e94 test: itertools.chain stop iteration on error 2022-06-14 08:19:43 +02:00
Alexander Scharinger
a9d16e21b3 test: itertools.chain evaluate lazliy 2022-06-11 00:01:28 +02:00
CHOUMnote
46fa9f9e6a add __delitem__() funtion 2022-05-22 13:38:35 +09:00
dennis zhuang
6343332e27 Fixed int.real, int.numerator etc. returns wrong value when it's int type. (#3715) 2022-05-17 21:20:37 +09:00
djrmarques
996250d959 Added self and self_class to super (#3691) 2022-05-08 04:19:38 +09:00