History log of /external/python/cpython2/Lib/test/test_iterlen.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c2077b0d9b5bf99768c6f396bf7ae6c41b682465 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython2/Lib/test/test_iterlen.py
d6fc2623c5e765df20f2072aa6575b0c5c272692 03-Feb-2009 Raymond Hettinger <python@rcn.com> Validate that __length_hint__ returns a usable result.
/external/python/cpython2/Lib/test/test_iterlen.py
b516370bcbeef7391edc28fa6bfcc8da6d98beea 02-Feb-2009 Raymond Hettinger <python@rcn.com> Issue 1242657: list(obj) can swallow KeyboardInterrupt.
/external/python/cpython2/Lib/test/test_iterlen.py
882a416900ab24d78f398809d1b1a4a119db91e6 07-Feb-2008 Raymond Hettinger <python@rcn.com> Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs.
/external/python/cpython2/Lib/test/test_iterlen.py
daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9 27-Jul-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_iterlen.py
f102fc5f86bf40695f70888a12d6a8c171bd0515 27-Jul-2006 Georg Brandl <georg@python.org> Add test_main() methods. These three tests were never run
by regrtest.py.

We really need a simpler testing framework.
/external/python/cpython2/Lib/test/test_iterlen.py
f5b3e36493da275334e29afdbd238863697dca35 11-Feb-2006 Armin Rigo <arigo@tunes.org> Renamed _length_cue() to __length_hint__(). See:
http://mail.python.org/pipermail/python-dev/2006-February/060524.html
/external/python/cpython2/Lib/test/test_iterlen.py
6b27cda64386195cd07dfb686e9486f1c4bc3159 24-Sep-2005 Raymond Hettinger <python@rcn.com> Convert iterator __len__() methods to a private API.
/external/python/cpython2/Lib/test/test_iterlen.py
27f883687ba01f571ff7cc03a3f03b94030f92ad 08-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_iterlen.py
7892b1c651d72a5bd08372f40309dec08a7065f0 12-Apr-2004 Raymond Hettinger <python@rcn.com> * Add unittests for iterators that report their length
* Document the differences between them
* Fix corner cases covered by the unittests
* Use Py_RETURN_NONE where possible for dictionaries
/external/python/cpython2/Lib/test/test_iterlen.py