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
*
Use weakrefs to hold onto classes #2521.
Benjamin Peterson
2010-08-21
1
-5/+6
*
keep UserDict an old-style class
Benjamin Peterson
2010-06-22
1
-1/+3
*
#7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
Florent Xicluna
2010-03-08
1
-0/+8
*
raise a clear TypeError when trying to register a non-class
Benjamin Peterson
2010-01-27
1
-1/+1
*
Fix typos.
Walter Dörwald
2009-05-04
1
-2/+2
*
Fix 3k-style metaclass syntax in docstrings.
Georg Brandl
2009-02-28
1
-3/+6
*
Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl)
Nick Coghlan
2008-09-02
1
-2/+2
*
Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising
Jeffrey Yasskin
2008-03-17
1
-5/+5
*
Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,
Jeffrey Yasskin
2008-02-28
1
-48/+1
*
Working on issue #1762: Brought
Jeffrey Yasskin
2008-02-13
1
-2/+14
*
Fix issue 1747: allow classic classes to be checked for being subclasses of
Jeffrey Yasskin
2008-01-07
1
-1/+1
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
1
-1/+1
*
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
Guido van Rossum
2007-09-10
1
-0/+206