summaryrefslogtreecommitdiff
path: root/Lib/test/test_metaclass.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-8/+3
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-3/+8
* Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-5/+4
* Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-4/+5
* PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-3/+5
* Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-1/+7
* only accept AttributeError as indicating no __prepare__ attribute on a metacl...Benjamin Peterson2010-02-271-0/+14
* fix test_metaclassBenjamin Peterson2008-07-011-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-3/+3
* Add a default __prepare__() method to 'type', so it can be calledGuido van Rossum2007-08-021-0/+23
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+2
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-0/+218