index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_enumerate.py
Commit message (
Expand
)
Author
Age
*
Adjust test_enumerate to accomodate for iter() blowing up sooner than
Thomas Wouters
2006-04-15
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
*
Whitespace normalization.
Tim Peters
2005-07-17
*
Fix:
Michael W. Hudson
2005-07-12
*
Improve test coverage.
Raymond Hettinger
2004-09-29
*
Use floor division operator.
Raymond Hettinger
2004-09-27
*
Tidied up the implementations of reversed (including the custom ones
Raymond Hettinger
2004-03-10
*
Eliminate the double reverse option. It's only use case
Raymond Hettinger
2004-03-10
*
Make reversed() transparent with respect to length.
Raymond Hettinger
2004-02-10
*
Let reversed() work with itself.
Raymond Hettinger
2004-02-08
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
*
Fix typo so that the test actually calls the tested function.
Raymond Hettinger
2003-05-29
*
* Beefed-up tests
Raymond Hettinger
2003-05-28
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Removed the generator future-stmt -- not needed for 2.3.
Tim Peters
2002-06-20
*
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum
2002-04-26