1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Discard deepcopy approach, error rate is unacceptably high. More... about 16 years ago
Merge trunk. More... about 16 years ago
Merge Benjamin Peterson's Python 3 support patch. More... about 16 years ago
Change copyright assignment policy as per jml. More... about 16 years ago
Reuse the standard library SkipTest exception when it is defined. More... about 16 years ago
Make TracebackContent explicit about it's encoding to avoid issues if non-ascii characters are present in the traceback. More... about 16 years ago
Add two new matchers, MatchesAny and Equals. More... about 16 years ago
Handle TestSkipped exceptions that are raised without parameters. More... about 16 years ago
Make ExtendedToOriginalDecorate more transparent to callers, to permit other users extensions to TestResult to work. More... about 16 years ago
Fix setup.py version number, and add release process management notes. More... about 16 years ago
Add milestone note. More... about 16 years ago
merge from trunk; alter slightly for py3 support More... about 16 years ago
Slightly simplify getUniqueInteger using itertoolscount, patch from Benjamin Peterson. More... about 16 years ago
use itertools.count() for unique ids More... about 16 years ago
account for different error message in py3 More... about 16 years ago
add fake hash More... about 16 years ago
remove another StringIO.reset() More... about 16 years ago
add a sample non-empty exc-info More... about 16 years ago
use bytes for binary details More... about 16 years ago
don't store decoded value on traceback content More... about 16 years ago
no reset() on real StringIO More... about 16 years ago
Make TracebackContent suitable for py3k porting. More... about 16 years ago
fake hashing on _StringException More... about 16 years ago
kill itervalues() More... about 16 years ago
fix traceback Content and add a _b() fake literal More... about 16 years ago
replace iteritems More... about 16 years ago
fix StringIO import on py3 More... about 16 years ago
add a _u function to imitate unicode literals on python3 More... about 16 years ago
fix another except case More... about 16 years ago
fix except syntax in test More... about 16 years ago