Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_iterlen.py
d6fc262
Validate that __length_hint__ returns a usable result.
by Raymond Hettinger
· 16 years ago
b516370
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
by Raymond Hettinger
· 16 years ago
882a416
Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs.
by Raymond Hettinger
· 17 years ago
daea035
Whitespace normalization.
by Tim Peters
· 19 years ago
f102fc5
Add test_main() methods. These three tests were never run by regrtest.py.
by Georg Brandl
· 19 years ago
f5b3e36
Renamed _length_cue() to __length_hint__(). See:
by Armin Rigo
· 19 years ago
6b27cda
Convert iterator __len__() methods to a private API.
by Raymond Hettinger
· 20 years ago
27f8836
Whitespace normalization.
by Tim Peters
· 21 years ago
7892b1c
* Add unittests for iterators that report their length
by Raymond Hettinger
· 21 years ago