1. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  2. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  3. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  4. 48923c5 Moved special case for tuples from iterobject.c to by Raymond Hettinger · 22 years ago
  5. 613bed3 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  6. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  7. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  8. dbf409f Re-enable GC of iter objects. by Neil Schemenauer · 22 years ago
  9. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  10. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  11. 7eac9b7 GC for iterator objects. by Neil Schemenauer · 23 years ago
  12. 4766892 Discard a misleading comment about iter_iternext(). by Guido van Rossum · 23 years ago
  13. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  14. 0531148 Adding iterobject.[ch], which were accidentally not added. Sorry\! by Guido van Rossum · 23 years ago