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
/
test
/
test_abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
raise a clear TypeError when trying to register a non-class
Benjamin Peterson
2010-01-27
1
-0/+6
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-12/+12
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-26/+26
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
1
-0/+23
*
Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising
Jeffrey Yasskin
2008-03-17
1
-0/+11
*
Since abc._Abstract was replaces by a new type flags the regression test suit...
Christian Heimes
2008-03-03
1
-0/+5
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Working on issue #1762: Brought
Jeffrey Yasskin
2008-02-13
1
-0/+10
*
Fix issue 1747: allow classic classes to be checked for being subclasses of
Jeffrey Yasskin
2008-01-07
1
-4/+11
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
1
-0/+14
*
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
Guido van Rossum
2007-09-10
1
-0/+142