1. e773754 Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc. by Guido van Rossum · 30 years ago
  2. 91ab4a8 If an attribute is deleted, __setattr__ is called with 2 instead of 3 by Guido van Rossum · 30 years ago
  3. e149fa2 * Objects/classobject.c, Include/classobject.h: added __getattr__ by Guido van Rossum · 30 years ago
  4. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  5. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  6. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  7. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  8. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  9. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  10. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  11. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  12. 8a0c345 Fix bug in class instance hash (forgot to clear error condition). by Guido van Rossum · 31 years ago
  13. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  14. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  15. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 32 years ago
  16. d014ea6 * classobject.c: in instance_lenth, test result of call_object by Guido van Rossum · 32 years ago
  17. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  18. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  19. 94472a0 classobject.c moduleobject.c stdwinmodule.c xxobject.c: by Guido van Rossum · 32 years ago
  20. ebc8c51 Compare instance methods by comparing the object and the function. by Guido van Rossum · 32 years ago
  21. 6d946f9 * macmodule.c: include allobjects.h, not .c by Guido van Rossum · 32 years ago
  22. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  23. 04691fc Changes so that user-defined classes can implement operations invoked by Guido van Rossum · 32 years ago
  24. 8dd79cf Don't allow assignment to attributes named __*__ by Guido van Rossum · 32 years ago
  25. 85998fa Silence lint by Guido van Rossum · 32 years ago
  26. e2966a6 The cl_bases member of a class object is now never NULL. by Guido van Rossum · 33 years ago
  27. 670ceb3 Deleted unused local variable. by Guido van Rossum · 33 years ago
  28. 9430839 Add several secret __*__ attributes by Guido van Rossum · 33 years ago
  29. e8122f1 Renamed class methods to instance methods (which they are) by Guido van Rossum · 33 years ago
  30. 569fce7 Rename class methods to instance methods (at least where user-visible) by Guido van Rossum · 33 years ago
  31. 21ed88c Change ugly 'class member' to more normal 'instance'. by Guido van Rossum · 33 years ago
  32. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  33. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  34. 2a9096b New errors. by Guido van Rossum · 34 years ago
  35. 3cf0ddf (Some) new error handling. by Guido van Rossum · 34 years ago
  36. 85a5fbb Initial revision by Guido van Rossum · 34 years ago