COMMITS
/ Include/classobject.h February 16, 2008
December 11, 2007
C
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes committed
November 30, 2007
C
Cleanups and documentation updates related to the removal of unbound methods.
Christian Heimes committed
November 27, 2007
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
April 8, 2003
T
Typo repair.
Tim Peters committed
April 7, 2003
T
New private API function _PyInstance_Lookup. gc will use this to figure
Tim Peters committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
December 7, 2001
G
PyMethodObject(): Update the comment about im_class based upon a
Guido van Rossum committed
September 5, 2001
G
Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
March 23, 2001
F
Add the necessary field for weak reference support to the function and
Fred Drake committed
February 1, 2001
F
PEP 205, Weak References -- initial checkin.
Fred Drake committed
January 28, 2001
F
Added prototype for PyInstance_NewRaw().
Fred Drake committed
January 4, 2001
N
Remove PyInstance_*BinOp functions.
Neil Schemenauer committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 24, 2000
T
The real suport for augmented assignment: new opcodes, new PyNumber and
Thomas Wouters committed
July 9, 2000
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
Move the definition of PyMethodObject to classobject.h, so it can define
Guido van Rossum committed
March 14, 1997
G
Remove redundant references to thread stuff -- long, long ago, there
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 20, 1995
G
corrected two unconverted names
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
add 5th arg to instancebinop
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
September 28, 1994
G
ceval.h: added Py_MakePendingCalls()
Guido van Rossum committed
September 6, 1994
G
Define cl_{get,set,del}attr members in classobject
Guido van Rossum committed
August 18, 1994
G
Changes for dynamic linking under NT
Guido van Rossum committed
August 12, 1994
G
* Objects/classobject.c, Include/classobject.h: added __getattr__
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
November 23, 1993
G
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
May 21, 1993
G
* Lots of small changes related to access.
Guido van Rossum committed
May 20, 1993
G
Access checks now work, at least for instance data (not for methods
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
August 14, 1992
G
* classobject.[ch], {float,long,int}object.c, bltinmodule.c:
Guido van Rossum committed
August 12, 1992
G
Changes so that user-defined classes can implement operations invoked
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
October 20, 1991
G
newclassobject gets a third parameter (optional class name)
Guido van Rossum committed
May 5, 1991
G
Renamed class members to instances and class methods to instance methods
Guido van Rossum committed
April 4, 1991
G
Changed 'class member' to 'instance'.
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