CPython Developers
|
f3a8fdbb4a
|
Update test_iter* from CPython 3.10.6
|
2022-08-15 04:24:58 +09:00 |
|
jfh
|
022eb28c09
|
Call __length_hint__ on object to be extracted.
|
2021-09-04 15:04:32 +03:00 |
|
jfh
|
049e9bd41d
|
Add __reduce__ for set iterator.
|
2021-08-30 19:53:48 +03:00 |
|
jfh
|
8978e8ccda
|
Add reverse deque iterator.
|
2021-08-14 22:07:41 +03:00 |
|
jfh
|
0c6375c031
|
Fix pickling, length hint, iteration for reverse list iterators. Refactor common functionality.
|
2021-08-12 20:26:59 +03:00 |
|
jfh
|
0c4d579adc
|
Fix length hint for dictionary iterators.
|
2021-08-11 23:46:00 +03:00 |
|
jfh
|
f3a074ba90
|
Adds reduce, length_hint and set_state to range iterators.
|
2021-08-05 23:56:01 +03:00 |
|
jfh
|
0c764291fd
|
Add __length_hint__, __setstate__, __reduce__ for tuple iterator.
|
2021-07-21 22:55:54 +03:00 |
|
jfh
|
95ba82bd54
|
Fix iteration issues, pickling by marking iterators as exhausted.
|
2021-06-14 19:32:22 +03:00 |
|
Padraic Fanning
|
c9ee5ce879
|
Mark erroring/failing tests
|
2021-04-14 19:04:12 -04:00 |
|
Padraic Fanning
|
2d41ad2d9f
|
Add test_iterlen from CPython 3.8
|
2021-04-14 19:04:12 -04:00 |
|