summaryrefslogtreecommitdiff
path: root/Include/classobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-3/+3
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+1
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+18
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-1/+0
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-6/+3
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-171-42/+2
* Typo repair.Tim Peters2003-04-081-2/+2
* New private API function _PyInstance_Lookup. gc will use this to figureTim Peters2003-04-071-0/+12
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-9/+9
* PyMethodObject(): Update the comment about im_class based upon aGuido van Rossum2001-12-071-1/+1
* Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.Guido van Rossum2001-09-051-0/+4
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-4/+0
* Add the necessary field for weak reference support to the function andFred Drake2001-03-231-0/+1
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+1
* Added prototype for PyInstance_NewRaw().Fred Drake2001-01-281-0/+1
* Remove PyInstance_*BinOp functions.Neil Schemenauer2001-01-041-8/+0
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-241-0/+4
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-32/+33
* 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-8/+8
* Move the definition of PyMethodObject to classobject.h, so it can defineGuido van Rossum1998-07-101-0/+16
* Remove redundant references to thread stuff -- long, long ago, thereGuido van Rossum1997-03-141-6/+0
* 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/+1
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* corrected two unconverted namesGuido van Rossum1995-01-201-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-25/+27
* add 5th arg to instancebinopGuido van Rossum1995-01-071-1/+2
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* ceval.h: added Py_MakePendingCalls()Guido van Rossum1994-09-281-0/+2
* Define cl_{get,set,del}attr members in classobjectGuido van Rossum1994-09-061-6/+4
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* * Objects/classobject.c, Include/classobject.h: added __getattr__Guido van Rossum1994-08-121-0/+12
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-2/+0
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Lots of small changes related to access.Guido van Rossum1993-05-211-5/+7
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-201-1/+11
* Several changes in one:Guido van Rossum1993-05-191-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-141-1/+0
* Changes so that user-defined classes can implement operations invokedGuido van Rossum1992-08-121-0/+3
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* newclassobject gets a third parameter (optional class name)Guido van Rossum1991-10-201-1/+1
* Renamed class members to instances and class methods to instance methodsGuido van Rossum1991-05-051-6/+6
* Changed 'class member' to 'instance'.Guido van Rossum1991-04-041-3/+3
* Added copyright notice.Guido van Rossum1991-02-191-0/+24