Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |