1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make TracebackContent explicit about it's encoding to avoid issues if non-ascii characters are present in the traceback. More... over 16 years ago
Add two new matchers, MatchesAny and Equals. More... over 16 years ago
Handle TestSkipped exceptions that are raised without parameters. More... over 16 years ago
Make ExtendedToOriginalDecorate more transparent to callers, to permit other users extensions to TestResult to work. More... over 16 years ago
Fix setup.py version number, and add release process management notes. More... over 16 years ago
Add milestone note. More... over 16 years ago
merge from trunk; alter slightly for py3 support More... over 16 years ago
Slightly simplify getUniqueInteger using itertoolscount, patch from Benjamin Peterson. More... over 16 years ago
use itertools.count() for unique ids More... over 16 years ago
account for different error message in py3 More... over 16 years ago
add fake hash More... over 16 years ago
remove another StringIO.reset() More... over 16 years ago
add a sample non-empty exc-info More... over 16 years ago
use bytes for binary details More... over 16 years ago
don't store decoded value on traceback content More... over 16 years ago
no reset() on real StringIO More... over 16 years ago
Make TracebackContent suitable for py3k porting. More... over 16 years ago
fake hashing on _StringException More... over 16 years ago
kill itervalues() More... over 16 years ago
fix traceback Content and add a _b() fake literal More... over 16 years ago
replace iteritems More... over 16 years ago
fix StringIO import on py3 More... over 16 years ago
add a _u function to imitate unicode literals on python3 More... over 16 years ago
fix another except case More... over 16 years ago
fix except syntax in test More... over 16 years ago
handle Queue import More... over 16 years ago
fix except syntax More... over 16 years ago
the caught exception object isn't actually used here More... over 16 years ago
Merge result decorator fix. More... over 16 years ago
Merge skip fix. More... over 16 years ago