COMMITS
/ Include/methodobject.h December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 28, 2004
A
Wrote down the invariants of some common objects whose structure is
Armin Rigo committed
December 13, 2003
R
* Added a new method flag, METH_COEXIST.
Raymond Hettinger committed
January 31, 2003
J
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
March 28, 2002
F
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake committed
August 12, 2001
J
Remove much dead code from ceval.c
Jeremy Hylton committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 3, 2000
A
Added #define for oldest version of argument calling
Andrew M. Kuchling committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
July 10, 1998
G
Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
July 26, 1995
G
changes for keyword args to built-in functions and classes
Guido van Rossum committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed
January 26, 1995
G
added findmethodinchain and methodchain data types
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 7, 1995
G
added ml_doc and changed newmethodlist interface
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 18, 1994
G
Changes for dynamic linking under NT
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
December 16, 1991
G
Add "varargs" attribute.
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed