aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_iterlen.py
Commit message (Expand)AuthorAge
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-24
* #17766: merge with 3.3.Ezio Melotti2013-04-17
|\
| * #17766: test_iterlen now works with unittest test discovery. Patch by Zachar...Ezio Melotti2013-04-17
* | Issue #16148: implemented PEP 424Armin Ronacher2012-10-06
|/
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-03
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-09
* Reversed UserLists are not required to support __length_hint__.Raymond Hettinger2008-02-06
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Fix test_iterlen by returning the iterator of dict views. Problem is thatBrett Cannon2007-02-22
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-11
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-24
* Whitespace normalization.Tim Peters2004-07-08
* * Add unittests for iterators that report their lengthRaymond Hettinger2004-04-12