1. 8aea0cc Now that int is subclassable, have to change a test that tests for by Guido van Rossum · 23 years ago
  2. ce129a5 Fix the test again due to fewer calls to __getattr__. by Guido van Rossum · 23 years ago
  3. a5be8ed Fix one test to reflect the change in method lookup policy. by Guido van Rossum · 23 years ago
  4. 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
  5. c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
  6. 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
  7. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  8. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  9. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
  10. 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
  11. 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
  12. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  13. 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
  14. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  15. a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
  16. b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
  17. 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
  18. d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
  19. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  20. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  21. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  22. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  23. 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 23 years ago
  24. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago