COMMITS
/ Python/ceval.c 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
November 22, 2016
R
Issue #27100: Fix ref leak
Raymond Hettinger committed
R
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
Raymond Hettinger committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 12, 2016
R
Issue #28665: Use macro form of PyCell_GET/SET
Raymond Hettinger committed
November 11, 2016
R
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup.
Raymond Hettinger committed