<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/redis-py.git, branch nonblocking</title>
<subtitle>github.com: andymccurdy/redis-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/'/>
<entry>
<title>increment version for #1137 debugging</title>
<updated>2019-06-05T17:58:36+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-05T17:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=2cf1713c15da82fe4017749d2324c9c71922eb2e'/>
<id>2cf1713c15da82fe4017749d2324c9c71922eb2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test to ensure a ConnectionError is raised when a pubsub connection dies</title>
<updated>2019-06-01T23:19:47+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T23:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=2b9b9088ec1b58c95c61aa95da505f66e2a50a34'/>
<id>2b9b9088ec1b58c95c61aa95da505f66e2a50a34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't rewrite ConnectionErrors as they might be subclasses.</title>
<updated>2019-06-01T22:55:34+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T22:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=e3e97699a0d37bdf1c8a37e468480d2b9d98a861'/>
<id>e3e97699a0d37bdf1c8a37e468480d2b9d98a861</id>
<content type='text'>
just fall back to the except-anything handler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
just fall back to the except-anything handler
</pre>
</div>
</content>
</entry>
<entry>
<title>better error handling</title>
<updated>2019-06-01T22:38:33+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T22:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=10eb32dea5289018424bec78b2caff542bfde6cb'/>
<id>10eb32dea5289018424bec78b2caff542bfde6cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't raise socket_error on can_read() calls</title>
<updated>2019-06-01T22:08:51+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T22:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=d544c7474d578706a89b394fdb15f3a541ac7346'/>
<id>d544c7474d578706a89b394fdb15f3a541ac7346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>easier to just pass timeout values around rather than confusing block bools</title>
<updated>2019-06-01T21:55:25+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T21:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=0b81453efe61708dcd072eb4831e9107fe590077'/>
<id>0b81453efe61708dcd072eb4831e9107fe590077</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix variable name</title>
<updated>2019-06-01T16:21:53+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T16:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=e498e1c3b5bca5df27452e29d89b6883c6a44d30'/>
<id>e498e1c3b5bca5df27452e29d89b6883c6a44d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rough implementation of using nonblocking sockets instead of selectors</title>
<updated>2019-06-01T15:38:01+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-06-01T15:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=5445cdedd0ffafcb1e3dc6b0568b2abc964695ab'/>
<id>5445cdedd0ffafcb1e3dc6b0568b2abc964695ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changelog</title>
<updated>2019-05-29T22:48:14+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2019-05-29T22:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=64cf721a63ca7a9a94c0d92d8206f8f1f6900afc'/>
<id>64cf721a63ca7a9a94c0d92d8206f8f1f6900afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass encoding_errors setting to hiredis (&gt;=1.0.0) (#1162)</title>
<updated>2019-05-29T22:41:56+00:00</updated>
<author>
<name>Brian Candler</name>
<email>b.candler@pobox.com</email>
</author>
<published>2019-05-29T22:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=0eac02d209932742cfb0dfc667e5e9707bfedd46'/>
<id>0eac02d209932742cfb0dfc667e5e9707bfedd46</id>
<content type='text'>
Pass encoding_errors setting to hiredis (&gt;=1.0.0).

Fixes #1161</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass encoding_errors setting to hiredis (&gt;=1.0.0).

Fixes #1161</pre>
</div>
</content>
</entry>
</feed>
