index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_iter.py
Commit message (
Expand
)
Author
Age
*
gh-93691: fix too broad source locations of for statement iterators (#120330)
Irit Katriel
2024-06-12
*
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na
2024-02-15
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Raj
2023-03-04
*
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...
Ionite
2023-02-24
*
gh-94808: Coverage: Check picklablability of calliter (#95923)
Michael Droettboom
2022-10-03
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki
2021-04-06
*
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
Hai Shi
2020-06-30
*
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...
Serhiy Storchaka
2020-06-22
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
*
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
*
Issue #26492: Added additional tests for exhausted iterators of mutable seque...
Serhiy Storchaka
2016-03-30
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
*
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Serhiy Storchaka
2016-03-06
*
Issue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka
2015-05-21
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
*
#7782: merge with 3.3.
Ezio Melotti
2012-11-18
*
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
*
Merged revisions 82167 via svnmerge from
Benjamin Peterson
2010-06-22
*
Merged revisions 82165 via svnmerge from
Benjamin Peterson
2010-06-22
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Merged revisions 68560 via svnmerge from
Amaury Forgeot d'Arc
2009-01-12
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Replace map(None, *iterables) with zip(*iterables).
Raymond Hettinger
2008-01-22
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
*
Simplify various spots where: str() is called on something
Walter Dörwald
2007-06-11
*
Remove have_unicode checks and merge those tests into the
Walter Dörwald
2007-05-22
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Fix test_iter after the dict views conversion.
Brett Cannon
2007-02-22
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
*
Make built-in zip() equal to itertools.izip().
Guido van Rossum
2006-08-24
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
*
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum
2006-08-22
*
As discussed on python-dev, changed builtin.zip() to handle zero arguments
Raymond Hettinger
2003-08-02
*
Don't rebind True and False.
Tim Peters
2002-12-23
*
Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.
Guido van Rossum
2002-08-06
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Bunch of tests to make sure that StopIteration is a sink state.
Guido van Rossum
2002-07-16
*
builtin_zip(): Take a good guess at how big the result list will be,
Tim Peters
2002-04-29
*
unpack_iterable(): Add a missing DECREF in an error case. Reported by
Guido van Rossum
2001-12-03
*
Whitespace normalization.
Tim Peters
2001-10-04
*
Generalize file.writelines() to allow iterable objects.
Tim Peters
2001-09-23
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
*
Generalize operator.indexOf (PySequence_Index) to work with any
Tim Peters
2001-09-08
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
[next]