COMMITS
/ Objects/frameobject.c 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
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
June 1, 2009
A
Merged revisions 73129 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 73114 via svnmerge from
Amaury Forgeot d'Arc committed
May 20, 2009
J
Merged revisions 72776,72796 via svnmerge from
Jeffrey Yasskin committed
April 18, 2009
B
Merged revisions 71722 via svnmerge from
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
October 2, 2008
C
Merged revisions 66739 via svnmerge from
Christian Heimes committed
July 23, 2008
July 14, 2008
R
Merged revisions 64842,64853,64856,64945 via svnmerge from
Robert Schuppenies committed
June 11, 2008
B
#3021: Antoine Pitrou's Lexical exception handlers
Benjamin Peterson committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
February 16, 2008
February 6, 2008
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 4, 2007
M
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
October 27, 2007
N
Get rid of more uses of string and use unicode
Neal Norwitz committed
August 5, 2007
G
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed