- a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
- a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 17 years ago
- 05a2fc2 Cleanups and documentation updates related to the removal of unbound methods. by Christian Heimes · 17 years ago
- ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- f995cce Typo repair. by Tim Peters · 22 years ago
- df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 22 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
- 301d0f8 PyMethodObject(): Update the comment about im_class based upon a by Guido van Rossum · 23 years ago
- b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 6a1c87d Add the necessary field for weak reference support to the function and by Fred Drake · 24 years ago
- 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago
- 05473ed Added prototype for PyInstance_NewRaw(). by Fred Drake · 24 years ago
- dd038db Remove PyInstance_*BinOp functions. by Neil Schemenauer · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
- ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- d4ba73c Move the definition of PyMethodObject to classobject.h, so it can define by Guido van Rossum · 26 years ago
- f095806 Remove redundant references to thread stuff -- long, long ago, there by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- bebdc37 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
- 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
- 855d0b3 corrected two unconverted names by Guido van Rossum · 30 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 7a01389 add 5th arg to instancebinop by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- c5d92e1 ceval.h: added Py_MakePendingCalls() by Guido van Rossum · 30 years ago
- 03a9096 Define cl_{get,set,del}attr members in classobject by Guido van Rossum · 30 years ago
- e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
- e149fa2 * Objects/classobject.c, Include/classobject.h: added __getattr__ by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
- b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
- 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
- 2583165 Several changes in one: by Guido van Rossum · 31 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
- 04691fc Changes so that user-defined classes can implement operations invoked by Guido van Rossum · 32 years ago
- 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
- 2b9d6e2 newclassobject gets a third parameter (optional class name) by Guido van Rossum · 33 years ago
- faf9c96 Renamed class members to instances and class methods to instance methods ,. by Guido van Rossum · 34 years ago
- 572fd57 Changed 'class member' to 'instance'. by Guido van Rossum · 34 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
- 85a5fbb Initial revision by Guido van Rossum · 34 years ago