1. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  2. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  3. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  4. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  5. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  6. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  7. 23e018a only accept AttributeError as indicating no __prepare__ attribute on a metaclass, allowing lookup errors to propogate by Benjamin Peterson · 14 years ago
  8. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  9. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  10. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  11. 4737482 Add a default __prepare__() method to 'type', so it can be called by Guido van Rossum · 17 years ago
  12. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  13. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago