summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-1846-274/+260
| | * | | Remove redundant Python 2 compatability codeHugo2020-01-1831-450/+218
| | * | | Upgrade Python syntax with pyupgradeHugo2020-01-1835-255/+254
| | * | | Drop support for EOL Python 2.7Hugo2020-01-189-23/+17
| | * | | If you wish to use testtools with Python 3.3 or 3.4, then please use testtool...Hugo2020-01-182-4/+5
| |/ / / |/| | |
* | | | Merge pull request #284 from hugovk/add-pypy3Jelmer Vernooij2019-11-284-3/+9
|\ \ \ \
| * \ \ \ Merge branch 'master' into add-pypy3Jelmer Vernooij2019-11-281-1/+2
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Add myself to contributors list.Jelmer Vernooij2019-11-281-0/+1
| * | | | Merge branch 'master' into add-pypy3Jelmer Vernooij2019-11-286-6/+4
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #282 from hugovk/rm-3.4Jelmer Vernooij2019-11-286-6/+4
|\ \ \ \ \
| * | | | | Tell pip not to install for Python 3.4Hugo2019-11-251-1/+1
| * | | | | Drop support for EOL Python 3.4Hugo2019-11-255-5/+3
|/ / / / /
| * | | | Add support for Python 3.7 and 3.8Hugo2019-11-254-2/+6
| * | | | Cache pip directoryHugo2019-11-251-0/+1
| * | | | Test CI on PyPy3Hugo2019-11-252-1/+2
|/ / / /
* | | | Merge pull request #283 from hugovk/fix-pypyJelmer Vernooij2019-11-251-1/+6
|\ \ \ \
| * | | | Extra space expected in PyPy outputHugo2019-11-251-1/+6
|/ / / /
* | | | Merge pull request #276 from rossburton/evalJelmer Vernooij2019-11-251-8/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't use eval()Ross Burton2018-11-221-8/+9
| |/ /
| | * Publicly expose the SameMembers matcherJulian Edwards2019-09-192-0/+3
| |/ |/|
* | Merge pull request #278 from rm-you/pycharm_compatJelmer Vernooij2019-06-231-2/+6
|\ \ | |/ |/|
| * PyCharm IDE unittest detection compatibility fixAdam Harwell2019-06-191-2/+6
|/
* Merge pull request #271 from hroncok/py37Jelmer Vernooij2018-06-042-2/+10
|\
| * Fix the tests on Python 3.7Miro Hrončok2018-05-172-2/+10
|/
* Drop support for EOL Python 3.3Hugo2018-05-038-11/+10
* Ignore IDE metadataHugo2018-05-031-0/+1
* Update classifiersHugo2018-01-091-0/+15
* Remove old Python 2.6 codehugovk2018-01-094-25/+5
* Spelling fixes (#261)Ville Skyttä2017-05-299-20/+20
* Python 3.6 invalid escape sequence deprecation fixes (#262)Ville Skyttä2017-05-295-12/+12
* Release 2.3.02.3.0Free Ekanayaka2017-05-111-3/+14
* Add ResourcedToStreamDecorator test result decorator for testresources integr...Free Ekanayaka2017-04-117-8/+154
* Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)Gavin Panella2017-03-172-7/+33
* Add testtools.assertions to the documented API modules (#257)Free Ekanayaka2017-02-252-0/+12
* Add Python 3.6 to the list of Travis targets (#255)Free Ekanayaka2017-02-221-0/+1
* Don't add file details without content (#252)Thomas Hervé2017-02-082-1/+13
* Don't run Sphinx on Travis Python 3.3 target (#250)Free Ekanayaka2017-02-071-0/+2
* Merge pull request #242 from testing-cabal/remove-test-dependency-on-twisted-13Free Ekanayaka2016-12-013-21/+35
|\
| * 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