1. eb6b0ee Fix test_iterlen by returning the iterator of dict views. Problem is that by Brett Cannon · 18 years ago
  2. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 19 years ago
  3. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  4. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 20 years ago
  5. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 20 years ago
  6. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  7. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 21 years ago