Commit Graph

23 Commits

Author SHA1 Message Date
Copilot
20ad988585 Update copy module and test_copy from CPython v3.14.3 (#7062) 2026-02-10 00:05:15 +09:00
Jeong, YunWon
7258a4ae92 generator is borrowed 2026-02-02 00:43:07 +09:00
Jeong, YunWon
9a9426ee73 mark test failures 2026-02-02 00:43:07 +09:00
Lee Dogeon
3bcd071e4d Bump collections to 3.14.2 (#6770)
* Bump collections to 3.14.2

* Unmark resolved tests
2026-01-20 23:58:43 +09:00
Jeong, YunWon
02cc257b42 Support pickle better with __getnewargs_ex__ (#6749)
* Implement pickle more

* add weakref check

* check exports in __setstate__

* remove reducelib
2026-01-17 18:37:16 +09:00
Jeong, YunWon
d11604995a Upgrade dataclasses from CPython 3.13.10 2025-12-12 21:43:57 +09:00
Shahar Naveh
c195473a29 Update copy from 3.13.5 (#5913) 2025-07-08 23:49:57 +09:00
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