Hunter Harloff
|
f6569313d7
|
Move test_itertools to CPython 3.12 Spec
|
2024-04-06 19:14:58 +09:00 |
|
Amuthan Mannar
|
9241e2e5d5
|
[VM] Object pickling implementation for product object (python itertools) (#5089)
* Implemented __reduce__, __setstate__ in product object
|
2023-10-12 20:12:33 +09:00 |
|
Ivan Gromov
|
cbaed46fb4
|
Implement itertools.accumulate.__reduce__ and __setstate__ (#4434)
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
|
2023-06-12 19:26:03 +09:00 |
|
Andrey Maltsev
|
30718a3be5
|
Update test_itertools.py from Cpython v3.11.2 (#4836)
* Update test_itertools.py from Cpython v3.11.2
|
2023-04-04 17:40:23 +03:00 |
|
Dan Näsman
|
78586f0275
|
Chain reduce (#4232)
|
2022-10-21 15:04:25 +09:00 |
|
Dan Nasman
|
f6e423c479
|
add reduce and setstate for zip_longest
|
2022-10-19 20:59:05 +03:00 |
|
dvermd
|
164e343517
|
add takewhile.__reduce__
|
2022-10-01 15:31:03 +02:00 |
|
jeffwang0516
|
e5437e4514
|
remove expected failures for related unittest
|
2022-08-02 01:15:09 +08:00 |
|
CPython developers
|
c737713c9e
|
Update test_itertools from CPython 3.10.5
|
2022-07-18 02:32:42 +09:00 |
|
siontama
|
60e3ce2dd8
|
Add basetype flag to itertools module
|
2022-07-16 00:58:42 +09:00 |
|
Padraic Fanning
|
9de8274780
|
Unmark passing test
|
2022-07-03 14:39:36 -04:00 |
|
Alexander Scharinger
|
50dba866fc
|
test: itertools.compress
|
2022-06-16 10:59:25 +02:00 |
|
Alexander Scharinger
|
4f87f875fc
|
Add filterfalse.__reduce__
|
2022-05-26 00:07:17 +02:00 |
|
Hyun Park
|
dfa4bdc695
|
add filter.__reduce__ (#3732)
|
2022-05-21 19:08:20 +09:00 |
|
Padraic Fanning
|
d5aa68d7b5
|
Clean up skips in test_itertools
|
2021-10-15 00:09:50 +09:00 |
|
Jim Fasarakis-Hilliard
|
8a967e84c6
|
Fix arguments for islice. 3 args are allowed.
|
2021-07-28 11:35:43 +09:00 |
|
jfh
|
ab382dbc84
|
Add fixes for itertools.repeat.
|
2021-07-25 22:13:27 +03:00 |
|
rickygao
|
52242d4b5d
|
copy the latest test_itertools.py from CPython
|
2021-02-17 12:56:46 +08:00 |
|
rickygao
|
c0e8b8d8bc
|
follow the latest signature itertools.accumulate(iterable[, func, *, initial=None])
|
2021-02-16 14:37:06 +08:00 |
|
clemado1
|
fb18a8d66e
|
Fix panic in itertools pruduct
|
2020-08-20 11:52:31 +09:00 |
|
Ben Lewis
|
2d6a1af8e2
|
Fix/mark itertools tests.
|
2020-07-27 12:42:44 +12:00 |
|
Ben Lewis
|
611b4b4907
|
Add test_itertools.py from CPython 3.8.3.
|
2020-07-27 12:39:33 +12:00 |
|