summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | add missing referenceThomas Grainger2021-03-041-0/+2
| * | | add current pythonsThomas Grainger2021-03-042-0/+4
| * | | drop Python 3.4 supportThomas Grainger2021-03-042-1/+1
|/ / /
* | | Merge pull request #32 from mcepl/kill_unittest2Jelmer Vernooij2021-03-041-15/+27
|\ \ \
| * | | Unittest from testtools doesn't work, use the one from stdlib.Matěj Cepl2020-06-051-3/+3
| * | | Acommodate review requests.Matěj Cepl2020-06-051-5/+5
| * | | Remove dependency on unittest2Matěj Cepl2018-09-131-11/+23
* | | | Release 1.4.0.1.4.0Jelmer Vernooij2020-03-143-2/+32
| |/ / |/| |
* | | Correctly handle py3 RawIOBase read()Stephen Finucane2020-03-141-17/+26
* | | trivial: Fix indentationStephen Finucane2020-03-101-88/+104
* | | Add license to setup.pySergiu2020-02-111-0/+1
* | | Merge pull request #39 from mtreinish/add-new-python-versionsJelmer Vernooij2019-12-182-1/+13
|\ \ \ | |_|/ |/| |
| * | Update setup.pyMatthew Treinish2019-12-131-1/+0
| * | Add support for new python versions and update pkg metadataMatthew Treinish2019-12-092-0/+13
|/ /
* | Merge pull request #37 from FedericoRessi/fix-StreamResultToBytes-chunked-wri...Matthew Treinish2019-12-091-0/+2
|\ \
| * \ Merge branch 'master' of https://github.com/testing-cabal/subunit into fix-St...Federico Ressi2019-09-271-1/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #38 from FedericoRessi/remove-travis-ci-py26-jobMatthew Treinish2019-09-271-1/+0
|\ \ \
| * | | Remove broken Python 2.6 travis CI jobFederico Ressi2019-09-271-1/+0
|/ / /
| * | Check written bytes are not None before summing them to offsetFederico Ressi2019-09-271-0/+2
|/ /
* | Merge pull request #36 from qinqon/fix_python3_reportsJelmer Vernooij2018-12-271-2/+2
|\ \
| * | Fix file open for python3Quique Llorente2018-12-261-2/+2
|/ /
* | Merge pull request #34 from hguemar/migrate-gtk3Jelmer Vernooij2018-12-012-45/+45
|\ \
| * | Migrate Gtk interface to GObject introspectionHaikel Guemar2018-11-302-45/+45
| |/
* | Merge pull request #35 from jelmer/masterJelmer Vernooij2018-12-011-1/+0
|\ \ | |/ |/|
| * Stop running 3.3 on travis.Jelmer Vernooij2018-11-301-1/+0
|/
* Bump pypy3 to version 3.5; also test on cpython 3.5 and 3.6.Jelmer Vernooij2018-06-171-1/+3
* Rely on file.__iter__ rather than file.readlines.Jelmer Vernooij2018-06-161-2/+2
* Merge pull request #18 from ligurio/patch-1Jelmer Vernooij2018-06-151-17/+29
|\
| * Improve readability of SubUnit v2 specSergey Bronnikov2016-03-271-17/+29
* | Merge pull request #29 from jelmer/rename-test-ids1.3.0Jelmer Vernooij2018-03-244-2/+51
|\ \
| * | Add support for parsing in a regex to apply to test ids.Jelmer Vernooij2018-03-244-2/+51
|/ /
* | Fixup NEWS and versions for recent workRobert Collins2018-01-254-4/+9
* | Merge pull request #26 from mtreinish/v1.2.0-prepRobert Collins2017-10-171-2/+12
|\ \
| * | Update release notes for 1.2.0 releaseMatthew Treinish2017-10-161-2/+12
|/ /
* | Merge pull request #25 from mtreinish/add-value-error-to-write-only-stream-checkRobert Collins2017-10-032-1/+44
|\ \
| * | Check for ValueError in write only check in _unwrap_text()Matthew Treinish2017-09-252-1/+44
|/ /
* | Fallback to reading one-byte-at-a-time on Windows (#22)Claudiu Belu2017-03-021-0/+5
* | Remove test envs that no longer work from travis.yml (#23)Matthew Treinish2017-03-011-2/+1
* | Merge pull request #20 from jeffrey4l/fix_typoJonathan Lange2016-07-101-2/+2
|\ \ | |/ |/|
| * Fix typo in subunit-filterJeffrey Zhang2016-07-061-2/+2
|/
* Actually ship subunit2disk.Robert Collins2015-11-051-0/+1
* Release 1.2.1.2.0Robert Collins2015-10-233-2/+5
* Typo fixes from Leo AriasRobert Collins2015-10-232-2/+2
* Fix StreamResultToBytes._write_packet()Victor Stinner2015-10-201-3/+17
* Skip hypothesis tests on 3.2Robert Collins2015-10-202-11/+17
* Fix broken v1 example in README.rstRobert Collins2015-09-211-1/+1
* Handle very short packetsRobert Collins2015-08-045-3/+27
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-138-2/+220
* Handle pypy, Python 3.4 and 3.5 in tests.Robert Collins2015-07-132-9/+10
* Add .travis.ymlRobert Collins2015-07-134-42/+87