COMMITS
/ Include/abstract.h October 7, 2021
C
[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
Christian Clauss committed
September 7, 2021
M
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
Miss Islington (bot) committed
July 29, 2021
M
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
Miss Islington (bot) 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
V
Issue #28838: Cleanup abstract.h
Victor Stinner committed
December 8, 2016
V
Add _PyObject_VaCallFunctionObjArgs() private function
Victor Stinner committed
December 6, 2016
V
Issue #28838: Fix weird indentation of abstract.h
Victor Stinner committed
V
Uniformize argument names of "call" functions
Victor Stinner committed
S
Fixed misplaced comment.
Serhiy Storchaka committed
S
Fixed misplaced comment.
Serhiy Storchaka committed
S
Fixed misplaced comment.
Serhiy Storchaka committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
December 2, 2016
B
fix _PyObject_CallArg1 compiler warnings (closes #28855)
Benjamin Peterson committed
November 30, 2016
V
Backed out changeset 7efddbf1aa70
Victor Stinner committed
November 29, 2016
V
Uniformize argument names of "call" functions
Victor Stinner committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
September 26, 2016
S
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka committed
S
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka committed
September 12, 2016
V
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner committed
V
Revert change f860b7a775c5
Victor Stinner committed