index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_iterlen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate that __length_hint__ returns a usable result.
Raymond Hettinger
2009-02-03
1
-0/+10
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
1
-0/+24
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-09
1
-1/+0
*
Reversed UserLists are not required to support __length_hint__.
Raymond Hettinger
2008-02-06
1
-40/+0
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-19/+19
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-13/+13
*
Fix test_iterlen by returning the iterator of dict views. Problem is that
Brett Cannon
2007-02-22
1
-2/+2
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+4
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
1
-1/+3
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-1/+11
*
Whitespace normalization.
Tim Peters
2004-07-08
1
-7/+7
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12
1
-0/+245