<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test/test_codec.py, branch short_circuit_node_not_ready</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Use standard LZ4 framing for v1 messages / kafka 0.10 (#695)</title>
<updated>2016-05-23T00:14:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-23T00:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1d4251a9efa4c5466ba5095f3ba199bf082a72b5'/>
<id>1d4251a9efa4c5466ba5095f3ba199bf082a72b5</id>
<content type='text'>
* LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility
* lz4f does not support easy incremental decompression - raise RuntimeError
* Update lz4 codec tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility
* lz4f does not support easy incremental decompression - raise RuntimeError
* Update lz4 codec tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Update xerial snappy tests for new xerial default</title>
<updated>2016-01-26T00:30:32+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-26T00:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7b5e42bc8beda540c580a2f187e8d0b0b30bf6b6'/>
<id>7b5e42bc8beda540c580a2f187e8d0b0b30bf6b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert codec tests to pytest; add simple lz4 test</title>
<updated>2016-01-25T18:09:15+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-25T06:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=86639e736f3487f85a3580304c355c82f2004483'/>
<id>86639e736f3487f85a3580304c355c82f2004483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>random_string helper should return str not bytes</title>
<updated>2015-06-06T23:22:27+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2015-06-05T05:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=207499b26d5ce6c7a72771250b8e4365944aa1bd'/>
<id>207499b26d5ce6c7a72771250b8e4365944aa1bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge conflict w/ assertEqual (assertEquals deprecated)</title>
<updated>2014-12-15T20:43:45+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-09-17T20:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=9e1b20306919eaa14774befead190ff52df19ba4'/>
<id>9e1b20306919eaa14774befead190ff52df19ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #227 from wizzat-feature/py3</title>
<updated>2014-09-08T02:09:32+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-09-08T01:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=715425c639a476139065689afde3d255a07d6f96'/>
<id>715425c639a476139065689afde3d255a07d6f96</id>
<content type='text'>
Python 3 Support

Conflicts:
	kafka/producer.py
	test/test_client.py
	test/test_client_integration.py
	test/test_codec.py
	test/test_consumer.py
	test/test_consumer_integration.py
	test/test_failover_integration.py
	test/test_producer.py
	test/test_producer_integration.py
	test/test_protocol.py
	test/test_util.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3 Support

Conflicts:
	kafka/producer.py
	test/test_client.py
	test/test_client_integration.py
	test/test_codec.py
	test/test_consumer.py
	test/test_consumer_integration.py
	test/test_failover_integration.py
	test/test_producer.py
	test/test_producer_integration.py
	test/test_protocol.py
	test/test_util.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup tests: no more import *; remove unused</title>
<updated>2014-09-05T01:05:05+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-09-02T00:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1b282d21522d101f4129d5fc3e70e2b904d3b171'/>
<id>1b282d21522d101f4129d5fc3e70e2b904d3b171</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all unit tests pass on py3.3/3.4</title>
<updated>2014-09-03T16:55:44+00:00</updated>
<author>
<name>Bruno Renié</name>
<email>brutasse@gmail.com</email>
</author>
<published>2014-08-28T18:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cf0b7f0530e765f2cf710bd35daf53bb4ea205d2'/>
<id>cf0b7f0530e765f2cf710bd35daf53bb4ea205d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use base unittest or unittest2 depending on python version</title>
<updated>2014-09-03T16:55:44+00:00</updated>
<author>
<name>Bruno Renié</name>
<email>brutasse@gmail.com</email>
</author>
<published>2014-08-28T12:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=83af5102e995e854a1980b90f1400afdd098da37'/>
<id>83af5102e995e854a1980b90f1400afdd098da37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python 2.6 support</title>
<updated>2014-04-23T20:10:43+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>wizzat@gmail.com</email>
</author>
<published>2014-04-23T20:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b'/>
<id>583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
