| Commit message (Expand) | Author | Age | Files | Lines |
* | GC for frame objects. | Neil Schemenauer | 2001-07-12 | 1 | -12/+101 |
|
|
* | PyFrameObject: rename f_stackbottom to f_stacktop, since it points to | Tim Peters | 2001-06-23 | 1 | -3/+5 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -0/+6 |
|
|
* | SF patch 419176 from MvL; fixed bug 418977 | Jeremy Hylton | 2001-05-08 | 1 | -6/+3 |
|
|
* | Make one more private symbol static. | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Fix PyFrame_FastToLocals() and counterpart to deal with cells and | Jeremy Hylton | 2001-03-21 | 1 | -20/+68 |
|
|
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 1 | -3/+4 |
|
|
* | Remove f_closure slot of frameobject and use f_localsplus instead. | Jeremy Hylton | 2001-01-29 | 1 | -23/+14 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -3/+21 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -27/+10 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -9/+8 |
|
|
* | Christian Tismer's "trashcan" patch: | Guido van Rossum | 2000-03-13 | 1 | -0/+2 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -2/+2 |
|
|
* | A Py_DECREF(f) is missing in PyFrame_New for the error case when | Guido van Rossum | 1998-10-19 | 1 | -4/+4 |
|
|
* | In PyFrame_New(), don't set extras to something derived from code | Guido van Rossum | 1998-09-25 | 1 | -1/+2 |
|
|
* | Since PyDict_GetItem() can't raise an exception any more, there's no | Guido van Rossum | 1998-05-14 | 1 | -4/+1 |
|
|
* | Vladimir Marangozov' performance hack: copy f_builtins from ancestor | Guido van Rossum | 1998-02-19 | 1 | -3/+14 |
|
|
* | Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) | Guido van Rossum | 1997-10-31 | 1 | -2/+3 |
|
|
* | Provide a dummy empty directory as f_builtins instead of failing, when | Guido van Rossum | 1997-08-05 | 1 | -7/+22 |
|
|
* | Avoid function calls to access the current thread state and builtins | Guido van Rossum | 1997-08-02 | 1 | -4/+2 |
|
|
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -2/+13 |
|
|
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -100/+101 |
|
|
* | Remove a redundant XINCREF(value). This caused the reference count of | Guido van Rossum | 1997-04-03 | 1 | -1/+0 |
|
|
* | Kill all local variables when the frame is deallocated (moved here | Guido van Rossum | 1997-02-14 | 1 | -1/+11 |
|
|
* | When a recycled frame has more local+stack slots than needed, | Guido van Rossum | 1997-01-24 | 1 | -2/+4 |
|
|
* | Bugfix: remove ref to fast before it's defined. | Guido van Rossum | 1997-01-20 | 1 | -1/+1 |
|
|
* | Changes that appear to give another 12% speedup. | Guido van Rossum | 1997-01-20 | 1 | -87/+55 |
|
|
* | Intern the strings "__builtins__". | Guido van Rossum | 1997-01-18 | 1 | -1/+1 |
|
|
* | Comment out extend_stack() -- it is no longer needed. | Guido van Rossum | 1997-01-17 | 1 | -0/+2 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -12/+19 |
|
|
* | better policy regarding NULL locals | Guido van Rossum | 1995-07-26 | 1 | -9/+13 |
|
|
* | changes for keyword arguments and fast function call; added abstract.c | Guido van Rossum | 1995-07-18 | 1 | -40/+62 |
|
|
* | Use mappinglookup instead of dictlookup for looking up __builtin__. | Sjoerd Mullender | 1995-04-04 | 1 | -1/+7 |
|
|
* | different init for __builtins__ | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
|
|
* | add builtins handling and restricted flag | Guido van Rossum | 1995-01-10 | 1 | -2/+14 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 1 | -15/+13 |
|
|
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -13/+98 |
|
|
* | * clmodule.c (doParams): free PVbuffer in error condition. | Sjoerd Mullender | 1993-08-03 | 1 | -0/+1 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 1 | -7/+6 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 1 | -1/+7 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 1 | -1/+1 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -0/+6 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -10/+65 |
|
|