summaryrefslogtreecommitdiff
path: root/Include/frameobject.h
Commit message (Expand)AuthorAgeFilesLines
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-221-8/+0
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-0/+2
* Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.INADA Naoki2016-12-241-1/+5
* fix indentation of commentBenjamin Peterson2016-06-031-7/+7
* Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-131-1/+0
* Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner2013-10-291-0/+2
* Issue #18665: fix typos. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-1/+1
* Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+3
* Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-9/+0
* Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-081-0/+9
* Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_stat...Andrew Svetlov2012-12-051-2/+2
* Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+2
* perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)Benjamin Peterson2012-03-151-1/+0
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-22/+23
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-2/+8
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-7/+7
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-2/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+9
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-1/+1
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-0/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-7/+7
* SF patch # 580411, move frame macros from frameobject.h into ceval.cNeal Norwitz2002-07-141-20/+0
* Make frames a PyVarObject instead of a PyObject.Neil Schemenauer2001-08-291-2/+1
* PyFrameObject: rename f_stackbottom to f_stacktop, since it points toTim Peters2001-06-231-2/+4
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-0/+2
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-2/+1
* Remove f_closure slot of frameobject and use f_localsplus instead.Jeremy Hylton2001-01-291-1/+3
* PEP 227 implementationJeremy Hylton2001-01-251-1/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-35/+34
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-6/+6
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-1/+3
* New lay-out of frame object, for fewer mallocs.Guido van Rossum1997-01-201-9/+8
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* don't use NDEBUGGuido van Rossum1996-05-241-1/+1
* keyword arguments and faster function callsGuido van Rossum1995-07-181-1/+0
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-3/+3
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-28/+31
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-091-0/+2
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1