COMMITS
/ Objects/frameobject.c May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
April 27, 2018
V
bpo-33041: Fix downcast warning on Windows (#6595)
Victor Stinner committed
March 23, 2018
S
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Serhiy Storchaka committed
S
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka committed
March 13, 2018
March 11, 2018
S
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka committed
March 4, 2018
T
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg committed
February 22, 2018
S
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka committed
January 28, 2018
R
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger committed
December 31, 2017
A
bpo-32468: Better frame repr() (#5067)
Antoine Pitrou committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
N
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan committed
December 24, 2016
I
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki committed
November 11, 2016
V
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner committed
September 11, 2016
S
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka committed
June 4, 2016
S
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka committed
S
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka committed
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 20, 2016
V
co_lnotab supports negative line number delta
Victor Stinner committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
July 5, 2014
December 13, 2013
V
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner committed
November 7, 2013
V
frameobject.c: Use an identifer instead of creating explicitly an interned
Victor Stinner committed
October 29, 2013
V
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner committed
August 5, 2013
June 4, 2013
V
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner committed
May 14, 2013
A
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou committed
May 8, 2013
A
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
Antoine Pitrou committed
October 30, 2012
V
Issue #9566: Use the right type to fix a compiler warnings on Win64
Victor Stinner committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
May 31, 2012
K
Issue #14909: A number of places were using PyMem_Realloc() apis and
Kristjan Valur Jonsson committed
April 18, 2012
V
Issue #14385: Support other types than dict for __builtins__
Victor Stinner committed
B
merge 3.2 (#14612)
Benjamin Peterson committed
B
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
Benjamin Peterson committed
March 15, 2012
B
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson committed
March 5, 2012
B
remove f_yieldfrom access from Python (closes #13970)
Benjamin Peterson committed
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
June 27, 2010
M
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson committed