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