COMMITS
/ Objects/iterobject.c August 14, 2025
S
gh-130821: Add type information to error messages for invalid return type (GH-130835)
Semyon Moroz committed
March 25, 2025
B
gh-131666: mark `anext_awaitable.close` as a `METH_NOARGS` instead of `METH_VARARGS` (#131671)
Bénédikt Tran committed
March 24, 2025
B
gh-111178: fix UBSan failures for `anextawaitableobject` (#131609)
Bénédikt Tran committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-111178: Fix function signatures for test_iter (#131456)
Victor Stinner committed
March 14, 2025
V
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Victor Stinner committed
March 13, 2025
V
gh-111178: Fix function signatures in iterobject.c (#131163)
Victor Stinner committed
January 13, 2025
B
gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue` (#128780)
Bénédikt Tran committed
August 24, 2023
V
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner committed
June 26, 2023
V
gh-106084: Remove _PyObject_HasLen() function (#106103)
Victor Stinner committed
March 4, 2023
February 24, 2023
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner committed
September 30, 2022
February 8, 2022
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
September 7, 2021
P
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
Pablo Galindo Salgado committed
April 11, 2021
D
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
Dennis Sweeney committed
April 8, 2021
V
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
Victor Stinner committed
March 24, 2021
P
bpo-31861: Fix possible crash in PyAnextAwaitable_New (GH-25005)
Pablo Galindo committed
March 23, 2021
J
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson committed
April 15, 2020
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
January 30, 2020
H
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
August 22, 2016
V
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner committed
August 19, 2016
V
calliter_iternext() now uses fast call
Victor Stinner committed
March 30, 2016
S
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka committed
May 21, 2015
S
Issue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka committed
S
Issue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
June 4, 2013
V
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
Victor Stinner committed
October 6, 2012
A
Fixed a missing incref introduced by a7ec0a1b0f7c
Armin Ronacher committed
A
Issue #16148: implemented PEP 424
Armin Ronacher committed
April 4, 2012
A
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
Antoine Pitrou committed
April 3, 2012
K
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson committed
August 7, 2010
R
Fix nit (sentinel on lhs of comparison).
Raymond Hettinger committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
March 13, 2008
R
Move itertools izip() code to builtins as zip(). Complete the renaming.
Raymond Hettinger committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 29, 2007
C
Added all PyTypeObjects to the appropriate header files.
Christian Heimes committed