Merged trunk, fixed conflict.
[third_party/subunit] / python /
2013-12-02 Thomi RichardsMerged trunk, fixed conflict.
2013-11-30 Robert CollinsRelease 0.0.16.
2013-11-30 Robert CollinsExit non-zero when listing includes import failures.
2013-11-25 Thomi RichardsRemove debugging code.
2013-11-25 Thomi RichardsRead binary from stdin.
2013-11-25 Thomi RichardsAdd tests around reading binary files, empty files...
2013-11-25 Thomi RichardsOpen files in binary mode.
2013-11-25 Thomi RichardsMake usage line match help text.
2013-11-25 Thomi RichardsAdded test for poorly specified tags.
2013-11-25 Thomi RichardsAdd a few missing tests.
2013-11-25 Thomi RichardsMerged trunk.
2013-11-25 Thomi RichardsLots of fixes from code review.
2013-11-25 Thomi RichardsAnother case of trailing whitespace.
2013-11-24 Thomi RichardsAdd a few more tests for error cases in option parser.
2013-11-24 Thomi RichardsMerge trunk.
2013-11-24 Thomi RichardsPython version compatibility fixes.
2013-11-24 Thomi RichardsPort code to use optparse, rather than argparse.
2013-11-23 Robert CollinsThe test suite was failing 6 tests due to testtools...
2013-11-20 Thomi RichardsFix indentation.
2013-11-20 Thomi RichardsPEP8 fixes.
2013-11-20 Thomi Richardscode cleanup, added a few more tests for the --file...
2013-11-20 Thomi RichardsFix docstring, code shuffle.
2013-11-20 Thomi RichardsRemove quotes around 'subunit contributors' in copyrigh...
2013-11-20 Thomi RichardsSwitch to using command line options to specify status...
2013-11-19 Thomi RichardsLots of code cleanup, about to refactor argument parsing.
2013-11-19 Thomi RichardsRemove shebang from subunit._output module.
2013-11-19 Thomi RichardsPython 3 compatibility fixes.
2013-11-19 Thomi RichardsFix things pyflakes complains about.
2013-11-19 Thomi RichardsPEP8 fixes.
2013-11-19 Thomi RichardsMade help/usage documentation much more useful.
2013-11-18 Thomi RichardsAdd support for expected fail and unexpected success...
2013-11-18 Thomi RichardsAdd support for tags.
2013-11-18 Thomi RichardsAded NEWS item, fixed some test code.
2013-11-18 Thomi RichardsAdd support for passing mime-type on the command-line.
2013-11-18 Thomi RichardsExtend test to make sure that by default no mime-type...
2013-11-18 Thomi RichardsAdd support for attaching files.
2013-11-18 Thomi RichardsAllow customisation of argument parser class used,...
2013-11-18 Thomi RichardsAdd tests for timestamps, and add support for 'exists'.
2013-11-18 Thomi RichardsClean up tests: Don't use MatchesListwise for a single...
2013-11-18 Thomi RichardsGenerate a timestamp for all messages, and refactor...
2013-11-18 Thomi RichardsA better approach to testing the generate_bytestream...
2013-11-18 Thomi RichardsFirst pass, missing some tests.
2013-11-17 Thomi RichardsAdded empty test module to test suite.
2013-11-17 Thomi RichardsAdded new script file, modified setup.py to install...
2013-08-25 Robert Collins* Most filters will now accept a file path argument...
2013-08-25 Robert Collins* Python 3.1 and 3.2 have an inconsistent memoryview...
2013-08-24 Robert Collins* V2 parser errors now set appropriate mime types for...
2013-08-24 Robert CollinsRelease 0.0.15
2013-08-24 Robert Collins* Memoryview and struct were mutually incompatible...
2013-08-24 Robert Collins* Clients of subunit did not expect memoryview objects...
2013-08-23 Robert CollinsRelease 0.0.14
2013-08-23 Robert Collins* Memoryview detection was broken and thus it's use...
2013-08-23 Robert Collins* TestTestProtocols' test_*_details were dictionary...
2013-08-23 Robert Collins* TestTestProtocols' test_tags_both was set sort order...
2013-08-23 Robert Collins* TestProtocol2's tag tests were set sort order dependent.
2013-06-16 Robert CollinsRelease 0.0.13.
2013-06-16 Robert Collins* `subunit-stats` no longer outputs encapsulated stdout...
2013-06-16 Robert Collins* The logic for `subunit.run` is now importable via...
2013-06-16 Robert CollinsBUG FIXES
2013-05-25 Jelmer VernooijMerge use of AM_PATH_AR in configure.ac, which fixes...
2013-05-25 Robert CollinsRelease 0.12
2013-05-12 Robert CollinsBUG FIXES
2013-04-08 Robert CollinsRelease 0.0.11, depending on the new testtools StreamRe...
2013-03-31 Robert CollinsSwitch to variable length encoded integers.
2013-03-12 Robert Collins* ``subunit.run`` now replaces sys.stdout to ensure...
2013-03-06 Robert CollinsFixes from getting testrepository running with v2.
2013-03-04 Robert CollinsEnumerate tests before running (permits progress bars).
2013-03-03 Robert CollinsFix up buffering to make pdb usable.
2013-03-03 Robert CollinsConvert subunit.run to v2.
2013-03-03 Robert CollinsPort existing filters to v2.
2013-02-27 Robert CollinsUpdate subunit-ls.
2013-02-26 Robert CollinsBatch up input in ByteStreamToStreamResult.
2013-02-26 Robert CollinsUpdate subunit-filter to consume and emit v2.
2013-02-25 Robert CollinsMake streams all binary and fix incorrect ordering...
2013-02-25 Robert CollinsAdd an implementation of parser and generator for v2...
2013-02-22 Robert CollinsStart on an encoder.
2013-02-07 Robert CollinsRelease 0.0.10.
2013-02-07 Robert Collins* make_stream_binary is now public for reuse. (Robert...
2013-01-27 Robert CollinsTweak Python3 support to help testrepository get 3...
2012-12-17 Robert CollinsRelease 0.0.9.
2012-12-17 Robert Collins* Test ids which include non-ascii unicode characters...
2012-12-17 Robert Collins* The ``failfast`` option to ``subunit.run`` will now...
2012-05-07 Robert Collins* Python2.6 support was broken by the fixup feature.
2012-05-07 Robert CollinsPython3.1 support from Arfrever Frehtes Taifersar Arahesis.
2012-05-07 Robert CollinsHandle text stdin and stdout streams.
2012-05-07 Robert Collins* Python3 support regressed in trunk.
2012-05-03 Robert CollinsMake _make_tag_filter public.
2012-05-02 Robert CollinsRestore forwarding of all time calls through TestResult...
2012-05-02 Robert Collins* Tags can now be filtered. (Jonathan Lange, #664171)
2012-04-26 Jonathan LangeAlways forward time events from TestResultFilter.
2012-04-26 Benji Yorkmake time pass through filtered tests
2012-04-26 Jonathan LangeFix up some XXX comments.
2012-04-26 Jonathan LangeMerge trunk
2012-04-26 Jonathan LangeMerge tag-collapsing-rigor.
2012-04-20 Jonathan LangeUse the TagsMixin on the predicate so local and global...
2012-04-20 Jonathan LangeFactor a TagsMixin out of TagCollapsingDecorator
2012-04-20 Jonathan LangeMake the integration test include local tags as well.
2012-04-20 Jonathan LangeMerge updates from tag-collapsing-rigor.
2012-04-20 Jonathan LangeFlush global tags too.
2012-04-20 Jonathan LangeMerge tag collapsing thing.
next