Commit Graph

2353 Commits

Author SHA1 Message Date
Jeong Yunwon
c87c8dcb7d mark failing tests for unittest 2022-07-18 01:00:56 +09:00
CPython developers
799c78670b Update unittest from CPython 3.10.5 2022-07-18 00:59:52 +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
d9d453819e Merge pull request #3783 from ChJR/feature/fix_decorators
Fix decorators
2022-07-16 23:43:19 +09:00
ChJR
8ef21ee628 Apply PEP 614
Check 'Named Expressions Need Not Be Parenthesized' Section
2022-07-16 21:28:01 +09:00
Jeong YunWon
2e77581456 Merge pull request #3902 from kimnanhee/main
Fix byte indices must be integers or slices, error message
2022-07-16 16:17:07 +09:00
kimnanhee
4b659f92aa Fix byte indices must be integers or slices, error message 2022-07-16 15:38:21 +09:00
Kim, YeonWoo
4ac218f90e Add weakproxy bytes 2022-07-16 14:34:28 +09:00
Kim, YeonWoo
27884e2d5f Add weakproxy bool 2022-07-16 13:47:35 +09:00
Jeong Yunwon
6dec05da67 mark successful/failing tests again 2022-07-16 02:52:36 +09:00
Jeong Yunwon
4d68885095 Update Lib/test/test_traceback from CPython 3.10.5 2022-07-16 02:23:55 +09:00
Jeong Yunwon
8f5a00b31d update Lib/traceback.py from CPython v3.10.5 2022-07-16 02:23:55 +09:00
Jeong YunWon
c8916420c8 Merge pull request #3893 from Yaminyam/itertools-basetype
Add basetype flag to itertools module
2022-07-16 01:27:34 +09:00
siontama
60e3ce2dd8 Add basetype flag to itertools module 2022-07-16 00:58:42 +09:00
Daeun Lee
a563d07919 Fix testEnterAttributeError2 in test_with.py 2022-07-15 22:13:17 +09:00
Jeong YunWon
ddc801e5ca Merge pull request #3854 from oow214/weakproxy_sequence
Add weakproxy Sequence, Mapping
2022-07-15 01:29:24 +09:00
Jeong YunWon
97a4d2b4b6 Merge pull request #3869 from tgsong827/stopiteraion
Fix define_exception! of PyStopIteration to set value of value attribute
2022-07-15 00:55:07 +09:00
Kim, YeonWoo
21a7369953 Add weakproxy mapping 2022-07-15 00:49:20 +09:00
Jeong YunWon
46073a2a65 Merge pull request #3873 from key262yek/update-exceptions-test
Update exception tests from CPython v3.10.5
2022-07-14 23:20:54 +09:00
zer0who
8cbd2e53b2 deleted tested_newobj_generic&proxies 2022-07-14 21:01:21 +09:00
zer0who
aa047940c0 Deleted todo, expectedFailure 2022-07-14 21:01:14 +09:00
zer0who
8ad1ad28a0 Deleted todo lines behind code 2022-07-14 20:57:05 +09:00
zer0who
1c473b6536 Deleted todo, expectedFailure 2022-07-14 20:56:51 +09:00
Taegi Song
12bbb79bad Fix define_exception! of PyStopIteration to set value of value attribute
Co-authored-by: NanHee Kim <kimnanhee0225@gmail.com>
2022-07-14 20:30:21 +09:00
44004935b0 Specify expectedFailure of test_non_ascii in Lib/test/test_cmd_line_script.py 2022-07-14 05:50:00 +09:00
5ab55dc7ce Add expectedFailure tag to test_non_ascii 2022-07-14 05:50:00 +09:00
9f29dc558a Update Lib/test/test_cmd_line_script.py to be runable 2022-07-14 05:50:00 +09:00
e86a1bc92f Copy Lib/test/test_cmd_line_script.py from CPython v3.10.5 2022-07-14 05:50:00 +09:00
Jeong YunWon
02a1d1d7db Merge pull request #3877 from moreal/update-typing-3105
Update `typing` module to 3.10.5
2022-07-14 02:23:22 +09:00
Lee Dogeon
4ee32e6b66 Update typing module to 3.10.5 2022-07-14 00:31:40 +09:00
Karatus
523a0f9bc6 Fix union args (#3864) 2022-07-13 18:45:02 +09:00
kth496
203d1998e2 Fix multiline lexer bug
Co-authored-by: Hyeonji-Ryu <cjstk3940@naver.com>
2022-07-13 17:02:17 +09:00
b490f5255b Update Lib/test/test_syntax.py to be runable 2022-07-13 16:47:31 +09:00
82efdeb391 Update Lib/test/test_syntax.py from CPython v3.10.5 2022-07-13 16:47:31 +09:00
43824e393b Change Lib/test/test_exceptions.py runable 2022-07-13 16:47:31 +09:00
4030ad12d9 Update test_exceptions.py from CPython 3.10.5 2022-07-13 16:47:31 +09:00
fanninpm
11e9d818b4 Merge pull request #3838 from fanninpm/complex-pynumber 2022-07-10 15:30:27 -04:00
YeonWoo
0c58d7bc1d Fix is_unionable type_type check (#3852)
Co-Authored-By: Hyunmin Shin <shm1193@gmail.com>
2022-07-09 21:25:15 +09:00
Jeong YunWon
0aca6a8cdd Merge pull request #3840 from fanninpm/socket-constants
Add `_socket` constants from CPython 3.10
2022-07-06 09:18:08 +09:00
Padraic Fanning
0b1a54220e Unmark passing test on macOS and Windows 2022-07-04 20:52:03 -04:00
Padraic Fanning
b39263db3b Mark erroring test on Windows 2022-07-04 20:50:03 -04:00
Padraic Fanning
92f790efc1 Mark erroring/failing tests 2022-07-04 20:18:56 -04:00
Padraic Fanning
9de8274780 Unmark passing test 2022-07-03 14:39:36 -04:00
Padraic Fanning
e80412a63a Update test_argparse to CPython 3.10 2022-07-02 18:48:45 -04:00
Padraic Fanning
1c997166e2 Update argparse to CPython 3.10 2022-07-02 18:48:25 -04:00
Dean Li
7496845381 test: update test_io.py to 3.10 2022-06-29 18:02:57 +08:00
Jeong YunWon
174c026727 Merge pull request #3817 from youknowone/fix-clippy
Fix nightly clippy warnings
2022-06-25 02:12:18 +09:00
Jeong Yunwon
fdab7e07be skip flaky test_strtod::test_parsing 2022-06-24 21:17:15 +09:00
dldks321
b8f276f8d7 Fix OverflowError at collections.rs (#3815) 2022-06-24 01:14:50 +09:00
Jeong YunWon
166c45d575 Merge pull request #3807 from fanninpm/test-like-cpython-buildbottest
Run test suites like how CPython runs theirs
2022-06-24 01:01:51 +09:00