| Commit message (Expand) | Author | Age |
* | bpo-45434: Remove useless space in includes (GH-28963) | Victor Stinner | 2021-10-15 |
* | bpo-40421: Add pyframe.h header file (GH-19755) | Victor Stinner | 2020-04-28 |
* | bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052) | Nick Coghlan | 2020-01-21 |
* | bpo-39372: Clean header files of declared interfaces with no implementations ... | Pablo Galindo | 2020-01-18 |
* | bpo-35134: Split traceback.h header (GH-13430) | Victor Stinner | 2019-05-20 |
* | Move exc state to generator. Fixes bpo-25612 (#1773) | Mark Shannon | 2017-10-22 |
* | bpo-31344: Per-frame control of trace events (GH-3417) | Nick Coghlan | 2017-09-08 |
* | Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. | INADA Naoki | 2016-12-24 |
* | fix indentation of comment | Benjamin Peterson | 2016-06-03 |
* | Issue #14432: Remove the thread state field from the frame structure. Fix a | Victor Stinner | 2013-12-13 |
* | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle | Victor Stinner | 2013-10-29 |
* | Issue #18665: fix typos. Patch by Vajrasky Kok. | Antoine Pitrou | 2013-08-06 |
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi... | Antoine Pitrou | 2013-08-05 |
* | Backout c89febab4648 following private feedback by Guido. | Antoine Pitrou | 2013-05-14 |
* | Issue #17807: Generators can now be finalized even when they are part of a re... | Antoine Pitrou | 2013-05-08 |
* | Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_stat... | Andrew Svetlov | 2012-12-05 |
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | David Malcolm | 2012-06-22 |
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) | Benjamin Peterson | 2012-03-15 |
* | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 |
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 |
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 |
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 |
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 |
* | A slight change to SET_LINENO-less tracing. | Michael W. Hudson | 2002-09-11 |
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 |
* | SF patch # 580411, move frame macros from frameobject.h into ceval.c | Neal Norwitz | 2002-07-14 |
* | Make frames a PyVarObject instead of a PyObject. | Neil Schemenauer | 2001-08-29 |
* | PyFrameObject: rename f_stackbottom to f_stacktop, since it points to | Tim Peters | 2001-06-23 |
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 |
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 |
* | Remove f_closure slot of frameobject and use f_localsplus instead. | Jeremy Hylton | 2001-01-29 |
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 |
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 |
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 |
* | New lay-out of frame object, for fewer mallocs. | Guido van Rossum | 1997-01-20 |
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 |
* | don't use NDEBUG | Guido van Rossum | 1996-05-24 |
* | keyword arguments and faster function calls | Guido van Rossum | 1995-07-18 |
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 |