Forward stdout content in subunit-2to1.
[third_party/subunit] / python / subunit / __init__.py
2014-12-10 Jelmer VernooijRemove support for SUBUNIT_FORMATTER, which has been...
2014-11-18 Robert CollinsRelease 1.0.0.
2014-08-27 Robert Collins0.0.21
2014-08-27 Robert CollinsRelease 0.0.20
2014-08-24 Robert Collins0.0.19
2014-01-29 Robert CollinsRelease 0.0.18.
2014-01-29 Robert CollinsRelease 0.0.17
2013-12-02 Thomi RichardsMerged trunk, fixed conflict.
2013-11-30 Robert CollinsRelease 0.0.16.
2013-11-24 Thomi RichardsMerge trunk.
2013-11-23 Robert CollinsThe test suite was failing 6 tests due to testtools...
2013-08-24 Robert CollinsRelease 0.0.15
2013-08-23 Robert CollinsRelease 0.0.14
2013-06-16 Robert CollinsRelease 0.0.13.
2013-05-25 Jelmer VernooijMerge use of AM_PATH_AR in configure.ac, which fixes...
2013-05-25 Robert CollinsRelease 0.12
2013-04-08 Robert CollinsRelease 0.0.11, depending on the new testtools StreamRe...
2013-03-06 Robert CollinsFixes from getting testrepository running with v2.
2013-03-03 Robert CollinsPort existing filters to v2.
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 CollinsPython3.1 support from Arfrever Frehtes Taifersar Arahesis.
2012-05-07 Robert CollinsHandle text stdin and stdout streams.
2012-03-25 Jonathan LangeMerge trunk.
2012-03-12 Jonathan LangeUse public testtools API for getting exception strings.
2012-02-16 Jonathan LangeClean up a flake
2012-02-16 Jonathan LangeMerge trunk
2012-02-10 Jonathan Langeet binary mode on the stream for forwarding subunit...
2012-02-09 Jonathan LangeFix to call the public API in testtools.
2012-02-01 Jonathan LangeMerge trunk
2012-01-11 Robert CollinsTag support has been implemented for TestProtocolClient.
2012-01-04 Martin PackmanSet binary mode on the forwarded stream in ProtocolTest...
2011-12-08 Jonathan LangeMake version guessing more reliable (mgz)
2011-11-07 Jelmer VernooijMerge support for newer location of {Extended,Python26...
2011-10-31 Robert CollinsMerge trunk work that had gotten diverged.
2011-10-06 Jonathan LangeMerge Stewart Smith's branch to add timestamps to shell...
2011-08-08 Jonathan LangeCorrect spelling (mgz)
2011-08-07 MartinCouple of spelling corrections to python subunit module...
2011-06-30 John Arbash MeinelMerge trunk tip, resolve NEWS.
2011-06-30 John Arbash MeinelMerge trunk r142 and resolve conflicts.
2011-05-01 Robert CollinsFix thinko in addSuccess refactoring.
2011-05-01 Robert CollinsSupport unexpected success outcomes.
2011-05-01 Robert CollinsMartins fix for failures on windows.
2011-05-01 Robert CollinsAdditionally the protocol now has a keyword uxsuccess...
2011-04-27 Robert CollinsMerge python 3K changes.
2011-04-27 MartinHack ExecTestCase and its tests to sort-of be portable...
2011-04-26 Jelmer VernooijMerge addition of --fixup-expected-failures argument...
2011-04-25 Jelmer VernooijMove read_test_filter to python/subunit.
2011-04-25 Robert CollinsTest suite passing on 3.1.
2011-04-25 Robert CollinsNearly done.
2011-04-25 Robert CollinsTags in the API are strings. And python3 exception...
2011-04-25 Robert CollinsMerge Martin[gz]'s fix for make_stream_binary.
2011-04-25 Robert CollinsMore fixups.
2011-04-24 MartinRemove presumably erroneous _make_stream_binary call
2011-04-24 MartinVary fileno attempt exception type to support Python 3
2011-04-24 MartinUse try/except rather than getattr to test for fileno...
2011-04-24 Robert CollinsMore small stuff.
2011-04-24 Robert CollinsProgress.
2011-04-24 Robert CollinsMore progress.
2011-04-24 Robert CollinsFixup initial py3 support from tres and start digging...
2011-03-10 Tres SeaverWork around Python3 syntax errors.
2011-02-12 Jonathan LangePreserve relative ordering of 'time:' statements (fixes...
2011-02-11 Jonathan LangeMore flakes.
2010-12-08 Robert CollinsMerge subunit.run filtering support.
2010-10-19 Jonathan LangeMerge mgz's patch for flushing the TestProtocolClient...
2010-10-04 MartinFlush the stream at the start and end of each test...
2010-07-02 Robert CollinsMake it clear that BRACKETED parts are utf8 and fix...
2010-07-01 Robert CollinsMerge james_w's discovery patch, tweaked.
2010-06-24 Robert CollinsMerge the setup.py Tres supplied.
2010-06-24 Robert CollinsFix make check with testtools trunk.
2010-06-11 Robert Collins* Old style tracebacks with no encoding info are now...
2010-05-12 Robert CollinsOn windows, ProtocolTestCase and TestProtocolClient...
2010-04-12 Jelmer VernooijMerge support for handling lowercase skip/todo in tap2s...
2010-04-11 Jelmer VernooijHandle lowercase skip/todo in tap.
2010-01-16 Jelmer VernooijMerge SUBUNIT_FORMATTER patch.
2010-01-16 Jelmer VernooijIgnore SUBUNIT_FORMATTER if it is empty.
2010-01-15 Robert CollinsOnly take commands that start the line they are observe...
2010-01-15 Jelmer VernooijSupport SUBUNIT_FORMATTER environment variable.
2009-12-15 Robert CollinsAdd experimental multipart support and addExpectFailure...
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-14 Robert CollinsMerge junitxml --forward branch.
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-13 Robert CollinsLine wrapping.
2009-12-13 Robert CollinsRemove more references to cleaned up modules.
2009-12-13 Robert CollinsUse the newly exposed test helpers from testtools trunk.
2009-12-11 Robert CollinsUse testtools facilities for the details API.
2009-12-07 Robert CollinsMerge trunk.
2009-10-25 Robert CollinsSupport the extended TestResult details API on TestResu...
2009-10-25 Robert CollinsAdd details API support to the Stats result object.
2009-10-24 Robert CollinsStart reporting additional messages on successes via...
2009-10-24 Robert CollinsMove skips to the details API.
2009-10-24 Robert CollinsMove expected failures to the details API.
2009-10-24 Robert CollinsMove Failure reporting to the new details API.
2009-10-24 Robert Collinschange error reports to use the extended details interface.
next