summaryrefslogtreecommitdiff
path: root/Objects/frameobject.c
Commit message (Expand)AuthorAgeFilesLines
* Remove f_closure slot of frameobject and use f_localsplus instead.Jeremy Hylton2001-01-291-23/+14
* PEP 227 implementationJeremy Hylton2001-01-251-3/+21
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication of the sources.Fred Drake2000-07-091-27/+10
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-9/+8
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-131-0/+2
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-2/+2
* A Py_DECREF(f) is missing in PyFrame_New for the error case whenGuido van Rossum1998-10-191-4/+4
* In PyFrame_New(), don't set extras to something derived from codeGuido van Rossum1998-09-251-1/+2
* Since PyDict_GetItem() can't raise an exception any more, there's noGuido van Rossum1998-05-141-4/+1
* Vladimir Marangozov' performance hack: copy f_builtins from ancestorGuido van Rossum1998-02-191-3/+14
* Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov)Guido van Rossum1997-10-311-2/+3
* Provide a dummy empty directory as f_builtins instead of failing, whenGuido van Rossum1997-08-051-7/+22
* Avoid function calls to access the current thread state and builtinsGuido van Rossum1997-08-021-4/+2
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-2/+13
* Quickly renamed.Guido van Rossum1997-04-291-100/+101
* Remove a redundant XINCREF(value). This caused the reference count ofGuido van Rossum1997-04-031-1/+0
* Kill all local variables when the frame is deallocated (moved hereGuido van Rossum1997-02-141-1/+11
* When a recycled frame has more local+stack slots than needed,Guido van Rossum1997-01-241-2/+4
* Bugfix: remove ref to fast before it's defined.Guido van Rossum1997-01-201-1/+1
* Changes that appear to give another 12% speedup.Guido van Rossum1997-01-201-87/+55
* Intern the strings "__builtins__".Guido van Rossum1997-01-181-1/+1
* Comment out extend_stack() -- it is no longer needed.Guido van Rossum1997-01-171-0/+2
* Make gcc -Wall happyGuido van Rossum1996-12-051-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* better policy regarding NULL localsGuido van Rossum1995-07-261-9/+13
* changes for keyword arguments and fast function call; added abstract.cGuido van Rossum1995-07-181-40/+62
* Use mappinglookup instead of dictlookup for looking up __builtin__.Sjoerd Mullender1995-04-041-1/+7
* different init for __builtins__Guido van Rossum1995-01-171-0/+2
* add builtins handling and restricted flagGuido van Rossum1995-01-101-2/+14
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-15/+13
* Merge back to main trunkGuido van Rossum1994-08-301-13/+98
* * clmodule.c (doParams): free PVbuffer in error condition.Sjoerd Mullender1993-08-031-0/+1
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-251-7/+6
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-201-1/+7
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-301-1/+1
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-0/+6
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-10/+65
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added f_lasti and f_lineno members.Guido van Rossum1992-01-141-0/+4
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-0/+132