1. 5d815f3 Address SF bug #442813. The sequence getitem wrappers should do by Guido van Rossum · 23 years ago
  2. 9676b22 Weak reference support, closing SF bug #451773. by Guido van Rossum · 23 years ago
  3. 1a49350 type_new(): look for __dynamic__ at the module level (after looking in by Guido van Rossum · 23 years ago
  4. 8d32c8b type_new(): only defer to the winning metatype if it's different from by Guido van Rossum · 23 years ago
  5. 76e6963 Fix object_repr() to include the module (using the same rules as by Guido van Rossum · 23 years ago
  6. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  7. c354221 Fix SF bug #442501: calculate __module__ properly. by Guido van Rossum · 23 years ago
  8. 8098ddb Subtle change to make None.__class__ work: by Guido van Rossum · 23 years ago
  9. b8f6366 - Another big step in the right direction. All the overridable by Guido van Rossum · 23 years ago
  10. 4dd64ab Non-function fields, like tp_dictoffset and tp_weaklistoffset, should by Guido van Rossum · 23 years ago
  11. 8e24818 Make dynamic types work as intended. Or at least more so. by Guido van Rossum · 23 years ago
  12. 8de8680 Temporary stop-gap fix for dynamic classes, so they pass the test. by Guido van Rossum · 23 years ago
  13. 13d52f0 - Big changes to fix SF bug #442833 (a nasty multiple inheritance by Guido van Rossum · 23 years ago
  14. d614f97 Change PyType_Ready() to use the READY and READYING flags. This makes by Guido van Rossum · 23 years ago
  15. 29687cd Sigh. Strengthen the resriction of the previous checkin: tp_new is by Guido van Rossum · 23 years ago
  16. c11e192 Thinking back to the 2.22 revision, I didn't like what I did there one by Guido van Rossum · 23 years ago
  17. dc91b99 Proper support for binary operators, including true division and floor by Guido van Rossum · 23 years ago
  18. 8e938b4 Removed extraneous semicolons that caused a gazzilion "empty declaration" warnings in the MetroWerks compiler. by Jack Jansen · 23 years ago
  19. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  20. f040ede Cosmetics: by Guido van Rossum · 23 years ago
  21. 0d231ed A totally new way to do the __new__ wrapper. This should address the by Guido van Rossum · 23 years ago
  22. 2b8d7bd Fix SF #442791 (revisited): No __delitem__ wrapper was defined. by Guido van Rossum · 23 years ago
  23. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  24. fcc54ca Added a missing cast to the hashfunc initializer. by Jack Jansen · 23 years ago
  25. 0163d6d Patch #424475: Speed-up tp_compare usage, by special-casing the common by Martin v. Löwis · 23 years ago
  26. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  27. 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
  28. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  29. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  30. 80c2a16 American spelling in doc string. by Guido van Rossum · 27 years ago
  31. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. 29ca26e added getattr(), supporting __doc__ and _name__ by Guido van Rossum · 30 years ago
  34. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  35. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  36. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  37. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  38. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  39. 96163c1 Lint... by Guido van Rossum · 32 years ago
  40. 2fe53f7 The print operation now returns status! by Guido van Rossum · 33 years ago
  41. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  42. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  43. 85a5fbb Initial revision by Guido van Rossum · 34 years ago