Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -3/+5 |
* | Issue #10992: make tests pass when run under coverage. | Brett Cannon | 2011-02-22 | 1 | -1/+7 |
* | only accept AttributeError as indicating no __prepare__ attribute on a metacl... | Benjamin Peterson | 2010-02-27 | 1 | -0/+14 |
* | fix test_metaclass | Benjamin Peterson | 2008-07-01 | 1 | -1/+1 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -3/+3 |
* | Add a default __prepare__() method to 'type', so it can be called | Guido van Rossum | 2007-08-02 | 1 | -0/+23 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+2 |
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -0/+218 |