COMMITS
/ Include/abstract.h 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
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
S
Issue #26900: Excluded underscored names and other private API from limited API.
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
V
Add _PyObject_FastCallKeywords()
Victor Stinner committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 25, 2016
V
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
Victor Stinner committed
August 24, 2016
V
method_call() and slot_tp_new() now uses fast call
Victor Stinner committed
V
Add _PyObject_FastCallKeywords()
Victor Stinner committed
V
Use Py_ssize_t type for number of arguments
Victor Stinner committed
August 22, 2016
V
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner committed
August 19, 2016
V
Fix PyObject_Call() parameter names
Victor Stinner committed
V
Add _PyObject_FastCall()
Victor Stinner committed
January 21, 2016
S
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
Senthil Kumaran committed
December 8, 2015
M
Issue #25701: Document C API functions that both set and delete objects
Martin Panter committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
March 21, 2015
V
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner committed