Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 1 | -0/+10 |
| | |||||
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -0/+31 |
| | |||||
* | Merge r60628, r60631, and r60633. Register UserList and UserString will the ↵ | Raymond Hettinger | 2008-02-07 | 1 | -42/+0 |
| | | | | appropriate ABCs. | ||||
* | Whitespace normalization. | Tim Peters | 2006-07-27 | 1 | -1/+0 |
| | |||||
* | Add test_main() methods. These three tests were never run | Georg Brandl | 2006-07-27 | 1 | -3/+5 |
| | | | | | | by regrtest.py. We really need a simpler testing framework. | ||||
* | Renamed _length_cue() to __length_hint__(). See: | Armin Rigo | 2006-02-11 | 1 | -1/+3 |
| | | | | http://mail.python.org/pipermail/python-dev/2006-February/060524.html | ||||
* | 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 |
* Document the differences between them * Fix corner cases covered by the unittests * Use Py_RETURN_NONE where possible for dictionaries |