index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_enumerate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typos
Benjamin Peterson
2010-06-25
1
-2
/
+2
*
Merged revisions 82229 via svnmerge from
Benjamin Peterson
2010-06-25
1
-0
/
+1
*
Merged revisions 82225 via svnmerge from
Benjamin Peterson
2010-06-25
1
-0
/
+1
*
Merged revisions 81527 via svnmerge from
Mark Dickinson
2010-05-25
1
-1
/
+1
*
Merged revisions 81525 via svnmerge from
Mark Dickinson
2010-05-25
1
-0
/
+12
*
Merged revisions 80991 via svnmerge from
Benjamin Peterson
2010-05-08
1
-9
/
+14
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-3
/
+3
*
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Alexandre Vassalotti
2008-05-16
1
-0
/
+2
*
Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...
Alexandre Vassalotti
2008-05-16
1
-1
/
+15
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-5
/
+5
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-7
/
+7
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1
/
+1
*
Make built-in zip() equal to itertools.izip().
Guido van Rossum
2006-08-24
1
-1
/
+1
*
Adjust test_enumerate to accomodate for iter() blowing up sooner than
Thomas Wouters
2006-04-15
1
-1
/
+1
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-0
/
+1
*
Whitespace normalization.
Tim Peters
2005-07-17
1
-1
/
+1
*
Fix:
Michael W. Hudson
2005-07-12
1
-0
/
+20
*
Improve test coverage.
Raymond Hettinger
2004-09-29
1
-0
/
+29
*
Use floor division operator.
Raymond Hettinger
2004-09-27
1
-1
/
+1
*
Tidied up the implementations of reversed (including the custom ones
Raymond Hettinger
2004-03-10
1
-2
/
+2
*
Eliminate the double reverse option. It's only use case
Raymond Hettinger
2004-03-10
1
-4
/
+1
*
Make reversed() transparent with respect to length.
Raymond Hettinger
2004-02-10
1
-0
/
+4
*
Let reversed() work with itself.
Raymond Hettinger
2004-02-08
1
-0
/
+4
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-3
/
+2
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-1
/
+19
*
Fix typo so that the test actually calls the tested function.
Raymond Hettinger
2003-05-29
1
-1
/
+1
*
* Beefed-up tests
Raymond Hettinger
2003-05-28
1
-14
/
+45
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-7
/
+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1
/
+1
*
Removed the generator future-stmt -- not needed for 2.3.
Tim Peters
2002-06-20
1
-1
/
+0
*
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum
2002-04-26
1
-0
/
+118