Commit Graph

2321 Commits

Author SHA1 Message Date
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
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
Jeong YunWon
66af821d76 Merge pull request #3812 from lijm1358/iadd-typeerror
add list iadd, inplace_concat TypeError for non iterable object
2022-06-24 00:58:52 +09:00
lijm1358
88bd2d999d add list iadd TypeError for non iterable object 2022-06-23 23:44:32 +09:00
yangbeom
00cb5ca558 add fn Binascii rlecode_hqx rledecode_hqx (#3809) 2022-06-23 23:22:16 +09:00
Padraic Fanning
092053f7df Skip tests on Windows with ValueError
"ValueError: illegal environment variable name" likely comes from the
`--fail-env-changed` switch we're now using.
2022-06-22 22:32:22 -04:00
Padraic Fanning
7d8dc183d8 Mark erroring/failing tests on Windows 2022-06-22 21:54:53 -04:00
Padraic Fanning
e850b6e041 Mark erroring test 2022-06-22 20:27:25 -04:00
Padraic Fanning
81d6765a76 Update test_ntpath to CPython 3.10 2022-06-22 20:27:25 -04:00
Padraic Fanning
909058dca2 Mark failing tests on Windows 2022-06-22 20:27:24 -04:00
Padraic Fanning
93a6cc5587 Skip possibly flaky test on Windows 2022-06-22 20:27:24 -04:00
Padraic Fanning
165df16945 Unmark passing tests due to CI limitations 2022-06-22 20:19:39 -04:00
Alexander Scharinger
50dba866fc test: itertools.compress 2022-06-16 10:59:25 +02:00
Jeong YunWon
ba8df41269 Merge pull request #3775 from joohongpark/fix-test_dict_mixed_keys_items
fix test_dictviews::test_dict_mixed_keys_items
2022-06-15 14:11:55 +09:00
Dennis Zhuang
1ff3e0a551 Skip test_flush_return_value on linux platform 2022-06-15 01:59:26 +09:00
Dennis Zhuang
3217de7af2 Adds test_mmap.py from CPython 3.10.4 2022-06-15 01:59:26 +09:00
joohongpark
2da623eadf remove todo comment 2022-06-14 02:39:51 +09:00
joohongpark
115dfc8251 fix test_dictviews::test_dict_mixed_keys_items 2022-06-14 02:39:51 +09:00
Jeong YunWon
5376c3851e Merge pull request #3772 from falsetru/fix-index-check
Saturate list index on usize.
2022-06-14 02:05:38 +09:00
Jeong Yunwon
1b22817e12 Update binhex from CPython 3.10.4 / Remove test_binhex - removed in 3.12 2022-06-14 00:51:46 +09:00
yangbeom
4411ac9e17 add binascii.crc_hqx test 2022-06-14 00:51:46 +09:00
Jeong-Min Lee
83e2490d78 Saturate on usize. 2022-06-14 00:36:43 +09:00
Isac Byeonghoon Yoo
ce546f6183 feat(sys): add sys.is_finalizing() (#3776) 2022-06-11 21:10:09 +09:00
JaeHyung Jang
9757c8244f Setitem error have type name (#3770) 2022-06-11 16:48:07 +09:00
Byeonghoon Yoo
6bd9c81626 fix(binascii): enable test_b64decode_padding_error 2022-06-11 14:58:53 +09:00
Jeong YunWon
7182111fa9 Merge pull request #3748 from youknowone/getattr
Fix getattr to use `__getattribute__` correctly
2022-06-01 09:38:27 +09:00
Jeong YunWon
c40bc62298 Merge pull request #3507 from qingshi163/number-protocol
Implement Number Protocol
2022-05-30 08:16:52 +09:00
Kangzhi Shi
1ed18c012a fix vm.to_index now use number protocol 2022-05-30 07:36:08 +09:00
Kangzhi Shi
3e6e348a67 impl number protocol float 2022-05-30 07:36:08 +09:00
Kangzhi Shi
59cedd2213 deprecated warnings for int 2022-05-30 07:36:07 +09:00
Jeong Yunwon
5ae16a2bfb update gzip and test_gzip from CPython 3.10.4 2022-05-30 07:22:37 +09:00
Jeong Yunwon
b9c1f31d46 Fix getattr to use __getattribute__ correctly 2022-05-27 15:22:01 +09:00