| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | PEP8 fixes. | Thomi Richards | 2013-11-20 | 1 | -21/+18 |
| * | | code cleanup, added a few more tests for the --file-name option. | Thomi Richards | 2013-11-20 | 2 | -4/+25 |
| * | | Fix docstring, code shuffle. | Thomi Richards | 2013-11-20 | 1 | -21/+19 |
| * | | Remove quotes around 'subunit contributors' in copyright headers. | Thomi Richards | 2013-11-20 | 2 | -2/+2 |
| * | | Switch to using command line options to specify status. Expand help output, a... | Thomi Richards | 2013-11-20 | 2 | -221/+179 |
| * | | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 2 | -153/+180 |
| * | | Remove shebang from subunit._output module. | Thomi Richards | 2013-11-19 | 1 | -1/+0 |
| * | | Python 3 compatibility fixes. | Thomi Richards | 2013-11-19 | 2 | -18/+18 |
| * | | Fix things pyflakes complains about. | Thomi Richards | 2013-11-19 | 2 | -8/+7 |
| * | | PEP8 fixes. | Thomi Richards | 2013-11-19 | 2 | -26/+51 |
| * | | Made help/usage documentation much more useful. | Thomi Richards | 2013-11-19 | 1 | -2/+10 |
| * | | Add support for expected fail and unexpected success test statuses. | Thomi Richards | 2013-11-19 | 2 | -1/+57 |
| * | | Add support for tags. | Thomi Richards | 2013-11-19 | 2 | -1/+30 |
| * | | Aded NEWS item, fixed some test code. | Thomi Richards | 2013-11-19 | 1 | -3/+2 |
| * | | Add support for passing mime-type on the command-line. | Thomi Richards | 2013-11-19 | 2 | -5/+36 |
| * | | Extend test to make sure that by default no mime-type is specified. | Thomi Richards | 2013-11-19 | 2 | -7/+10 |
| * | | Add support for attaching files. | Thomi Richards | 2013-11-19 | 2 | -5/+70 |
| * | | Allow customisation of argument parser class used, so we can write failing te... | Thomi Richards | 2013-11-19 | 2 | -24/+39 |
| * | | Add tests for timestamps, and add support for 'exists'. | Thomi Richards | 2013-11-19 | 2 | -12/+80 |
| * | | Clean up tests: Don't use MatchesListwise for a single-length list. | Thomi Richards | 2013-11-19 | 1 | -17/+8 |
| * | | Generate a timestamp for all messages, and refactor argument parser to use co... | Thomi Richards | 2013-11-19 | 2 | -15/+74 |
| * | | A better approach to testing the generate_bytestream function. | Thomi Richards | 2013-11-18 | 1 | -14/+55 |
| * | | First pass, missing some tests. | Thomi Richards | 2013-11-18 | 2 | -3/+141 |
| * | | Added empty test module to test suite. | Thomi Richards | 2013-11-18 | 2 | -1/+25 |
| * | | Added new script file, modified setup.py to install it, and added an empty im... | Thomi Richards | 2013-11-18 | 1 | -0/+18 |
| |/ |
|
| * | * Most filters will now accept a file path argument instead of only reading | Robert Collins | 2013-08-25 | 3 | -1/+54 |
| * | * Python 3.1 and 3.2 have an inconsistent memoryview implementation which | Robert Collins | 2013-08-25 | 1 | -1/+19 |
| * | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 2 | -14/+28 |
| * | Release 0.0.150.0.15 | Robert Collins | 2013-08-25 | 1 | -1/+1 |
| * | * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2. | Robert Collins | 2013-08-25 | 1 | -10/+15 |
| * | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 2 | -0/+8 |
| * | Release 0.0.140.0.14 | Robert Collins | 2013-08-24 | 1 | -1/+1 |
| * | * Memoryview detection was broken and thus it's use was never really tested. | Robert Collins | 2013-08-24 | 1 | -3/+10 |
| * | * TestTestProtocols' test_*_details were dictionary sort order dependent. | Robert Collins | 2013-08-24 | 2 | -19/+63 |
| * | * TestTestProtocols' test_tags_both was set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -2/+6 |
| * | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -4/+7 |
| * | Release 0.0.13.0.0.13 | Robert Collins | 2013-06-17 | 1 | -1/+1 |
| * | * `subunit-stats` no longer outputs encapsulated stdout as subunit. | Robert Collins | 2013-06-17 | 1 | -4/+9 |
| * | * The logic for `subunit.run` is now importable via python - | Robert Collins | 2013-06-17 | 1 | -1/+5 |
| * | BUG FIXES | Robert Collins | 2013-06-16 | 13 | -159/+14 |
| * | Release 0.120.0.12 | Robert Collins | 2013-05-25 | 1 | -1/+1 |
| * | BUG FIXES | Robert Collins | 2013-05-13 | 2 | -0/+9 |
| * | Release 0.0.11, depending on the new testtools StreamResult API.0.0.11 | Robert Collins | 2013-04-08 | 2 | -3/+3 |
| * | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 3 | -162/+373 |
| * | * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbuffered | Robert Collins | 2013-03-13 | 1 | -0/+7 |
| * | Fixes from getting testrepository running with v2. | Robert Collins | 2013-03-06 | 3 | -12/+63 |
| * | 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 | 4 | -305/+287 |