summaryrefslogtreecommitdiffstats
path: root/Objects/funcobject.c
Commit message (Expand)AuthorAgeFilesLines
* Use new GC API.Neil Schemenauer2001-08-291-7/+6
* repr's converted to using PyString_FromFormat() instead of sprintf'ingBarry Warsaw2001-08-241-7/+4
* func_getattro(), func_setattro(): Implement the new semantics forBarry Warsaw2001-08-141-8/+22
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-62/+318
* Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does notFred Drake2001-05-031-20/+20
* Add support for weak references to the function and method types.Fred Drake2001-03-231-2/+7
* Visit the closure during traversal and XDECREF it on during deallocation.Jeremy Hylton2001-03-011-0/+6
* Fix SF buf 404774 submitted by Gregory H. BallJeremy Hylton2001-02-281-1/+1
* The one thing I love more then writing code is deleting code.Moshe Zadka2001-01-291-33/+2
* PEP 227 implementationJeremy Hylton2001-01-251-0/+33
* Application and elaboration of patch #103305 to fix core dumps whenBarry Warsaw2001-01-191-30/+40
* Committing PEP 232, function attribute feature, approved by Guido.Barry Warsaw2001-01-151-11/+75
* 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/+11
* Neil Schemenauer: small fixes for GCGuido van Rossum2000-07-011-0/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-3/+3
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-1/+3
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-2/+4
* part 2 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-2/+2
* Round 1 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-0/+40
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Marc-Andre Lemburg:Guido van Rossum2000-04-271-1/+1
* Make function objects somewhat mutable -- the members func_code,Guido van Rossum1998-05-221-3/+35
* Make new gcc -Wall happyGuido van Rossum1998-04-101-1/+2
* Fix bug in comparing function objects detected by Sjoerd:Guido van Rossum1997-08-051-3/+9
* Quickly renamed the last directory.Guido van Rossum1997-05-021-73/+74
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* changes for keyword arguments and fast function call; added abstract.cGuido van Rossum1995-07-181-25/+15
* fix leak in func_dealloc (forgot to decref name)Guido van Rossum1995-01-201-0/+1
* add restrictions in restricted modeGuido van Rossum1995-01-101-0/+6
* Added __doc__ attribute (alias func_doc), initialized from firstGuido van Rossum1995-01-071-1/+16
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge back to main trunkGuido van Rossum1994-08-301-6/+56
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-301-3/+6
* Added compare operations for functions and code objects.Guido van Rossum1993-11-051-1/+26
* Several changes in one:Guido van Rossum1993-05-191-7/+4
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-4/+15
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added READONLY specifier to data members.Guido van Rossum1992-01-141-2/+2
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-8/+21
* Function objects no longer contain a parse tree node, but intermediateGuido van Rossum1990-11-181-38/+13
* New errors.Guido van Rossum1990-10-211-2/+2
* Initial revisionGuido van Rossum1990-10-141-0/+101