| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Better error message for MatchesListwise | Jonathan Lange | 2015-12-07 | 2 | -3/+9 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #174 from jml/nicer-twisted-docs | Jonathan Lange | 2015-12-19 | 5 | -74/+113 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | API docs for deferredruntest | Jonathan Lange | 2015-12-09 | 2 | -17/+53 | |
| | * | | | Need Deferred reference | Jonathan Lange | 2015-12-09 | 1 | -0/+1 | |
| | * | | | Remove scare warnings from deferredruntest | Jonathan Lange | 2015-12-08 | 1 | -18/+11 | |
| | * | | | Documentation tweaks | Jonathan Lange | 2015-12-08 | 1 | -7/+7 | |
| | * | | | Move Twisted docs to separate file | Jonathan Lange | 2015-12-08 | 3 | -46/+55 | |
| |/ / / | ||||||
| * | | | Merge pull request #170 from jml/twisted-support | Jonathan Lange | 2015-12-04 | 1 | -1/+2 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | 15.5.0 claims to support Python 2.6 but does not. | Jonathan Lange | 2015-12-03 | 1 | -1/+1 | |
| | * | | Run tests on last Twisted version to support 2.6 | Jonathan Lange | 2015-12-03 | 1 | -0/+3 | |
| | * | | Latest Twisted doesn't run on Python 2.6 | Jonathan Lange | 2015-12-02 | 1 | -2/+0 | |
| |/ / | ||||||
| * | | Fix travis :( | Robert Collins | 2015-11-19 | 1 | -2/+3 | |
| * | | Merge pull request #158 from jml/extract-test-record | Jonathan Lange | 2015-11-18 | 4 | -82/+302 | |
| |\ \ | ||||||
| | * | | Hide TestRecord and StreamToTestRecord | Jonathan Lange | 2015-11-12 | 1 | -20/+20 | |
| | * | | Old-fashioned set syntax | Jonathan Lange | 2015-11-09 | 1 | -2/+2 | |
| | * | | Abstract text_or_bytes | Jonathan Lange | 2015-11-09 | 2 | -6/+9 | |
| | * | | Add pyrsistent dependency to Travis CI | Jonathan Lange | 2015-11-09 | 1 | -1/+1 | |
| | * | | Change PRecord to PClass | Jonathan Lange | 2015-11-09 | 1 | -2/+2 | |
| | * | | Move test_dict_to_case near StreamToDict | Jonathan Lange | 2015-11-09 | 1 | -15/+15 | |
| | * | | Don't use StreamToDict internally | Jonathan Lange | 2015-11-09 | 1 | -9/+9 | |
| | * | | _streamer -> _hook | Jonathan Lange | 2015-11-09 | 1 | -8/+8 | |
| | * | | StreamSummary with composition, not inheritance | Jonathan Lange | 2015-11-09 | 1 | -2/+12 | |
| | * | | Extract StreamToTestRecord base class | Jonathan Lange | 2015-11-09 | 1 | -22/+68 | |
| | * | | Move _make_content_type closer to where it is used | Jonathan Lange | 2015-11-09 | 1 | -21/+21 | |
| | * | | Put to_test_case logic on TestRecord | Jonathan Lange | 2015-11-09 | 1 | -8/+25 | |
| | * | | Make _status_map persistent. | Jonathan Lange | 2015-11-09 | 1 | -2/+2 | |
| | * | | Move test_dict_to_case closer to test_dict definition | Jonathan Lange | 2015-11-09 | 1 | -27/+27 | |
| | * | | Remove temporary variable 'case' | Jonathan Lange | 2015-11-09 | 1 | -8/+7 | |
| | * | | Extract got_file | Jonathan Lange | 2015-11-09 | 1 | -8/+19 | |
| | * | | Extract got_timestamp function | Jonathan Lange | 2015-11-09 | 1 | -6/+10 | |
| | * | | Move creation logic to TestRecord itself | Jonathan Lange | 2015-11-09 | 1 | -10/+11 | |
| | * | | Actually use TestRecord internally | Jonathan Lange | 2015-11-09 | 1 | -25/+59 | |
| | * | | Extract methods for making and updating record | Jonathan Lange | 2015-11-09 | 1 | -13/+25 | |
| | * | | Extract _make_content_type | Jonathan Lange | 2015-11-09 | 1 | -14/+22 | |
| | * | | Use `case` consistently, over `_inprogress[key]` | Jonathan Lange | 2015-11-09 | 1 | -5/+13 | |
| | * | | Use name for interim states | Jonathan Lange | 2015-11-09 | 1 | -1/+1 | |
| | * | | Aspirational documentation | Jonathan Lange | 2015-11-09 | 2 | -0/+67 | |
| * | | | Add testscenarios for use by tests. | Robert Collins | 2015-11-19 | 3 | -2/+12 | |
| | |/ |/| | ||||||
| * | | Update NEWS for 1.8.11.8.1 | Jonathan Lange | 2015-11-13 | 1 | -3/+6 | |
| |/ | ||||||
| * | Merge pull request #157 from jml/lint-and-whitespace | Jonathan Lange | 2015-11-09 | 3 | -86/+125 | |
| |\ | ||||||
| | * | Remove VWS | Jonathan Lange | 2015-11-06 | 1 | -3/+0 | |
| | * | Update PlaceHolder indentation | Jonathan Lange | 2015-11-06 | 1 | -3/+3 | |
| | * | Restore & deprecate domap | Jonathan Lange | 2015-11-06 | 1 | -6/+19 | |
| | * | Spell out `f` and `xs` | Jonathan Lange | 2015-11-03 | 1 | -2/+2 | |
| | * | Drop `__metaclass__` declaration | Jonathan Lange | 2015-11-02 | 1 | -1/+0 | |
| | * | Document confusing `domap` | Jonathan Lange | 2015-11-02 | 1 | -6/+7 | |
| | * | Remove duplicate implementation of method | Jonathan Lange | 2015-11-02 | 1 | -3/+0 | |
| | * | Allow event_log to be passed to result doubles | Jonathan Lange | 2015-11-02 | 1 | -8/+12 | |
| | * | Fix lint in testresult.real | Jonathan Lange | 2015-11-02 | 1 | -56/+73 | |
| | * | Lint clear-up | Jonathan Lange | 2015-11-02 | 2 | -11/+22 | |
| |/ | ||||||
