COMMITS
/ Lib/abc.py 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