1. 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  2. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  3. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  4. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  5. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 23 years ago
  6. bfa47b0 Correct name mangling algorithm, and add a comment. by Guido van Rossum · 23 years ago
  7. 91ee798 metaclass(): add some more examples of metaclasses, including one by Guido van Rossum · 23 years ago
  8. caa9f43 Add testcases for inheritance from tricky builtins (numbers, strings, tuples). by Guido van Rossum · 23 years ago
  9. 8aea0cc Now that int is subclassable, have to change a test that tests for by Guido van Rossum · 23 years ago
  10. ce129a5 Fix the test again due to fewer calls to __getattr__. by Guido van Rossum · 23 years ago
  11. a5be8ed Fix one test to reflect the change in method lookup policy. by Guido van Rossum · 23 years ago
  12. 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
  13. c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
  14. 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
  15. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  16. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  17. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
  18. 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
  19. 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
  20. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  21. 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
  22. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  23. a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
  24. b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
  25. 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
  26. d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
  27. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  28. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  29. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  30. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  31. 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 23 years ago
  32. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago