Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c60c2036706416b7e2c475598ccda379e31eb286
/
Objects
/
enumobject.c
7892b1c
* Add unittests for iterators that report their length
by Raymond Hettinger
· 21 years ago
ef9bf40
Tidied up the implementations of reversed (including the custom ones
by Raymond Hettinger
· 21 years ago
d2c3626
Eliminate the double reverse option. It's only use case
by Raymond Hettinger
· 21 years ago
029dba5
Make reversed() transparent with respect to length.
by Raymond Hettinger
· 21 years ago
06353f7
Let reversed() work with itself.
by Raymond Hettinger
· 21 years ago
c058fd1
* Fix ref counting in extend() and extendleft().
by Raymond Hettinger
· 21 years ago
1021c44
Optimize reversed(list) using a custom iterator.
by Raymond Hettinger
· 22 years ago
85c20a4
Implement and apply PEP 322, reverse iteration
by Raymond Hettinger
· 22 years ago
54a831b
Use PyTuple_Pack() to simplify enumerate().
by Raymond Hettinger
· 22 years ago
e8b0f04
* Beefed-up tests * Allow tuple re-use * Call tp_iternext directly
by Raymond Hettinger
· 22 years ago
fbbe347
Add a useful docstring to enumerate.
by Jeremy Hylton
· 22 years ago
1da1dbf
Renamed PyObject_GenericGetIter to PyObject_SelfIter
by Raymond Hettinger
· 22 years ago
0153826
Created PyObject_GenericGetIter().
by Raymond Hettinger
· 22 years ago
ca5ed5b
Remove the next() method -- one is supplied automatically by
by Guido van Rossum
· 23 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 23 years ago
7dab242
- New builtin function enumerate(x), from PEP 279. Example:
by Guido van Rossum
· 23 years ago