Commit Graph

1963 Commits

Author SHA1 Message Date
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
e80412a63a Update test_argparse to CPython 3.10 2022-07-02 18:48:45 -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
Jeong YunWon
51175fecd8 Merge pull request #3745 from rng-dynamics/filterfalse-reduce
Add `filterfalse.__reduce__`
2022-05-26 15:15:53 +09:00
Padraic Fanning
d83c01d3e6 Mark failing test 2022-05-25 20:53:09 -04:00
Padraic Fanning
5073bac833 Update test_reprlib.py to CPython 3.10 2022-05-25 20:52:31 -04:00
Alexander Scharinger
4f87f875fc Add filterfalse.__reduce__ 2022-05-26 00:07:17 +02:00
rebunto
f15b70cda9 update test_bisect.py to support CPython 3.10.4 2022-05-23 10:33:17 +09:00
Jeong YunWon
fd45e9e66b Merge pull request #3738 from gnsxun/notimpl_reduce
Add NotImplemented.__reduce__()
2022-05-22 14:01:52 +09:00
Jeong YunWon
bd4f7ab3f9 Merge pull request #3734 from gnsxun/map-mod
Add map.reduce()
2022-05-22 13:52:54 +09:00
gnsxun
e5816a40ad delete expectedFailture 2022-05-22 13:07:02 +09:00
gnsxun
d1f22fe4c3 delete expectedFailtures 2022-05-22 12:40:57 +09:00
Lithium
53185cdfb8 Fixed test_bytearray_translate Error (#3730) 2022-05-22 10:57:12 +09:00