summaryrefslogtreecommitdiff
path: root/Lib/test/test_iterlen.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-031-0/+10
* Issue 1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2009-02-021-0/+31
* Merge r60628, r60631, and r60633. Register UserList and UserString will the ...Raymond Hettinger2008-02-071-42/+0
* Whitespace normalization.Tim Peters2006-07-271-1/+0
* Add test_main() methods. These three tests were never runGeorg Brandl2006-07-271-3/+5
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-111-1/+3
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-241-1/+11
* Whitespace normalization.Tim Peters2004-07-081-7/+7
* * Add unittests for iterators that report their lengthRaymond Hettinger2004-04-121-0/+245