| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+1 |
* | Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API | Christian Heimes | 2007-12-11 | 1 | -0/+18 |
* | Cleanups and documentation updates related to the removal of unbound methods. | Christian Heimes | 2007-11-30 | 1 | -1/+0 |
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -6/+3 |
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -42/+2 |
* | Typo repair. | Tim Peters | 2003-04-08 | 1 | -2/+2 |
* | New private API function _PyInstance_Lookup. gc will use this to figure | Tim Peters | 2003-04-07 | 1 | -0/+12 |
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -9/+9 |
* | PyMethodObject(): Update the comment about im_class based upon a | Guido van Rossum | 2001-12-07 | 1 | -1/+1 |
* | Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. | Guido van Rossum | 2001-09-05 | 1 | -0/+4 |
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -4/+0 |
* | Add the necessary field for weak reference support to the function and | Fred Drake | 2001-03-23 | 1 | -0/+1 |
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -0/+1 |
* | Added prototype for PyInstance_NewRaw(). | Fred Drake | 2001-01-28 | 1 | -0/+1 |
* | Remove PyInstance_*BinOp functions. | Neil Schemenauer | 2001-01-04 | 1 | -8/+0 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | The real suport for augmented assignment: new opcodes, new PyNumber and | Thomas Wouters | 2000-08-24 | 1 | -0/+4 |
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -32/+33 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -8/+8 |
* | Move the definition of PyMethodObject to classobject.h, so it can define | Guido van Rossum | 1998-07-10 | 1 | -0/+16 |
* | Remove redundant references to thread stuff -- long, long ago, there | Guido van Rossum | 1997-03-14 | 1 | -6/+0 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | changes for keyword args to built-in functions and classes | Guido van Rossum | 1995-07-26 | 1 | -1/+1 |
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
* | corrected two unconverted names | Guido van Rossum | 1995-01-20 | 1 | -1/+1 |
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -25/+27 |
* | add 5th arg to instancebinop | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
* | ceval.h: added Py_MakePendingCalls() | Guido van Rossum | 1994-09-28 | 1 | -0/+2 |
* | Define cl_{get,set,del}attr members in classobject | Guido van Rossum | 1994-09-06 | 1 | -6/+4 |
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
* | * Objects/classobject.c, Include/classobject.h: added __getattr__ | Guido van Rossum | 1994-08-12 | 1 | -0/+12 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -2/+0 |
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 1 | -5/+7 |
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 1 | -1/+11 |
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -1/+1 |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 1 | -1/+0 |
* | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 1 | -0/+3 |
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
* | newclassobject gets a third parameter (optional class name) | Guido van Rossum | 1991-10-20 | 1 | -1/+1 |
* | Renamed class members to instances and class methods to instance methods | Guido van Rossum | 1991-05-05 | 1 | -6/+6 |
* | Changed 'class member' to 'instance'. | Guido van Rossum | 1991-04-04 | 1 | -3/+3 |
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -1/+1 |