jfh
|
52149d0e70
|
Add remaining methods to sequence iterator.
|
2021-08-19 13:46:14 +03:00 |
|
Snowapril
|
4632972de4
|
Implement missing Iterator & ReverseIterator and its methods (#2906)
Implement missing methods of string iterators.
|
2021-08-18 21:23:03 +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
|
4971ad1b0a
|
Unskip test in test_iter
|
2021-02-25 21:31:30 -05:00 |
|
Padraic Fanning
|
6e6e16a95a
|
Explain test_free_after_iterating skip
|
2021-02-07 15:49:42 -05:00 |
|
Noah
|
916bb4cf1c
|
Fix some other tests
|
2020-11-06 17:37:52 -06:00 |
|
Yi Hyunjoon
|
499a86e2c2
|
unexpected success on local
|
2020-08-15 18:53:18 +09:00 |
|
Ben Lewis
|
020c4c9fd6
|
Un-mark test_new_style_iter_class, as it now passes.
|
2020-07-27 12:42:44 +12:00 |
|
Noah
|
e65a5edc34
|
Unmark expectedFailures from test_iter
|
2020-05-04 13:08:13 -05:00 |
|
Noah
|
e83c23bf60
|
Unmark expectedFailures
|
2020-04-08 11:35:36 -05:00 |
|
Jeong YunWon
|
8580ff7d3b
|
mark failing tests in test_iter.py
|
2020-04-07 14:37:01 +09:00 |
|
CPython dev
|
6de255bc73
|
Lib/test/test_iter.py from CPython 3.8.2
|
2020-04-07 14:37:01 +09:00 |
|