16 Commits

Author SHA1 Message Date
Blues-star
83b8c3a3fc Update test_copy.py from CPython v3.12.0 2024-02-20 19:38:58 +08:00
carlosmiei
4d05077ec3 Update test_copy.py from CPython 3.11 2023-03-09 10:59:44 +00:00
Daeun Lee
d29f5d738c Update test_copy.py from CPython v3.10.5 2022-07-27 14:42:44 +09:00
Noa
f9d9a1e15e Implement weakref._remove_dead_weakref 2021-11-15 16:08:47 -06:00
Noa
e51cb82ff0 Unskip tests 2021-11-15 16:08:46 -06:00
jfh
54a5db29ae Handle recursions when comparing objects. 2021-10-14 10:13:25 +03:00
Jeong YunWon
a4c65049bf Fix int/float enum pickle (#2945)
Add {int,float}.__getnewargs__
2021-08-24 06:33:55 +03:00
Noah
6f0013a3a8 Add method.__self__ attribute 2021-06-02 21:17:15 -05:00
Noah
3c3801bbe4 Improve defaultdict some more 2021-04-11 17:38:44 -05:00
Noah
3f36dcdaef Merge pull request #2426 from RustPython/fix-utime
Fix os.utime to be able to take floats
2021-02-11 10:16:35 -06:00
Noah
f38d8af12b Fix __reduce_ex__ and unskip tests 2021-02-08 12:36:54 -06:00
Padraic Fanning
b81c6ad483 Explain test_deepcopy_reflexive_dict skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
12d4a665db Explain test_deepcopy_reflexive_tuple skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
dde4dfdd09 Explain test_deepcopy_reflexive_list skip 2021-02-07 15:49:41 -05:00
Jeong YunWon
c8e5040d35 mark failing tests from test_copy.py 2020-01-31 18:12:18 +09:00
CPython developers
cebca9e6d3 Add test_copy.py from CPython v3.8.1 2020-01-31 17:55:59 +09:00