summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_abc.py
Commit message (Expand)AuthorAgeFilesLines
* Make isinstance(OldstyleClass, NewstyleClass) return False instead of raisingJeffrey Yasskin2008-03-171-0/+11
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-031-0/+5
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Working on issue #1762: BroughtJeffrey Yasskin2008-02-131-0/+10
* Fix issue 1747: allow classic classes to be checked for being subclasses ofJeffrey Yasskin2008-01-071-4/+11
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-221-0/+14
* Patch # 1026 by Benjamin Aranguren (with Alex Martelli):Guido van Rossum2007-09-101-0/+142