1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Show mismatched keys nicely More... about 14 years ago
Simplify by creating a couple of slightly weird helper functions More... about 14 years ago
Drop the 'Differences' header from MismatchesAll. More... about 14 years ago
More detailed information about missing & extra. More... about 14 years ago
Initial cut of dict matcher. Really poor error reporting. No docstrings. More... about 14 years ago
Fix JSON tests. More... about 14 years ago
Fix some tests to account for new py3k quirks More... about 14 years ago
Fix json_content helper on pythons with a unicode native str type More... about 14 years ago
Fix JSON content type test to not expect charset param More... about 14 years ago
Reraising of exceptions in Python 3 is more reliable. (Martin [gz]) More... about 14 years ago
Simply reraise from the exception instance on py3k More... about 14 years ago
Only assert that a reraised traceback has the original as a tail More... about 14 years ago
Add tests for compat.reraise details that fail on py3k More... about 14 years ago
Add json_content. More... about 14 years ago
Don't specify encoding for JSON. Already known to be UTF8 More... about 14 years ago
Add a JSON content type. More... about 14 years ago
Add a json_content helper. More... about 14 years ago
New matcher, SameMembers. More... about 14 years ago
Hopefully a nice error message. More... about 14 years ago
Implement __str__ More... about 14 years ago
Guarantee unhashable things can be handled. More... about 14 years ago
Initial cut of SameMembers. More... about 14 years ago
OK, it wasn't r261 that broke Jenkins, but rather, Jenkins broke between r260 and r261. Great. More... about 14 years ago
r261 broke Jenkins. Reverting. More... about 14 years ago
Add new matcher, ContainsAll. Thanks rvba. More... about 14 years ago
Open 0.9.16 for business. More... over 14 years ago
Clarification in hacking.rst. More... over 14 years ago
0.9.15 ~~~~~~ More... over 14 years ago
``ThreadsafeForwardingResult`` now forwards global tags as test-local tags, making reasoning about the correctness of the multiplexed stream simpler. This preserves the semantic value (what tags apply to a given test) while consuming less stream size (as no negative-tag statement is needed). (Robert Collins, Gary Poster, #986434) More... over 14 years ago
Merge Jono's change to deprecate 2.4, enchancing it to include manual coverage on the way. More... over 14 years ago