1. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  2. abe46fd #17766: merge with 3.3. by Ezio Melotti · 11 years ago
  3. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  4. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  5. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  6. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 15 years ago
  7. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 15 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  10. 2f653c1 Reversed UserLists are not required to support __length_hint__. by Raymond Hettinger · 16 years ago
  11. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  12. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  13. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  14. eb6b0ee Fix test_iterlen by returning the iterator of dict views. Problem is that by Brett Cannon · 17 years ago
  15. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  16. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  17. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  18. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  19. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  20. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago