1. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  2. 21298cf Remove bogus INCREF of ziptuple: it is a freshly-allocated tuple object. by Martin v. Löwis · 17 years ago
  3. 59baa75 The daily ritual: fix C89 violations. by Guido van Rossum · 18 years ago
  4. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  5. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  6. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  7. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  8. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  9. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  10. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 20 years ago
  11. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  12. 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 20 years ago
  13. 03f6c54 Whitespace normalization. by Walter Dörwald · 21 years ago
  14. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  15. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  16. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  17. 48923c5 Moved special case for tuples from iterobject.c to by Raymond Hettinger · 22 years ago
  18. 613bed3 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  19. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  20. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  21. dbf409f Re-enable GC of iter objects. by Neil Schemenauer · 22 years ago
  22. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  23. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  24. 7eac9b7 GC for iterator objects. by Neil Schemenauer · 23 years ago
  25. 4766892 Discard a misleading comment about iter_iternext(). by Guido van Rossum · 23 years ago
  26. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  27. 0531148 Adding iterobject.[ch], which were accidentally not added. Sorry\! by Guido van Rossum · 23 years ago