index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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