<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/.gitignore, branch join_future_race</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>Update Partitioners for use with KafkaProducer (#827)</title>
<updated>2016-09-28T17:30:32+00:00</updated>
<author>
<name>barrotsteindev</name>
<email>barrotstein@gmail.com</email>
</author>
<published>2016-09-28T17:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b8717b4b79462e83344f49bbd42312cf521d84aa'/>
<id>b8717b4b79462e83344f49bbd42312cf521d84aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow client.check_version timeout to be set in Producer and Consumer constructors (#647)</title>
<updated>2016-06-29T17:49:28+00:00</updated>
<author>
<name>eastlondoner</name>
<email>eastlondoner@users.noreply.github.com</email>
</author>
<published>2016-06-29T17:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=db47136671a05283d9801c5a3ec74b3e0f38004e'/>
<id>db47136671a05283d9801c5a3ec74b3e0f38004e</id>
<content type='text'>
* allow client.check_version timeout to be set in Producer and Consumer constructors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allow client.check_version timeout to be set in Producer and Consumer constructors</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to add ssl support to kafka fixtures</title>
<updated>2016-04-09T16:24:40+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-05T02:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=097198cceaed97d5b804166d0c76a816c8dfead0'/>
<id>097198cceaed97d5b804166d0c76a816c8dfead0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore more kafka-bin rcs -- useful during release testing</title>
<updated>2016-03-23T16:46:55+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-03-23T16:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=41caf50f588e49b1b7e607bd3c3666ab72d7b697'/>
<id>41caf50f588e49b1b7e607bd3c3666ab72d7b697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pytest instead of nose for running tests via tox</title>
<updated>2016-01-02T06:44:19+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-01T23:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1a6ff2615cebde0dab49151b4b8a15fc97edb4e6'/>
<id>1a6ff2615cebde0dab49151b4b8a15fc97edb4e6</id>
<content type='text'>
  - use pytest-sugar for pretty output
  - add linting to each python tox environment
  - drop lint as separate tox target
  - replace travis_selector.sh with shell magic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - use pytest-sugar for pretty output
  - add linting to each python tox environment
  - drop lint as separate tox target
  - replace travis_selector.sh with shell magic
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Sphinx API docs</title>
<updated>2015-01-15T23:01:40+00:00</updated>
<author>
<name>Will Daly</name>
<email>will@edx.org</email>
</author>
<published>2015-01-04T17:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=01f378328e5383d05d52428b815f992eb2c536cb'/>
<id>01f378328e5383d05d52428b815f992eb2c536cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tox.ini to use {posargs} to configure nosetests.</title>
<updated>2014-08-13T15:54:13+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-08-13T14:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4796d58792a0f190ced62e8e4a7d5e20867f735b'/>
<id>4796d58792a0f190ced62e8e4a7d5e20867f735b</id>
<content type='text'>
To override defaults, use
  `tox -- --your --nosetest --options --here`
Update default nosetest settings to use verbose logging and show test ids
add .coverage and .noseids to .gitignore
Add example for running single unit test to README
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To override defaults, use
  `tox -- --your --nosetest --options --here`
Update default nosetest settings to use verbose logging and show test ids
add .coverage and .noseids to .gitignore
Add example for running single unit test to README
</pre>
</div>
</content>
</entry>
<entry>
<title>Download official binaries from apache.org for integration tests</title>
<updated>2014-08-13T02:04:48+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2014-08-13T00:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7238e5a73e10a53a069dcb856b82798c9c3b5702'/>
<id>7238e5a73e10a53a069dcb856b82798c9c3b5702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change auto_commit to False in SimpleConsumer</title>
<updated>2013-06-25T13:18:31+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2013-06-25T13:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7a5eed9f1f3333c0731e5107ee59f7c399aa3bee'/>
<id>7a5eed9f1f3333c0731e5107ee59f7c399aa3bee</id>
<content type='text'>
Also start a change log for important stuff like this

Closes #34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also start a change log for important stuff like this

Closes #34
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore MANIFEST</title>
<updated>2013-06-08T01:20:55+00:00</updated>
<author>
<name>Ivan Pouzyrevsky</name>
<email>sandello@yandex-team.ru</email>
</author>
<published>2013-06-02T10:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bdad6a16bbd8fdf1a3e29bd80a86e2ac8410246f'/>
<id>bdad6a16bbd8fdf1a3e29bd80a86e2ac8410246f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
