Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
69206528231d5d07565cbbabc0c030046d654f54
/
Objects
/
enumobject.c
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