Commit Graph

2287 Commits

Author SHA1 Message Date
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
f40643a899 update bisect.py to CPython 3.10.4 2022-05-23 10:33:17 +09: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
Jeong YunWon
4a0be5a6d0 Merge pull request #3731 from CHOUMnote/addWeakProxyStr
Add weak proxy str
2022-05-21 22:21:33 +09:00
CHOUMnote
fabcfa60ab fix test_weakref 2022-05-21 20:17:13 +09:00
CHOUMnote
1d49cfdb70 fix error in test_weakref() 2022-05-21 19:31:37 +09:00
Hyun Park
dfa4bdc695 add filter.__reduce__ (#3732) 2022-05-21 19:08:20 +09:00
Dean Li
121b35d27c io: enhance error message in Buffered* class 2022-05-19 23:15:42 +08:00
Dennis Zhuang
eba6833096 PyStr::mul optimization for i=0 or str='' 2022-05-14 21:38:23 +08:00
Jeong YunWon
2ba1d93550 Merge pull request #3686 from fanninpm/fcntl-flock-lockf
Add flock and lockf to fcntl module
2022-05-04 14:43:37 +09:00
hrchu
8f0e40f2b2 Fix test_long::test_huge_rshift 2022-05-04 07:35:44 +09:00
Padraic Fanning
188f82c009 Change reasons for expected failures in test_fcntl 2022-05-03 18:13:18 -04:00
Jeong YunWon
2c18207bee Merge pull request #3681 from youknowone/marshal
Update marshal tests
2022-05-04 00:53:10 +09:00
Jeong Yunwon
6ff41a24c2 mark failing tests 2022-05-03 23:58:42 +09:00
Jeong Yunwon
66afb64f79 Add Lib/test/test_marshal.py from CPython 3.10.4 2022-05-03 23:56:41 +09:00
Padraic Fanning
106e2047fd Mark erroring tests 2022-05-02 21:06:49 -04:00
Padraic Fanning
ee2f4da2b8 Add test_fcntl.py from CPython 3.10 2022-05-02 20:54:08 -04:00
Padraic Fanning
498121bf1b Update test_time.py to CPython 3.10 2022-04-29 21:39:56 -04:00
Jeong YunWon
4c39668b71 Merge pull request #3665 from fanninpm/baseexception-reduce
Add BaseException.__reduce__
2022-04-30 01:16:30 +09:00
Padraic Fanning
dfbd8dc8db Unmark passing tests 2022-04-27 22:56:24 -04:00
Padraic Fanning
2815f3d037 Unmark passing test 2022-04-27 20:40:06 -04:00
Padraic Fanning
b70eb8989a Mark erroring tests 2022-04-27 19:11:02 -04:00
Padraic Fanning
1d2573173d Update test_sys.py to CPython 3.10 2022-04-27 18:58:17 -04:00
Padraic Fanning
3b22405ea8 Unmark passing tests 2022-04-27 18:58:17 -04:00
Padraic Fanning
af50fa5512 Update _pyio.py to CPython 3.10 2022-04-27 18:58:16 -04:00
Padraic Fanning
c8a8d324d1 Align io.py more squarely with CPython 3.10 2022-04-27 18:58:15 -04:00