COMMITS
/ Lib/abc.py April 11, 2023
N
gh-87864: Use correct function definition syntax in the docs (#103312)
Nikita Sobolev committed
May 5, 2022
V
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi committed
June 27, 2021
R
Clarify the order of a stacked `abstractmethod` (GH-26892)
Ram Rachum committed
October 6, 2020
B
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami committed
December 31, 2018
S
bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355)
Serhiy Storchaka committed
February 18, 2018
I
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi committed
January 12, 2018
Y
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
yahya-abou-imran committed
June 6, 2017
A
bpo-30463: Add an empty __slots__ to abc.ABC.
Aaron Hall, MBA committed
March 15, 2017
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
December 24, 2013
R
#16832: s/integer/object/ in docs/docstring, and add whatsnew entry.
R David Murray 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
É
August 17, 2010
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
May 4, 2009
W
Merged revisions 72278 via svnmerge from
Walter Dörwald committed
September 2, 2008
N
Merged revisions 66144 via svnmerge from
Nick Coghlan committed
February 28, 2008
February 14, 2008
February 5, 2008
R
Moved WeakSet into a bootstap module use by abc.py.
Raymond Hettinger committed
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 23, 2007
G
#1061 (mainly by Thomas Wouters): use weak sets for abc caches.
Georg Brandl committed
September 11, 2007
G
Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__()
Guido van Rossum committed
August 20, 2007
G
Rename __whatever variables defined by ABCMeta to _abc_whatever, so as
Guido van Rossum committed
August 18, 2007
G
Fix _dump_registry() to use the correct prefix for the private
Guido van Rossum committed
August 1, 2007
G
Tests for @abstractproperty by Jeffrey Yasskin.
Guido van Rossum committed
G
Add @abstractproperty.
Guido van Rossum committed
June 14, 2007
G
Modernize the super() call in ABCMeta.__new__() -- I had messed with
Guido van Rossum committed
G
Somehow this needed adding.
Guido van Rossum committed