1. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  2. bb86bf4 bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) by Serhiy Storchaka · 6 years ago
  3. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  4. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  5. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  6. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  7. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  8. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  9. 99ee9c7 calliter_iternext() now uses fast call by Victor Stinner · 8 years ago
  10. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  11. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  12. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  13. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  14. e0b99ba Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: by Victor Stinner · 11 years ago
  15. 23c5bb4 Fixed a missing incref introduced by a7ec0a1b0f7c by Armin Ronacher · 12 years ago
  16. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  17. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  18. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  19. 1b66996 Fix nit (sentinel on lhs of comparison). by Raymond Hettinger · 14 years ago
  20. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  21. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  22. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 16 years ago
  23. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  24. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  25. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  26. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  27. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  28. 21298cf Remove bogus INCREF of ziptuple: it is a freshly-allocated tuple object. by Martin v. Löwis · 17 years ago
  29. 59baa75 The daily ritual: fix C89 violations. by Guido van Rossum · 18 years ago
  30. b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
  31. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  32. 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
  33. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  34. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  35. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  36. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 20 years ago
  37. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  38. 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 20 years ago
  39. 03f6c54 Whitespace normalization. by Walter Dörwald · 21 years ago
  40. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  41. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  42. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  43. 48923c5 Moved special case for tuples from iterobject.c to by Raymond Hettinger · 22 years ago
  44. 613bed3 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
  45. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  46. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  47. dbf409f Re-enable GC of iter objects. by Neil Schemenauer · 22 years ago
  48. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  49. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  50. 7eac9b7 GC for iterator objects. by Neil Schemenauer · 23 years ago
  51. 4766892 Discard a misleading comment about iter_iternext(). by Guido van Rossum · 23 years ago
  52. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  53. 0531148 Adding iterobject.[ch], which were accidentally not added. Sorry\! by Guido van Rossum · 23 years ago