COMMITS
/ Python/ceval.c August 12, 2015
B
Issue #24492: make sure that ``from ... import ...` raises an
Brett Cannon committed
July 5, 2015
B
set items in dict displays from left to right (closes #24569)
Benjamin Peterson committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
June 21, 2015
S
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka committed
S
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka committed
June 4, 2015
Y
Issue 24374: Plug refleak in set_coroutine_wrapper
Yury Selivanov committed
June 3, 2015
Y
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov committed
June 2, 2015
Y
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov committed
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