index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_metaclass.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
Pablo Galindo
2020-04-03
1
-1/+1
*
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-8/+3
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-3/+8
*
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
1
-5/+4
*
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-4/+5
*
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