| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * ``content_from_file`` and ``content_from_stream`` now accept seek_offset and | Robert Collins | 2012-12-11 | 1 | -0/+35 |
| * | Address mgz's comment. | Jonathan Lange | 2012-10-19 | 1 | -5/+3 |
| * | Broaden the check to include PermissionError. | Jonathan Lange | 2012-10-19 | 1 | -6/+8 |
| * | Fix all of the cosmetic Python 3.3 failures. | Jonathan Lange | 2012-10-19 | 3 | -20/+33 |
| * | Correct handling of text vs bytes in json content type (mgz) | Jonathan Lange | 2012-10-18 | 4 | -6/+9 |
| |\ | |||||
| | * | Fix some tests to account for new py3k quirks | Martin | 2012-07-27 | 2 | -3/+6 |
| | * | Fix json_content helper on pythons with a unicode native str type | Martin | 2012-07-27 | 1 | -1/+1 |
| | * | Fix JSON content type test to not expect charset param | Martin | 2012-07-27 | 1 | -2/+2 |
| * | | Rename core to impl | Jonathan Lange | 2012-09-10 | 2 | -3/+3 |
| * | | Add interface again. | Jonathan Lange | 2012-09-08 | 1 | -0/+42 |
| * | | Rationalize imports. | Jonathan Lange | 2012-09-08 | 7 | -61/+20 |
| * | | Clear out __init__ | Jonathan Lange | 2012-09-08 | 1 | -1/+3 |
| * | | Move MatchesPredicate to _higherorder. | Jonathan Lange | 2012-09-08 | 2 | -21/+21 |
| * | | Move MatchesRegex to _basic. | Jonathan Lange | 2012-09-08 | 2 | -28/+27 |
| * | | Split up the tests. | Jonathan Lange | 2012-09-08 | 7 | -783/+885 |
| * | | Flakes | Jonathan Lange | 2012-09-08 | 1 | -2/+0 |
| * | | Move filesystem tests. | Jonathan Lange | 2012-09-08 | 3 | -228/+245 |
| * | | Import all from basic. | Jonathan Lange | 2012-09-08 | 1 | -1/+1 |
| * | | Move the tests. | Jonathan Lange | 2012-09-08 | 3 | -326/+350 |
| * | | Move the filesystem matchers out. | Jonathan Lange | 2012-09-08 | 1 | -0/+15 |
| * | | Move the tests to match the module. | Jonathan Lange | 2012-09-08 | 2 | -2/+2 |
| * | | Fix a glitch. | Jonathan Lange | 2012-08-10 | 1 | -0/+1 |
| * | | Include what's missing and what's extra | Jonathan Lange | 2012-08-10 | 1 | -1/+5 |
| * | | Get the other matcher passing the tests. | Jonathan Lange | 2012-08-10 | 1 | -2/+2 |
| * | | Explicitly encode JSON data. | Jonathan Lange | 2012-08-10 | 1 | -2/+2 |
| * | | Rename the matchers. | Jonathan Lange | 2012-08-10 | 1 | -12/+13 |
| * | | Add a thing like MatchesAll but that takes a dict, make the new dict matchers... | Jonathan Lange | 2012-08-07 | 1 | -0/+16 |
| * | | Clean up | Jonathan Lange | 2012-08-07 | 1 | -0/+19 |
| * | | SuperDict! | Jonathan Lange | 2012-08-07 | 1 | -0/+42 |
| * | | Add a subdict. | Jonathan Lange | 2012-08-07 | 1 | -0/+47 |
| * | | Less repetition. | Jonathan Lange | 2012-08-07 | 1 | -1/+1 |
| * | | Spell 'Extra' and 'Missing' differently | Jonathan Lange | 2012-08-07 | 1 | -6/+6 |
| * | | Show mismatched keys nicely | Jonathan Lange | 2012-08-06 | 1 | -3/+7 |
| * | | Drop the 'Differences' header from MismatchesAll. | Jonathan Lange | 2012-08-06 | 1 | -19/+9 |
| * | | More detailed information about missing & extra. | Jonathan Lange | 2012-08-06 | 1 | -4/+13 |
| * | | Initial cut of dict matcher. Really poor error reporting. No docstrings. | Jonathan Lange | 2012-08-06 | 1 | -0/+49 |
| * | | Fix JSON tests. | Jonathan Lange | 2012-08-06 | 1 | -1/+1 |
| |/ | |||||
| * | Only assert that a reraised traceback has the original as a tail | Martin Packman | 2012-07-26 | 1 | -3/+4 |
| * | Add tests for compat.reraise details that fail on py3k | Martin Packman | 2012-07-26 | 1 | -0/+37 |
| * | Add a JSON content type. | Jonathan Lange | 2012-07-13 | 2 | -5/+14 |
| * | Add a json_content helper. | Jonathan Lange | 2012-07-13 | 1 | -0/+9 |
| * | Hopefully a nice error message. | Jonathan Lange | 2012-06-07 | 1 | -0/+7 |
| * | Implement __str__ | Jonathan Lange | 2012-06-07 | 1 | -0/+1 |
| * | Guarantee unhashable things can be handled. | Jonathan Lange | 2012-06-07 | 1 | -5/+5 |
| * | Initial cut of SameMembers. | Jonathan Lange | 2012-06-07 | 1 | -0/+23 |
| * | OK, it wasn't r261 that broke Jenkins, but rather, Jenkins broke between r260... | Jonathan Lange | 2012-05-28 | 1 | -1/+18 |
| * | r261 broke Jenkins. Reverting. | Jonathan Lange | 2012-05-28 | 1 | -18/+1 |
| * | Add new matcher, ContainsAll. Thanks rvba. | Jonathan Lange | 2012-05-28 | 1 | -1/+18 |
| |\ | |||||
| | * | Refactor tests. Improve doc. | Raphael Badin | 2012-04-30 | 1 | -2/+2 |
| | * | Add ContainsAll matcher. | Raphael Badin | 2012-04-30 | 1 | -1/+18 |
