COMMITS
/ Objects/methodobject.c December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 23, 2018
V
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner 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
October 26, 2018
V
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner committed
September 12, 2018
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
July 31, 2018
S
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
Serhiy Storchaka 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
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
Fix PyCFunction_Call() performance issue
Victor Stinner committed
February 8, 2017
V
Issue #29306: Fix usage of Py_EnterRecursiveCall()
Victor Stinner committed
February 2, 2017
I
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki committed
January 18, 2017
V
Cleanup _PyMethodDef_RawFastCallDict()
Victor Stinner committed
V
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner committed
V
PyCFunction_Call() now calls _PyCFunction_FastCallDict()
Victor Stinner committed
V
Fix _PyMethodDef_RawFastCallDict() argument parsing
Victor Stinner committed
V
Optimize methoddescr_call(): avoid temporary PyCFunction
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
January 16, 2017
V
Optimize _PyCFunction_FastCallKeywords()
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
September 12, 2016
V
Fix warning in _PyCFunction_FastCallKeywords()
Victor Stinner committed
V
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner committed
V
Revert change f860b7a775c5
Victor Stinner committed
V
ssue #27213: Reintroduce checks in _PyStack_AsDict()
Victor Stinner committed
September 11, 2016
S
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka committed
September 10, 2016
V
Add METH_FASTCALL calling convention
Victor Stinner committed
September 9, 2016
V
Issue #27810: Add _PyCFunction_FastCallKeywords()
Victor Stinner committed
August 24, 2016
V
Use Py_ssize_t type for number of arguments
Victor Stinner committed
August 22, 2016
V
_PyFunction_FastCallDict() supports keyword args
Victor Stinner committed
August 19, 2016
V
Add _PyObject_FastCall()
Victor Stinner committed
October 7, 2015
M
More typos in 3.5 documentation and comments
Martin Panter committed
April 27, 2015
A
Issue #21354: PyCFunction_New function is exposed by python DLL again.
Andrew Svetlov committed
March 21, 2015
V
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner committed
March 6, 2015
V
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner committed
August 6, 2014
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
December 4, 2013
C
Silence expression result unused warnings with clang.
Christian Heimes committed
November 24, 2013
A
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
July 11, 2013
V
Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was
Victor Stinner committed
April 11, 2013
A
Fix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou committed
A
Fix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou committed