<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/subunit-git.git/python/subunit/v2.py, branch 0.0.21</title>
<subtitle>github.com: testing-cabal/subunit
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/'/>
<entry>
<title>* Python 3.1 and 3.2 have an inconsistent memoryview implementation which</title>
<updated>2013-08-25T00:40:00+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-08-25T00:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=eb3444332823e1bb726ce61b17939d99a757c643'/>
<id>eb3444332823e1bb726ce61b17939d99a757c643</id>
<content type='text'>
  required a workaround for NUL byte detection. (Robert Collins, #1216246)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  required a workaround for NUL byte detection. (Robert Collins, #1216246)
</pre>
</div>
</content>
</entry>
<entry>
<title>* V2 parser errors now set appropriate mime types for the encapsulated packet</title>
<updated>2013-08-24T23:53:12+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-08-24T23:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=f407275f50750b08d38b681b3889d96720ba4f78'/>
<id>f407275f50750b08d38b681b3889d96720ba4f78</id>
<content type='text'>
  data and the error message. (Robert Collins)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  data and the error message. (Robert Collins)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.</title>
<updated>2013-08-24T14:07:59+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-08-24T14:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=02c2174ec17411b839fd5ff2b04efe42d98c21bf'/>
<id>02c2174ec17411b839fd5ff2b04efe42d98c21bf</id>
<content type='text'>
  (Robert Collins, #1216163)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (Robert Collins, #1216163)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Clients of subunit did not expect memoryview objects in StreamResult events.</title>
<updated>2013-08-24T13:51:28+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-08-24T13:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=273a4c27aba153af19925c0e7f293d2d696fad7b'/>
<id>273a4c27aba153af19925c0e7f293d2d696fad7b</id>
<content type='text'>
  (Robert Collins)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (Robert Collins)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Memoryview detection was broken and thus it's use was never really tested.</title>
<updated>2013-08-23T21:47:28+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-08-23T21:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=30ce453ad2736c56d8a02cb243cb8ae6cbd080d7'/>
<id>30ce453ad2736c56d8a02cb243cb8ae6cbd080d7</id>
<content type='text'>
  (Robert Collins, 1216101)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (Robert Collins, 1216101)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG FIXES</title>
<updated>2013-05-12T22:46:55+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-05-12T22:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=0fbc8c5a63a565799dc0de9a1ffeaed326c8c9cf'/>
<id>0fbc8c5a63a565799dc0de9a1ffeaed326c8c9cf</id>
<content type='text'>
~~~~~~~~~

* 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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
~~~~~~~~~

* 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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to variable length encoded integers.</title>
<updated>2013-03-31T05:45:01+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-31T05:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=03264963c5fc0a145880c20cd1de9800a23a206c'/>
<id>03264963c5fc0a145880c20cd1de9800a23a206c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up buffering to make pdb usable.</title>
<updated>2013-03-03T11:42:05+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-03T11:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=22ea5b6a1f0e008f449c5984e215a53073b8dbfe'/>
<id>22ea5b6a1f0e008f449c5984e215a53073b8dbfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Batch up input in ByteStreamToStreamResult.</title>
<updated>2013-02-26T10:26:46+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-02-26T10:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=82824540ee2711e5abb4f1dcd8fb928ec12ae2b0'/>
<id>82824540ee2711e5abb4f1dcd8fb928ec12ae2b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make streams all binary and fix incorrect ordering of mime encoding.</title>
<updated>2013-02-25T10:11:04+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-02-25T10:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=1f5804949c38c5f7836aecb51350044f6ced8df5'/>
<id>1f5804949c38c5f7836aecb51350044f6ced8df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
