| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable GC for new-style instances. This touches lots of files, since | Guido van Rossum | 2001-10-05 | 1 | -2/+4 |
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
* | Rewrite function attributes to use the generic routines properly. | Guido van Rossum | 2001-09-17 | 1 | -72/+118 |
* | Use new GC API. | Neil Schemenauer | 2001-08-29 | 1 | -7/+6 |
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 1 | -7/+4 |
* | func_getattro(), func_setattro(): Implement the new semantics for | Barry Warsaw | 2001-08-14 | 1 | -8/+22 |
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -62/+318 |
* | Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not | Fred Drake | 2001-05-03 | 1 | -20/+20 |
* | Add support for weak references to the function and method types. | Fred Drake | 2001-03-23 | 1 | -2/+7 |
* | Visit the closure during traversal and XDECREF it on during deallocation. | Jeremy Hylton | 2001-03-01 | 1 | -0/+6 |
* | Fix SF buf 404774 submitted by Gregory H. Ball | Jeremy Hylton | 2001-02-28 | 1 | -1/+1 |
* | The one thing I love more then writing code is deleting code. | Moshe Zadka | 2001-01-29 | 1 | -33/+2 |
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -0/+33 |
* | Application and elaboration of patch #103305 to fix core dumps when | Barry Warsaw | 2001-01-19 | 1 | -30/+40 |
* | Committing PEP 232, function attribute feature, approved by Guido. | Barry Warsaw | 2001-01-15 | 1 | -11/+75 |
* | 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/+11 |
* | Neil Schemenauer: small fixes for GC | Guido van Rossum | 2000-07-01 | 1 | -0/+1 |
* | 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 |
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -3/+3 |
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 1 | -1/+3 |
* | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -2/+4 |
* | part 2 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 1 | -2/+2 |
* | Round 1 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 1 | -0/+40 |
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-27 | 1 | -1/+1 |
* | Make function objects somewhat mutable -- the members func_code, | Guido van Rossum | 1998-05-22 | 1 | -3/+35 |
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -1/+2 |
* | Fix bug in comparing function objects detected by Sjoerd: | Guido van Rossum | 1997-08-05 | 1 | -3/+9 |
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -73/+74 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | changes for keyword arguments and fast function call; added abstract.c | Guido van Rossum | 1995-07-18 | 1 | -25/+15 |
* | fix leak in func_dealloc (forgot to decref name) | Guido van Rossum | 1995-01-20 | 1 | -0/+1 |
* | add restrictions in restricted mode | Guido van Rossum | 1995-01-10 | 1 | -0/+6 |
* | Added __doc__ attribute (alias func_doc), initialized from first | Guido van Rossum | 1995-01-07 | 1 | -1/+16 |
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -6/+56 |
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 1 | -3/+6 |
* | Added compare operations for functions and code objects. | Guido van Rossum | 1993-11-05 | 1 | -1/+26 |
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -7/+4 |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -4/+15 |
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
* | Added READONLY specifier to data members. | Guido van Rossum | 1992-01-14 | 1 | -2/+2 |
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -8/+21 |
* | Function objects no longer contain a parse tree node, but intermediate | Guido van Rossum | 1990-11-18 | 1 | -38/+13 |
* | New errors. | Guido van Rossum | 1990-10-21 | 1 | -2/+2 |
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+101 |