Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |