COMMITS
/ Lib/test/test_abc.py May 31, 2026
February 14, 2025
S
gh-130095: Mark `_py_abc` tests as not thread-safe (gh-130131)
Sam Gross committed
January 20, 2025
S
gh-71339: Use new assertion methods in test_abc (GH-128826)
Serhiy Storchaka committed
July 7, 2023
N
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev committed
November 5, 2022
K
gh-98284: better error message for undefined abstractmethod (#97971)
Kaushik Kulkarni committed
May 12, 2022
May 5, 2022
V
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi committed
May 12, 2021
K
bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034)
Karl Dubost committed
October 6, 2020
B
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami committed
March 30, 2020
D
bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
Dong-hee Na committed
September 11, 2019
D
bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)
Daniel Andrade committed
August 20, 2018
A
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
Alexey Izbyshev committed
March 7, 2018
I
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki committed
February 18, 2018
I
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi committed
June 6, 2017
A
bpo-30463: Add an empty __slots__ to abc.ABC.
Aaron Hall, MBA committed
March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
March 15, 2017
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
August 8, 2013
E
#18581: merge with 3.3.
Ezio Melotti committed
May 25, 2013
Ł
Fix #16832 - expose cache validity checking support in ABCMeta
Łukasz Langa committed
December 13, 2012
A
Issue #16049: add abc.ABC helper class.
Andrew Svetlov committed
December 15, 2011
B
improve abstract property support (closes #11610)
Benjamin Peterson committed
February 24, 2011
É
January 12, 2011
B
move this test to test_descr; it's not abc specific
Benjamin Peterson committed
December 1, 2010
E
October 2, 2010
B
add a test and a note about metaclasses now being abcs
Benjamin Peterson committed
B
type.__abstractmethods__ should raise an AttributeError #10006
Benjamin Peterson committed
August 17, 2010
B
remove test for oldstyle classes
Benjamin Peterson committed
B
use assertTrue/assertFalse
Benjamin Peterson committed
B
add support for abstract class and static methods #5867
Benjamin Peterson committed
January 27, 2010
B
Merged revisions 77789 via svnmerge from
Benjamin Peterson committed
January 24, 2010
E
Merged revisions 77727 via svnmerge from
Ezio Melotti committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
August 26, 2008
A
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
March 3, 2008
C
Merged revisions 61203-61204 via svnmerge from
Christian Heimes committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
February 14, 2008
January 7, 2008
C
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes committed
November 30, 2007
C
Backmerge -r59233:59232
Christian Heimes committed
C
Fix for bug #1109
Christian Heimes committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
September 11, 2007
G
Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__()
Guido van Rossum committed
August 1, 2007
G
Tests for @abstractproperty by Jeffrey Yasskin.
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed