| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22032: __qualname__ instead of __name__ is now always used to format | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
* | #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. | R David Murray | 2013-12-24 | 1 | -3/+3 |
* | Fix #16832 - expose cache validity checking support in ABCMeta | ?ukasz Langa | 2013-05-25 | 1 | -0/+14 |
* | Issue #16049: add abc.ABC helper class. | Andrew Svetlov | 2012-12-13 | 1 | -0/+6 |
* | improve abstract property support (closes #11610) | Benjamin Peterson | 2011-12-15 | 1 | -3/+16 |
* | Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado... | Éric Araujo | 2011-02-24 | 1 | -2/+6 |
* | add support for abstract class and static methods #5867 | Benjamin Peterson | 2010-08-17 | 1 | -0/+40 |
* | Merged revisions 77789 via svnmerge from | Benjamin Peterson | 2010-01-27 | 1 | -1/+1 |
* | Merged revisions 72278 via svnmerge from | Walter Dörwald | 2009-05-04 | 1 | -2/+2 |
* | Merged revisions 66144 via svnmerge from | Nick Coghlan | 2008-09-02 | 1 | -2/+2 |
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -46/+1 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 | 1 | -2/+13 |
* | Moved WeakSet into a bootstap module use by abc.py. | Raymond Hettinger | 2008-02-05 | 1 | -1/+1 |
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
* | Backmerge -r59233:59232 | Christian Heimes | 2007-11-30 | 1 | -4/+1 |
* | Fix for bug #1109 | Christian Heimes | 2007-11-30 | 1 | -1/+4 |
* | #1061 (mainly by Thomas Wouters): use weak sets for abc caches. | Georg Brandl | 2007-10-23 | 1 | -4/+5 |
* | Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() | Guido van Rossum | 2007-09-11 | 1 | -3/+1 |
* | Rename __whatever variables defined by ABCMeta to _abc_whatever, so as | Guido van Rossum | 2007-08-20 | 1 | -21/+21 |
* | Fix _dump_registry() to use the correct prefix for the private | Guido van Rossum | 2007-08-18 | 1 | -2/+2 |
* | Tests for @abstractproperty by Jeffrey Yasskin. | Guido van Rossum | 2007-08-01 | 1 | -0/+2 |
* | Add @abstractproperty. | Guido van Rossum | 2007-08-01 | 1 | -0/+25 |
* | Modernize the super() call in ABCMeta.__new__() -- I had messed with | Guido van Rossum | 2007-06-14 | 1 | -1/+1 |
* | Somehow this needed adding. | Guido van Rossum | 2007-06-14 | 1 | -0/+179 |