GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
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
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-2
/
+1
*
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher
2012-10-07
1
-1
/
+0
*
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
1
-5
/
+4
*
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-2
/
+28
*
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