Translate bzr ignores into git ignores.
[third_party/subunit] / NEWS
2014-08-27 Robert Collins0.0.21
2014-08-27 Robert CollinsRelease 0.0.20
2014-08-24 Robert Collins* subunit2csv is now installed when using pip.
2014-08-24 Robert Collins* testscenarios is now a test dependency, not an instal...
2014-08-24 Robert Collins0.0.19
2014-01-29 Robert CollinsFix support for testtools 0.6.35.
2014-01-29 Robert CollinsRelease 0.0.17
2014-01-13 Robert Collins* Add ``subunit-output`` tool that can generate a Subun...
2013-12-02 Thomi RichardsUpdated NEWS file.
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 RichardsMerged trunk.
2013-11-24 Thomi RichardsMerge trunk.
2013-11-23 Robert Collins* Perl files should now honour perl system config.
2013-11-23 Robert CollinsThe test suite was failing 6 tests due to testtools...
2013-11-18 Thomi RichardsReverted whitespace changes to NEWS file.
2013-11-18 Thomi RichardsAded NEWS item, fixed some test code.
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-12 Robert Collins* ``subunit.run`` now replaces sys.stdout to ensure...
2013-02-26 Robert CollinsUpdate subunit-filter to consume and emit v2.
2013-02-25 Robert CollinsMore docs.
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 CollinsActually document the version in NEWS.
2012-12-17 Robert Collins* Test ids which include non-ascii unicode characters...
2012-12-17 Robert Collins* All the source files are now included in the distribu...
2012-12-17 Robert Collins* The ``failfast`` option to ``subunit.run`` will now...
2012-05-09 Robert CollinsAlso dist ``python/subunit/filters.py``. (Robert Collins)
2012-05-09 Robert Collins* ``python/subunit/tests/test_run.py`` was not included...
2012-05-07 Robert CollinsRelease 0.0.8.
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-02 Robert Collins* Tags can now be filtered. (Jonathan Lange, #664171)
2012-04-26 Jonathan LangeAlways forward time events from TestResultFilter.
2012-04-26 Jonathan LangeMerge trunk
2012-04-26 Jonathan LangeMerge tag-collapsing-rigor.
2012-03-27 Jonathan LangeMerge lp:~jml/subunit/to-csv -- Add subunit2csv script...
2012-02-16 Jonathan LangeMerge trunk
2012-02-10 Jonathan Langeet binary mode on the stream for forwarding subunit...
2012-02-01 Jonathan LangeMerge trunk
2012-01-26 Robert CollinsFix shell tests to handle timestamps (Paired with Stewart).
2012-01-11 Robert CollinsTag support has been implemented for TestProtocolClient.
2012-01-11 Robert CollinsHandle latest testtools changes.
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 branch fixing perl output
2011-10-06 Jonathan LangeMerge Stewart Smith's branch to add timestamps to shell...
2011-07-04 Jonathan LangeAdd "subunit-filter -F" to set all the flags that remov...
2011-06-30 John Arbash MeinelAdd -F to suppress everything that isn't a failure...
2011-06-30 John Arbash MeinelRemove -F since it seemed controversial
2011-06-30 John Arbash MeinelMerge trunk tip, resolve NEWS.
2011-06-30 John Arbash MeinelMerge trunk r142 and resolve conflicts.
2011-06-12 Robert CollinsRelease 0.0.7.
2011-05-23 Robert Collins* ``subunit-ls`` should handle the new test outcomes...
2011-05-23 Robert Collins* ``subunit-ls`` now handles a stream with time: instru...
2011-05-01 Robert CollinsSupport testsRun on the tag and time collapsing decorators.
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-26 Jelmer VernooijMerge addition of --fixup-expected-failures argument...
2011-04-25 Robert CollinsUpdate testtools dependency.
2011-04-25 Robert CollinsTest suite works in python3.
2011-04-24 Robert CollinsFixup initial py3 support from tres and start digging...
2011-04-11 Jelmer VernooijSupport --fixup-expected-failures argument to subunit...
2011-03-18 Jonathan LangeRefactor TestResultFilter, making it collapse time...
2011-02-12 Jonathan LangePreserve relative ordering of 'time:' statements (fixes...
2011-02-12 Jonathan LangeNEWS
2011-01-28 Jonathan LangeNew 'strict' option to Decoder. (Martin Pool)
2011-01-28 Jonathan LangeNEWS entry
2011-01-15 Robert Collins* The help for subunit-filter was confusing about the...
2011-01-14 Robert Collins* Force flush of writes to stdout in c/tests/test_child...
2010-12-09 Jelmer VernooijForce flush of writes to stdout in c/tests/test_child.
2010-12-08 Robert CollinsMerge subunit.run filtering support.
2010-11-30 Robert CollinsThe Subunit Python test runner ``python -m subunit...
2010-10-19 Jonathan LangeMerge mgz's patch for flushing the TestProtocolClient...
2010-08-24 John Arbash Meinel(bug #623642) Add --no-xfail and -F to subunit-filter.
next