| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. | INADA Naoki | 2016-12-24 | 1 | -1/+5 |
* | fix indentation of comment | Benjamin Peterson | 2016-06-03 | 1 | -7/+7 |
* | Issue #14432: Remove the thread state field from the frame structure. Fix a | Victor Stinner | 2013-12-13 | 1 | -1/+0 |
* | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle | Victor Stinner | 2013-10-29 | 1 | -0/+2 |
* | Issue #18665: fix typos. Patch by Vajrasky Kok. | Antoine Pitrou | 2013-08-06 | 1 | -1/+1 |
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi... | Antoine Pitrou | 2013-08-05 | 1 | -0/+3 |
* | Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_stat... | Andrew Svetlov | 2012-12-05 | 1 | -2/+2 |
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | David Malcolm | 2012-06-22 | 1 | -0/+2 |
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) | Benjamin Peterson | 2012-03-15 | 1 | -1/+0 |
* | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -22/+23 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -2/+8 |
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -7/+7 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+2 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -2/+0 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+2 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+9 |
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 1 | -1/+1 |
* | A slight change to SET_LINENO-less tracing. | Michael W. Hudson | 2002-09-11 | 1 | -0/+2 |
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -7/+7 |
* | SF patch # 580411, move frame macros from frameobject.h into ceval.c | Neal Norwitz | 2002-07-14 | 1 | -20/+0 |
* | Make frames a PyVarObject instead of a PyObject. | Neil Schemenauer | 2001-08-29 | 1 | -2/+1 |
* | PyFrameObject: rename f_stackbottom to f_stacktop, since it points to | Tim Peters | 2001-06-23 | 1 | -2/+4 |
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -0/+2 |
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 1 | -2/+1 |
* | Remove f_closure slot of frameobject and use f_localsplus instead. | Jeremy Hylton | 2001-01-29 | 1 | -1/+3 |
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -1/+3 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -35/+34 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -6/+6 |
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -1/+3 |
* | New lay-out of frame object, for fewer mallocs. | Guido van Rossum | 1997-01-20 | 1 | -9/+8 |
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 1 | -1/+1 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | don't use NDEBUG | Guido van Rossum | 1996-05-24 | 1 | -1/+1 |
* | keyword arguments and faster function calls | Guido van Rossum | 1995-07-18 | 1 | -1/+0 |
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -3/+3 |
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -28/+31 |
* | __builtins__ mods (and sys_checkinterval for ceval.c) | Guido van Rossum | 1995-01-09 | 1 | -0/+2 |
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -4/+10 |
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 1 | -1/+1 |
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 1 | -1/+2 |