index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
frameobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-2/+2
*
bpo-33041: Fix downcast warning on Windows (#6595)
Victor Stinner
2018-04-27
1
-1/+1
*
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Serhiy Storchaka
2018-03-23
1
-2/+6
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-12/+9
*
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
xdegaye
2018-03-13
1
-4/+35
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
1
-9/+15
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
1
-8/+0
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-126/+77
*
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger
2018-01-28
1
-2/+2
*
bpo-32468: Better frame repr() (#5067)
Antoine Pitrou
2017-12-31
1
-1/+10
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-12/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+1
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-0/+4
*
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki
2016-12-24
1
-4/+16
*
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner
2016-11-11
1
-2/+2
*
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
1
-2/+2
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-0/+2
|
\
|
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-5/+3
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-10/+2
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
1
-1/+1
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-5/+1
|
/
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-2/+6
*
Issue #21897: Fix a crash with the f_locals attribute with closure variables ...
Antoine Pitrou
2014-07-05
1
-1/+1
*
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
1
-1/+0
*
frameobject.c: Use an identifer instead of creating explicitly an interned
Victor Stinner
2013-11-07
1
-7/+5
*
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner
2013-10-29
1
-27/+50
*
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
1
-2/+26
*
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner
2013-06-04
1
-8/+3
*
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
1
-234/+20
*
Issue #17807: Generators can now be finalized even when they are part of a re...
Antoine Pitrou
2013-05-08
1
-20/+234
*
Issue #9566: Use the right type to fix a compiler warnings on Win64
Victor Stinner
2012-10-30
1
-4/+4
*
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+10
*
Issue #14909: A number of places were using PyMem_Realloc() apis and
Kristjan Valur Jonsson
2012-05-31
1
-2/+4
*
Issue #14385: Support other types than dict for __builtins__
Victor Stinner
2012-04-18
1
-4/+2
*
merge 3.2 (#14612)
Benjamin Peterson
2012-04-18
1
-2/+4
|
\
|
*
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...
Benjamin Peterson
2012-04-18
1
-2/+4
*
|
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson
2012-03-15
1
-4/+0
*
|
remove f_yieldfrom access from Python (closes #13970)
Benjamin Peterson
2012-03-05
1
-1/+0
*
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-5/+10
|
/
*
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson
2010-06-27
1
-1/+1
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-718/+718
*
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti
2009-07-21
1
-13/+13
*
Merged revisions 73129 via svnmerge from
Antoine Pitrou
2009-06-01
1
-1/+3
*
Merged revisions 73114 via svnmerge from
Amaury Forgeot d'Arc
2009-06-01
1
-2/+2
*
Merged revisions 72776,72796 via svnmerge from
Jeffrey Yasskin
2009-05-20
1
-15/+22
[next]