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_iterlen.py
Commit message (
Expand
)
Author
Age
*
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
*
#17766: merge with 3.3.
Ezio Melotti
2013-04-17
|
\
|
*
#17766: test_iterlen now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-17
*
|
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
|
/
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
*
Validate that __length_hint__ returns a usable result.
Raymond Hettinger
2009-02-03
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-09
*
Reversed UserLists are not required to support __length_hint__.
Raymond Hettinger
2008-02-06
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Fix test_iterlen by returning the iterator of dict views. Problem is that
Brett Cannon
2007-02-22
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
*
Whitespace normalization.
Tim Peters
2004-07-08
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12