summaryrefslogtreecommitdiffstats
path: root/Lib/abc.py
Commit message (Expand)AuthorAgeFilesLines
* Rename __whatever variables defined by ABCMeta to _abc_whatever, so asGuido van Rossum2007-08-201-21/+21
* Fix _dump_registry() to use the correct prefix for the privateGuido van Rossum2007-08-181-2/+2
* Tests for @abstractproperty by Jeffrey Yasskin.Guido van Rossum2007-08-011-0/+2
* Add @abstractproperty.Guido van Rossum2007-08-011-0/+25
* Modernize the super() call in ABCMeta.__new__() -- I had messed withGuido van Rossum2007-06-141-1/+1
* Somehow this needed adding.Guido van Rossum2007-06-141-0/+179