index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
enumobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12
1
-1/+12
*
Tidied up the implementations of reversed (including the custom ones
Raymond Hettinger
2004-03-10
1
-16/+20
*
Eliminate the double reverse option. It's only use case
Raymond Hettinger
2004-03-10
1
-13/+1
*
Make reversed() transparent with respect to length.
Raymond Hettinger
2004-02-10
1
-1/+13
*
Let reversed() work with itself.
Raymond Hettinger
2004-02-08
1
-1/+12
*
* Fix ref counting in extend() and extendleft().
Raymond Hettinger
2004-02-07
1
-2/+1
*
Optimize reversed(list) using a custom iterator.
Raymond Hettinger
2003-11-07
1
-2/+2
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-0/+125
*
Use PyTuple_Pack() to simplify enumerate().
Raymond Hettinger
2003-11-02
1
-5/+1
*
* Beefed-up tests
Raymond Hettinger
2003-05-28
1
-13/+42
*
Add a useful docstring to enumerate.
Jeremy Hylton
2003-04-21
1
-1/+6
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
1
-1/+1
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-8/+1
*
Remove the next() method -- one is supplied automatically by
Guido van Rossum
2002-07-16
1
-16/+11
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-2/+2
*
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum
2002-04-26
1
-0/+139