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 |
|
rebunto
|
392a9476a7
|
Changed pyclass name of PyArray and PyArrayIter #3612
|
2022-05-04 14:08:34 +09:00 |
|
Jeong Yunwon
|
ff85fc9257
|
rename extra_tests to prefix form
|
2022-05-04 02:54:59 +09:00 |
|
Jeong Yunwon
|
aca6043818
|
operator_div.py
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
ab6a3be51a
|
rename extra_tests
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
487cd56391
|
rename extra_tests files
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
bf0daabbae
|
split math_basics.py to proper files
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
d62ea37729
|
merge os_info.py to stdlib_os.py
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
01b1344dcb
|
bools.py -> builtin_bool.py
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
460be40381
|
merge basic_types.py to builtin_type.py
|
2022-05-04 00:53:20 +09:00 |
|
Jeong Yunwon
|
c0b8c16454
|
Relocate marshal tests by our convention
|
2022-05-03 23:47:00 +09:00 |
|
Jeong Yunwon
|
1b5348a7f4
|
Fix _socket.socket naming
|
2022-04-19 15:07:04 +09:00 |
|
Jeong Yunwon
|
029860d856
|
move generate_docs.py to scripts
|
2022-04-19 05:10:05 +09:00 |
|
Jeong Yunwon
|
5380aa1b12
|
whats_left sort items and skip cpython missing signatures
|
2022-04-08 17:22:51 +09:00 |
|
Dean Li
|
c5544c2580
|
test: remove unused import and wrong doc
|
2022-03-23 21:51:51 +08:00 |
|
Jake Armendariz
|
0dba8701e8
|
Merged marshaling module
|
2022-03-16 18:54:47 -07:00 |
|
Jake Armendariz
|
aadaf18219
|
Marshaling sets, frozen sets, bytearr, and changes to testing
|
2022-03-16 18:09:33 -07:00 |
|
Noa
|
f04a305ac6
|
Fix augassign double-loading the container of the target
|
2022-03-10 13:27:38 -06:00 |
|
Jeong YunWon
|
ef90d09950
|
Merge pull request #3506 from jakearmendariz/main
Marshaling support for ints, floats, strs, lists, dicts, tuples
|
2022-02-21 23:45:38 +09:00 |
|
Jake Armendariz
|
502d5c217d
|
Changes to code/style of marshaling module
|
2022-02-21 02:12:49 -08:00 |
|
Jeong YunWon
|
37e8842ecc
|
Merge pull request #3532 from fanninpm/fix-fstring-format-spec
Fix f-string format spec
|
2022-02-10 19:31:51 +09:00 |
|
Padraic Fanning
|
022b4b233e
|
Change socket.timeout to be a TimeoutError
|
2022-02-05 20:44:04 -05:00 |
|
Padraic Fanning
|
d187a20a09
|
Add Pipfile.lock to extra_tests/.gitignore
|
2022-02-05 20:44:03 -05:00 |
|
Padraic Fanning
|
eb9c6ca6e9
|
Remove Pipfile.lock
|
2022-02-05 20:44:03 -05:00 |
|
Padraic Fanning
|
a936c36707
|
Add format-spec string test snippets
|
2022-02-04 14:59:28 -05:00 |
|