summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make twistedsupport and tests work on Python 3remove-test-dependency-on-twisted-13Free Ekanayaka2016-11-263-21/+35
* Release 2.2.02.2.0Robert Collins2016-05-191-0/+3
* Depend on the extras 1.0.0 releaseRobert Collins2016-05-191-1/+1
* Unbreak fixtures test suite / use of gather_detailsRobert Collins2016-05-191-1/+6
* UTF-8 encode Twisted logs (allenap)Jonathan Lange2016-04-301-2/+2
* Use inlineCallbacks instead of deferredGeneratorJonathan Lange2016-04-272-5/+10
* Fix _lp_release: NEXT is case sensitive.Robert Collins2016-04-181-1/+1
* Release 2.1.02.1.0Robert Collins2016-04-181-0/+3
* Correct docs for skip deprecationBrant Knudson2016-04-121-1/+0
* Add matchers for detecting emitted warnings.Jonathan Jacobs2016-03-168-0/+375
* Revert usage of pyrsistentThomas Herve2016-03-042-30/+34
* Add unique_text_generatorBrant Knudson2016-02-296-1/+99
* Become compatible with newer Fixtures _setUp() API.Julian Edwards2016-02-154-4/+61
* Better handling of KeyboardInterruptJonathan Lange2016-02-143-5/+13
* Fix example in docstring for `failed`Jonathan Lange2016-02-142-1/+4
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-0714-569/+625
* Revert "Move all Twisted code to twistedsupport package"Jonathan Lange2016-02-0714-619/+569
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-0714-569/+619
* Add Always & Never matchers.Jonathan Lange2016-02-078-0/+115
* Support TestResults without stop/shouldStopJonathan Lange2016-02-044-29/+106
* Stop using deprecated `skip()` internallyJonathan Lange2016-02-042-31/+72
* Release 2.0.02.0.0Jonathan Lange2016-02-031-2/+5
* Options for logging in AsynchronousDeferredRunTestJonathan Lange2016-02-037-37/+142
* Twisted tests now pass under --debug-stacktracesJonathan Lange2016-01-305-10/+45
* Decouple log handling from Deferred wranglingJonathan Lange2016-01-295-52/+338
* Merge pull request #203 from testing-cabal/typo-flexabilityJonathan Lange2016-01-271-1/+1
|\
| * Fix typo: flexabilitytypo-flexabilityLeo Arias2016-01-271-1/+1
|/
* Merge pull request #198 from jml/drop-old-pythonsJonathan Lange2016-01-264-47/+26
|\
| * Review tweaksJonathan Lange2016-01-261-2/+2
| * Drop support for Python 2.6 and 3.2Jonathan Lange2016-01-254-47/+26
|/
* Release 1.9.01.9.0Jonathan Lange2016-01-251-2/+9
* Merge pull request #196 from jml/robust-spinner-timeoutJonathan Lange2016-01-253-11/+70
|\
| * Merge branch 'master' into robust-spinner-timeoutJonathan Lange2016-01-251-2/+10
| |\ | |/ |/|
* | Merge pull request #197 from jml/fix-travis-3.2Jonathan Lange2016-01-251-2/+10
|\ \
| * | Missed one.Jonathan Lange2016-01-251-1/+1
| * | 19.4.1 refers to importlib machinery. Avoid that.Jonathan Lange2016-01-251-3/+3
| * | See if setuptools 19.5 is badJonathan Lange2016-01-251-1/+5
| * | PIP_VERSION is used by pip itselfJonathan Lange2016-01-251-3/+3
| * | Correct spelling of 'less than 8', maybeJonathan Lange2016-01-251-2/+2
| * | Use only pip 7.* on pypy3 & py3.2Jonathan Lange2016-01-251-2/+6
|/ /
| * Longer timeout not necessaryJonathan Lange2016-01-221-1/+1
| * NEWS updateJonathan Lange2016-01-221-0/+5
| * Handle case where Deferred fires after timeoutJonathan Lange2016-01-222-1/+39
| * Explicitly separate fake stop method.Jonathan Lange2016-01-221-2/+14
| * Lint & copyrightJonathan Lange2016-01-222-8/+12
|/
* Merge pull request #193 from jml/deferred-matchersJonathan Lange2016-01-1614-83/+698
|\
| * NO_RESULT -> has_no_resultJonathan Lange2016-01-136-33/+35
| * Make twistedsupport a packageJonathan Lange2016-01-122-3/+3
| * Rename `successful` to `succeeded`Jonathan Lange2016-01-125-19/+14
| * Merge branch 'master' into deferred-matchersJonathan Lange2016-01-122-7/+19
| |\ | |/ |/|