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 |
|