COMMITS
/ Include/abstract.h June 4, 2025
V
gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)
Victor Stinner committed
March 13, 2025
V
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner committed
February 2, 2025
V
gh-91417: Remove PySequence_Fast() from the limited C API (#129398)
Victor Stinner committed
August 7, 2024
E
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland committed
May 22, 2024
P
gh-119391: Amend comment description of PyMapping_Items, PyMapping_Values and PyMapping_Keys (#119392)
Pieter Eendebak committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
July 11, 2023
S
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka committed
S
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka committed
V
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner committed
June 2, 2023
I
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki committed
May 31, 2023
I
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki committed
October 27, 2022
W
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob committed
August 8, 2022
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
May 29, 2022
W
gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)
Will Hawkins committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Include directory (GH-28745)
Christian Clauss committed
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed
July 29, 2021
I
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki committed
March 23, 2021
J
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson committed
February 16, 2021
E
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland committed
November 10, 2020
V
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
Vladimir Matveev committed
October 13, 2020
V
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev committed
October 10, 2020
V
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev committed
June 25, 2020
I
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
June 17, 2019
V
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner committed
May 28, 2019
Z
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz committed
November 26, 2018
V
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
Victor Stinner committed
June 11, 2018
S
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka committed
June 10, 2018
C
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer committed
June 9, 2018
C
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer committed
May 22, 2018
S
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka committed
December 16, 2017
A
Fix PyObject_Hash signature in comment (#4905)
Andrew Svetlov committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
August 3, 2017
V
Spelling fixes (#2902)
Ville Skyttä committed
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
March 14, 2017
V
bpo-29735: Optimize partial_call(): avoid tuple (#516)
Victor Stinner committed
February 9, 2017
V
Optimize slots: avoid temporary PyMethodObject
Victor Stinner committed
January 24, 2017
V
Issue #29360: _PyStack_AsDict() doesn't check kwnames
Victor Stinner committed
January 18, 2017
V
Remove unused func parameter of _PyStack_UnpackDict()
Victor Stinner committed
January 17, 2017
V
_PyStack_UnpackDict() now returns -1 on error
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
January 16, 2017
V
Add _PyStack_AsTupleSlice() helper
Victor Stinner committed
January 10, 2017
V
call_method() now uses _PyObject_FastCall()
Victor Stinner committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
December 19, 2016
V
abstract.h: remove long outdated comment
Victor Stinner committed
December 15, 2016
V
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner committed