summaryrefslogtreecommitdiff
path: root/testtools/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk.Jonathan Lange2011-02-011-1/+1
|\
| * Get it right.Jonathan Lange2011-01-221-1/+1
* | Republish StringIO through compat to avoid repeated codeJonathan Lange2010-12-291-8/+12
|/
* Expose 'all' from compat and implement it for Python 2.4Martin2010-12-111-0/+7
* Implement isbaseexception to resolve failures from exception hierarchy change...Martin2010-11-191-0/+13
* Rearrange MatchesException code and change str representation to work better ...Martin2010-11-191-0/+8
* Make SyntaxError decoding robust against malformed instancesMartin2010-10-191-26/+31
* Correct variable name for string exceptions noticed by jmlMartin2010-07-291-1/+1
* Cope with source line being None for unicode tracebacksMartin2010-07-291-1/+2
* testtools.utils has been renamed to testtools.compat. ImportingRobert Collins2010-06-231-9/+30
* Avoid problem introduced with fix to Python bug #1031213 by ignoring the Synt...Martin2010-06-221-8/+13
* getlocale can return None if no locale is set, default to asciiMartin2010-06-201-1/+1
* Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-0/+219