COMMITS
/ Lib/test/test_metaclass.py April 12, 2025
January 13, 2025
P
gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924)
Petr Viktorin committed
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
March 26, 2024
I
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel committed
September 20, 2021
S
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka committed
April 3, 2020
P
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
Pablo Galindo committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
July 14, 2016
B
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson committed
June 4, 2016
K
Issue #25548: Showing memory address of class objects in repl
Kushal Das committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
February 22, 2011
B
Issue #10992: make tests pass when run under coverage.
Brett Cannon committed
February 27, 2010
B
July 1, 2008
B
fix test_metaclass
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
April 7, 2008
M
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis committed
August 2, 2007
G
Add a default __prepare__() method to 'type', so it can be called
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
March 18, 2007
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed