COMMITS
/ Objects/call.c December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
October 25, 2017
V
bpo-31835: Optimize also FASTCALL using __future__ (#4087)
Victor Stinner committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 5, 2017
B
bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329)
Benjamin Peterson committed
August 21, 2017
S
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
Stefan Krah committed
July 31, 2017
Z
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
Zackery Spytz committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 6, 2017
S
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka committed
March 27, 2017
S
bpo-29924: Remove useless argument (#854)
Sylvain committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
March 14, 2017
V
bpo-29735: Optimize partial_call(): avoid tuple (#516)
Victor Stinner committed
I
bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)
INADA Naoki committed
March 1, 2017
I
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)
INADA Naoki committed
February 23, 2017
V
Document why functools.partial() must copy kwargs (#253)
Victor Stinner 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