COMMITS
/ Python/ceval.c August 3, 2017
S
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)
Serhiy Storchaka committed
V
Spelling fixes (#2902)
Ville Skyttä committed
July 31, 2017
Z
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
Zackery Spytz committed
July 5, 2017
M
bpo-30854: Fix compile error when --without-threads (#2581)
Masayuki Yamamoto committed
June 28, 2017
A
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou committed
June 23, 2017
A
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
Adrian Wielgosik committed
June 21, 2017
D
bpo-30604: clean up co_extra support (#2144)
Dino Viehland committed
May 28, 2017
A
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou committed
A
Doc nits for bpo-16500 (#1841)
Antoine Pitrou committed
May 17, 2017
N
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith committed
May 10, 2017
X
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Xiang Zhang committed
March 30, 2017
S
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
Serhiy Storchaka committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
March 21, 2017
X
bpo-29849: fix a memory leak in import_from (GH-712)
Xiang Zhang committed
March 19, 2017
S
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka committed
March 7, 2017
I
bpo-29676: fix lsprof can't profile C method call. (GH523)
INADA Naoki committed
March 3, 2017
Y
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov committed
February 26, 2017
M
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
Matthias Bussonnier committed
February 23, 2017
M
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51)
Martijn Pieters committed
February 22, 2017
M
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier committed
February 15, 2017
M
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier 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 2, 2017
I
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki committed
February 1, 2017
V
Document that _PyFunction_FastCallDict() must copy kwargs
Victor Stinner committed
January 18, 2017
V
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner committed
January 16, 2017
I
Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.
INADA Naoki committed
January 11, 2017
V
_PyEval_EvalCodeWithName(): remove redundant check
Victor Stinner committed
January 10, 2017
V
Inline call_function()
Victor Stinner committed
January 3, 2017
V
Optimize _PyFunction_FastCallDict() when kwargs is {}
Victor Stinner committed
December 26, 2016
I
Issue #29049: Remove unnecessary Py_DECREF
INADA Naoki committed
I
Issue #29049: Fix refleak introduced by f5eb0c4f5d37.
INADA Naoki committed
December 24, 2016
I
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki committed
December 16, 2016
S
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka committed
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 14, 2016
Y
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov committed
December 9, 2016
V
Backed out changeset 99c34e47348b
Victor Stinner committed
V
Inline PyEval_EvalFrameEx() in callers
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
V
Use _PyObject_CallNoArg()
Victor Stinner committed
V
Uniformize argument names of "call" functions
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
WITH_CLEANUP_START uses fastcall
Victor Stinner committed
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 28, 2016
V
call_function(): document PyMethod optimization
Victor Stinner committed
V
Remove CALL_PROFILE special build
Victor Stinner committed
November 24, 2016
V
Fix _PyGen_yf()
Victor Stinner committed