1. 1021c44 Optimize reversed(list) using a custom iterator. by Raymond Hettinger · 21 years ago
  2. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  3. 54a831b Use PyTuple_Pack() to simplify enumerate(). by Raymond Hettinger · 21 years ago
  4. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  5. fbbe347 Add a useful docstring to enumerate. by Jeremy Hylton · 21 years ago
  6. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  7. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  8. ca5ed5b Remove the next() method -- one is supplied automatically by by Guido van Rossum · 22 years ago
  9. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  10. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago