COMMITS
/ Objects/abstract.c August 4, 2019
S
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka committed
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
February 17, 2019
I
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Ivan Levkivskyi 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
August 25, 2018
A
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
Alexey Izbyshev committed
July 23, 2018
S
bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)
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
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
January 4, 2018
S
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka committed
December 14, 2017
I
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi committed
October 8, 2017
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
August 18, 2017
S
bpo-30721: Add missing '?' to new error message (GH-3131)
Sanyam Khurana committed
S
bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax (#2345)
Sanyam Khurana committed
June 23, 2017
S
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
Serhiy Storchaka committed
April 16, 2017
S
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
Serhiy Storchaka committed
February 16, 2017
I
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki committed
February 12, 2017
V
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner committed
February 10, 2017
V
Backed out changeset f23fa1f7b68f
Victor Stinner committed
V
Issue #29465: Add Objects/call.c file
Victor Stinner committed
February 9, 2017
V
Issue #29507: Fix _PyObject_CallFunctionVa()
Victor Stinner committed
V
Optimize slots: avoid temporary PyMethodObject
Victor Stinner committed
February 8, 2017
V
Fix refleaks if Py_EnterRecursiveCall() fails
Victor Stinner committed
V
Issue #29306: Fix usage of Py_EnterRecursiveCall()
Victor Stinner committed
January 24, 2017
V
Issue #29360: _PyStack_AsDict() doesn't check kwnames
Victor Stinner committed
January 18, 2017
V
_PyStack_AsDict() now checks kwnames != NULL
Victor Stinner committed
V
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner committed
V
_PyObject_FastCallKeywords() now checks !PyErr_Occurred()
Victor Stinner committed
V
_PyObject_FastCallKeywords() now checks the result
Victor Stinner committed
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 11, 2017
V
Disable _PyStack_AsTuple() inlining
Victor Stinner committed
January 10, 2017
V
call_method() now uses _PyObject_FastCall()
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 15, 2016
V
Use _PyDict_NewPresized() in _PyStack_AsDict()
Victor Stinner committed
V
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner committed
V
Fix _PyObject_CallFunctionVa(), use the small stack
Victor Stinner committed
December 10, 2016
M
Issue #28820: Merge typo fixes from 3.6
Martin Panter committed
M
Fix typos in comment and documentation
Martin Panter committed
December 9, 2016
V
Remove useless variable initialization
Victor Stinner committed
V
Use PyObject_CallFunctionObjArgs()
Victor Stinner committed
December 8, 2016
V
Add _PyObject_VaCallFunctionObjArgs() private function
Victor Stinner committed