| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 0.0.140.0.14 | Robert Collins | 2013-08-24 | 3 | -2/+5 |
| | | |||||
| * | * Memoryview detection was broken and thus it's use was never really tested. | Robert Collins | 2013-08-24 | 2 | -3/+13 |
| | | | | | (Robert Collins, 1216101) | ||||
| * | * TestTestProtocols' test_*_details were dictionary sort order dependent. | Robert Collins | 2013-08-24 | 3 | -19/+69 |
| | | | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392) | ||||
| * | * TestTestProtocols' test_tags_both was set sort order dependent. | Robert Collins | 2013-08-24 | 2 | -2/+9 |
| | | | | | (Robert Collins, #1025392) | ||||
| * | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 2 | -4/+13 |
| | | | | | (Robert Collins, #1025392) | ||||
| * | Release 0.0.13.0.0.13 | Robert Collins | 2013-06-17 | 3 | -3/+8 |
| | | |||||
| * | * `subunit-stats` no longer outputs encapsulated stdout as subunit. | Robert Collins | 2013-06-17 | 3 | -5/+13 |
| | | | | | (Robert Collins, #1171987) | ||||
| * | * The logic for `subunit.run` is now importable via python - | Robert Collins | 2013-06-17 | 2 | -1/+11 |
| | | | | | `subunit.run.main`. (Robert Collins, #606770) | ||||
| * | BUG FIXES | Robert Collins | 2013-06-16 | 17 | -304/+62 |
| | | | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591) | ||||
| * | Merge use of AM_PATH_AR in configure.ac, which fixes a warning from autoconf. | Jelmer Vernooij | 2013-05-25 | 1 | -0/+1 |
| |\ | |||||
| | * | Invoke AM_PATH_AR. Fixes a warning from autoreconf. | Jelmer Vernooij | 2013-05-25 | 1 | -0/+1 |
| | | | |||||
| * | | Release 0.120.0.12 | Robert Collins | 2013-05-25 | 3 | -2/+5 |
| |/ | |||||
| * | BUG FIXES | Robert Collins | 2013-05-13 | 3 | -0/+17 |
| | | | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815) | ||||
| * | Release 0.0.11, depending on the new testtools StreamResult API.0.0.11 | Robert Collins | 2013-04-08 | 9 | -10/+15 |
| | | |||||
| * | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 4 | -201/+436 |
| | | |||||
| * | * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbuffered | Robert Collins | 2013-03-13 | 2 | -0/+11 |
| | | | | | | - without this pdb output is not reliably visible when stdout is a pipe as it usually is. (Robert Collins) | ||||
| * | Fixes from getting testrepository running with v2. | Robert Collins | 2013-03-06 | 4 | -21/+75 |
| | | |||||
| * | Enumerate tests before running (permits progress bars). | Robert Collins | 2013-03-04 | 2 | -1/+20 |
| | | |||||
| * | Fix up buffering to make pdb usable. | Robert Collins | 2013-03-04 | 3 | -3/+24 |
| | | |||||
| * | Convert subunit.run to v2. | Robert Collins | 2013-03-03 | 2 | -16/+15 |
| | | |||||
| * | Port existing filters to v2. | Robert Collins | 2013-03-03 | 12 | -382/+358 |
| | | |||||
| * | Update subunit-ls. | Robert Collins | 2013-02-27 | 3 | -10/+33 |
| | | |||||
| * | Batch up input in ByteStreamToStreamResult. | Robert Collins | 2013-02-26 | 3 | -12/+31 |
| | | |||||
| * | Update subunit-filter to consume and emit v2. | Robert Collins | 2013-02-26 | 4 | -81/+127 |
| | | |||||
| * | Add basic 1to2 and 2to1 filters. | Robert Collins | 2013-02-25 | 4 | -0/+92 |
| | | |||||
| * | Make streams all binary and fix incorrect ordering of mime encoding. | Robert Collins | 2013-02-25 | 1 | -6/+11 |
| | | |||||
| * | More docs. | Robert Collins | 2013-02-25 | 2 | -0/+13 |
| | | |||||
| * | Add an implementation of parser and generator for v2 streams. | Robert Collins | 2013-02-25 | 3 | -32/+493 |
| | | |||||
| * | Missing word. | Robert Collins | 2013-02-24 | 1 | -1/+1 |
| | | |||||
| * | Start on an encoder. | Robert Collins | 2013-02-22 | 4 | -0/+162 |
| | | |||||
| * | Fix CRC32 in example. | Robert Collins | 2013-02-22 | 1 | -1/+1 |
| | | |||||
| * | Typo fix. | Robert Collins | 2013-02-22 | 1 | -1/+1 |
| | | |||||
| * | Document new wire protocol. | Robert Collins | 2013-02-22 | 1 | -14/+225 |
| | | |||||
| * | Release 0.0.10.0.0.10 | Robert Collins | 2013-02-08 | 4 | -12/+18 |
| | | |||||
| * | * make_stream_binary is now public for reuse. (Robert Collins) | Robert Collins | 2013-02-07 | 3 | -5/+10 |
| | | | | | * NAME was not defined in the protocol BNF. (Robert Collins) | ||||
| * | Tweak Python3 support to help testrepository get 3-ready. | Robert Collins | 2013-01-27 | 2 | -3/+13 |
| | | |||||
| * | Actually document the version in NEWS. | Robert Collins | 2012-12-17 | 1 | -0/+3 |
| | | |||||
| * | Release 0.0.9.0.0.9 | Robert Collins | 2012-12-17 | 5 | -3/+27 |
| | | |||||
| * | Also include tests in PyPI tarball, for folk that want to run them to ↵ | Robert Collins | 2012-12-17 | 1 | -1/+1 |
| | | | | | validate behaviour when installed. | ||||
| * | Document subunit2csv's existence. | Robert Collins | 2012-12-17 | 1 | -0/+1 |
| | | |||||
| * | * Test ids which include non-ascii unicode characters are now supported. | Robert Collins | 2012-12-17 | 3 | -3/+25 |
| | | | | | (Robert Collins, #1029866) | ||||
| * | * All the source files are now included in the distribution tarball. | Robert Collins | 2012-12-17 | 2 | -0/+6 |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, Robert Collins, #996275) | ||||
| * | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 7 | -5/+38 |
| | | | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582) | ||||
| * | Fix distcheck (again). | Robert Collins | 2012-05-10 | 1 | -0/+1 |
| | | |||||
| * | Also dist ``python/subunit/filters.py``. (Robert Collins) | Robert Collins | 2012-05-09 | 2 | -2/+3 |
| | | |||||
| * | * ``python/subunit/tests/test_run.py`` was not included in the 0.0.8 tarball. | Robert Collins | 2012-05-09 | 2 | -0/+7 |
| | | | | | (Robert Collins) | ||||
| * | Release 0.0.8.0.0.8 | Robert Collins | 2012-05-08 | 2 | -1/+4 |
| | | |||||
| * | * Python2.6 support was broken by the fixup feature. | Robert Collins | 2012-05-08 | 2 | -2/+9 |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, #987490) | ||||
| * | Python3.1 support from Arfrever Frehtes Taifersar Arahesis. | Robert Collins | 2012-05-08 | 2 | -2/+2 |
| | | |||||
| * | Handle text stdin and stdout streams. | Robert Collins | 2012-05-08 | 3 | -17/+48 |
| | | |||||
