summaryrefslogtreecommitdiff
path: root/Include/methodobject.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented Martin's suggestion to clear the free lists during the garbage co...Christian Heimes2008-02-141-0/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-4/+4
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-7/+12
* * Added a new method flag, METH_COEXIST.Raymond Hettinger2003-12-131-0/+7
* Provide __module__ attributes for functions defined in C and Python.Jeremy Hylton2003-01-311-1/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-8/+8
* Introduce two new flag bits that can be set in a PyMethodDef methodFred Drake2002-03-281-1/+7
* Remove much dead code from ceval.cJeremy Hylton2001-08-121-0/+5
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Added #define for oldest version of argument callingAndrew M. Kuchling2000-08-031-0/+1
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-3/+3
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-24/+22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-6/+6
* Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObjectGuido van Rossum1998-07-101-0/+15
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-261-1/+4
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* added findmethodinchain and methodchain data typesGuido van Rossum1995-01-261-0/+8
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-13/+16
* added ml_doc and changed newmethodlist interfaceGuido van Rossum1995-01-071-4/+5
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+6
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Add "varargs" attribute.Guido van Rossum1991-12-161-3/+5
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-0/+7
* Initial revisionGuido van Rossum1990-10-141-0/+11