summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.120.0.12Robert Collins2013-05-253-2/+5
* BUG FIXESRobert Collins2013-05-133-0/+17
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-089-10/+15
* Switch to variable length encoded integers.Robert Collins2013-03-314-201/+436
* * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbufferedRobert Collins2013-03-132-0/+11
* Fixes from getting testrepository running with v2.Robert Collins2013-03-064-21/+75
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-042-1/+20
* Fix up buffering to make pdb usable.Robert Collins2013-03-043-3/+24
* Convert subunit.run to v2.Robert Collins2013-03-032-16/+15
* Port existing filters to v2.Robert Collins2013-03-0312-382/+358
* Update subunit-ls.Robert Collins2013-02-273-10/+33
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-263-12/+31
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-264-81/+127
* Add basic 1to2 and 2to1 filters.Robert Collins2013-02-254-0/+92
* Make streams all binary and fix incorrect ordering of mime encoding.Robert Collins2013-02-251-6/+11
* More docs.Robert Collins2013-02-252-0/+13
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-253-32/+493
* Missing word.Robert Collins2013-02-241-1/+1
* Start on an encoder.Robert Collins2013-02-224-0/+162
* Fix CRC32 in example.Robert Collins2013-02-221-1/+1
* Typo fix.Robert Collins2013-02-221-1/+1
* Document new wire protocol.Robert Collins2013-02-221-14/+225
* Release 0.0.10.0.0.10Robert Collins2013-02-084-12/+18
* * make_stream_binary is now public for reuse. (Robert Collins)Robert Collins2013-02-073-5/+10
* Tweak Python3 support to help testrepository get 3-ready.Robert Collins2013-01-272-3/+13
* Actually document the version in NEWS.Robert Collins2012-12-171-0/+3
* Release 0.0.9.0.0.9Robert Collins2012-12-175-3/+27
* Also include tests in PyPI tarball, for folk that want to run them to validat...Robert Collins2012-12-171-1/+1
* Document subunit2csv's existence.Robert Collins2012-12-171-0/+1
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-173-3/+25
* * All the source files are now included in the distribution tarball.Robert Collins2012-12-172-0/+6
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-177-5/+38
* Fix distcheck (again).Robert Collins2012-05-101-0/+1
* Also dist ``python/subunit/filters.py``. (Robert Collins)Robert Collins2012-05-092-2/+3
* * ``python/subunit/tests/test_run.py`` was not included in the 0.0.8 tarball.Robert Collins2012-05-092-0/+7
* Release 0.0.8.0.0.8Robert Collins2012-05-082-1/+4
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-082-2/+9
* Python3.1 support from Arfrever Frehtes Taifersar Arahesis.Robert Collins2012-05-082-2/+2
* Handle text stdin and stdout streams.Robert Collins2012-05-083-17/+48
* * Python3 support regressed in trunk.Robert Collins2012-05-087-20/+29
* Ignore __pycache__.Robert Collins2012-05-081-0/+1
* Make _make_tag_filter public.Robert Collins2012-05-033-6/+6
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-022-5/+28
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-024-173/+410
|\
| * Fix up some XXX comments.Jonathan Lange2012-04-261-3/+2
| * Merge trunkJonathan Lange2012-04-261-0/+3
| |\
| * | Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-202-11/+30
| * | Factor a TagsMixin out of TagCollapsingDecoratorJonathan Lange2012-04-201-29/+40
| * | Put stuff in functions.Jonathan Lange2012-04-201-56/+64
| * | Restore regex filtering.Jonathan Lange2012-04-201-1/+1