Commit Graph

2271 Commits

Author SHA1 Message Date
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
Padraic Fanning
34f6d4559d Align os.py more squarely with CPython 3.10
This ties up some of the loose ends that were left behind in #3500.
2022-04-27 18:58:15 -04:00
Jeong YunWon
372ed7f737 Merge pull request #3664 from fanninpm/test-sys-settrace-3.10
Update test_sys_settrace.py to CPython 3.10
2022-04-27 14:41:18 +09:00
Padraic Fanning
a30a251a5a Unmark passing test 2022-04-26 22:26:38 -04:00
Padraic Fanning
af79bc6e9d Update test_sys_settrace.py to CPython 3.10 2022-04-26 22:11:58 -04:00
Padraic Fanning
c7b24b9bd8 Skip tests that don't work in a clean workspace 2022-04-26 21:35:38 -04:00
Padraic Fanning
aabb740529 Update bdb.py to CPython 3.10 2022-04-26 21:08:27 -04:00
Padraic Fanning
24bb2f8850 Add test_bdb.py from CPython 3.10 2022-04-26 21:07:06 -04:00
Moreal
d6236dcdcc Unmark correct tests 2022-04-24 05:31:01 +09:00
Jeong YunWon
d19a87fedd Merge pull request #3654 from fanninpm/test-faulthandler
Add test_faulthandler.py from CPython 3.10
2022-04-23 20:29:20 +09:00
Padraic Fanning
5266e93e2a Mark erroring tests on Windows 2022-04-22 22:45:55 -04:00
Padraic Fanning
62673fc10c Mark erroring/failing tests 2022-04-22 21:01:42 -04:00
Padraic Fanning
7ad1b56d2c Add test_faulthandler.py from CPython 3.10 2022-04-22 20:39:07 -04:00
Jeong Yunwon
ca84d728c2 sys.unraisablehook 2022-04-23 08:06:17 +09:00
sum12
d74a1d58a6 added test for builtin.aiter 2022-04-21 09:49:17 +02:00
Padraic Fanning
b8c9b383f0 Mark erroring tests 2022-04-20 21:33:19 -04:00
Padraic Fanning
15129a955b Comment out test with async for comprehension 2022-04-20 19:58:56 -04:00