COMMITS
/ Python/ceval.c June 1, 2015
Y
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov committed
May 28, 2015
B
remove STORE_MAP, since it's unused
Benjamin Peterson committed
B
in dict displays, evaluate the key before the value (closes #11205)
Benjamin Peterson committed
Y
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov committed
May 13, 2015
N
Issue 24017: fix for "async with" refcounting
Nick Coghlan committed
May 12, 2015
Y
Fix warnings for PyEval_GetCoroutineWrapper
Yury Selivanov committed
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
April 15, 2015
R
#23949: Improve tuple unpacking error messages.
R David Murray committed
March 21, 2015
V
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner committed
March 16, 2015
V
Issue #23571: Restore removed assert(!PyErr_Occurred()); in
Victor Stinner committed
March 6, 2015
V
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner committed
February 17, 2015
S
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Serhiy Storchaka committed
January 31, 2015
V
Merge 3.4 (generator)
Victor Stinner committed
V
Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().
Victor Stinner committed
December 12, 2014
V
Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64,
Victor Stinner committed
V
Merge 3.4 (ceval.c)
Victor Stinner committed
October 13, 2014
A
Issue #17636: Circular imports involving relative imports are now supported.
Antoine Pitrou committed
June 17, 2014
B
check if the thread is finalizing after retaking the GIL
Benjamin Peterson committed
June 16, 2014
V
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner committed
April 14, 2014
B
merge 3.4 (#21209)
Benjamin Peterson committed
B
fix sending tuples to custom generator objects with yield from (closes #21209)
Benjamin Peterson committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
December 13, 2013
V
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner committed
November 23, 2013
A
Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596).
Antoine Pitrou committed
November 21, 2013
G
Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye.
Guido van Rossum committed
November 6, 2013
V
Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhook
Victor Stinner committed
October 30, 2013
B
update comment
Benjamin Peterson committed
October 29, 2013
V
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner committed
October 9, 2013
V
Close #19199: Remove ``PyThreadState.tick_counter`` field
Victor Stinner committed
October 7, 2013
A
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
August 5, 2013
July 20, 2013
C
Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()
Christian Heimes committed
C
Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()
Christian Heimes committed
July 17, 2013
V
Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail
Victor Stinner committed
July 15, 2013
V
Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs
Victor Stinner committed
V
Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError
Victor Stinner committed
July 12, 2013
B
Issue #18342: Use the repr of a module name for ``from ... import
Brett Cannon committed
July 11, 2013
V
Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on
Victor Stinner committed
July 10, 2013
V
Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when
Victor Stinner committed
July 8, 2013
V
Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure
Victor Stinner committed
July 4, 2013
B
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon committed
June 12, 2013
B
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon committed
May 16, 2013
V
Fix a compilater warning on Windows 64-bit
Victor Stinner committed