<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-memcached.git, branch 1.59</title>
<subtitle>github.com: linsomniac/python-memcached.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/'/>
<entry>
<title>Version update for release.</title>
<updated>2017-12-15T04:15:52+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2017-12-15T04:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=959e068fec8b4c956b0d82269336818e667726e7'/>
<id>959e068fec8b4c956b0d82269336818e667726e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix touch(..., time=0) sending invalid command to memcache</title>
<updated>2017-11-21T18:37:56+00:00</updated>
<author>
<name>Nicolas Noé</name>
<email>nicolas@niconoe.eu</email>
</author>
<published>2016-12-14T09:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=0b47212f4f2f7584a840ab3978ccdfc8f8f4fd90'/>
<id>0b47212f4f2f7584a840ab3978ccdfc8f8f4fd90</id>
<content type='text'>
Without the trailing '0', the command is invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the trailing '0', the command is invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test isolation by clearing memcache between each test</title>
<updated>2017-11-21T17:50:03+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-21T17:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=4670752fa522d3e33db6b58a34033a3b89b9ee82'/>
<id>4670752fa522d3e33db6b58a34033a3b89b9ee82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix delete_multi() argument in a test</title>
<updated>2017-11-14T20:26:36+00:00</updated>
<author>
<name>Kris Maglione</name>
<email>maglione.k@gmail.com</email>
</author>
<published>2017-11-14T20:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=07583029ff64e5c6e894bf3ec5b7c602dfc67b03'/>
<id>07583029ff64e5c6e894bf3ec5b7c602dfc67b03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary six usage in tests</title>
<updated>2017-11-14T20:23:46+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-14T20:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=8dbba9529b890f1453af59f9613518714c3dd5fe'/>
<id>8dbba9529b890f1453af59f9613518714c3dd5fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79, #80 -- Fix storing non-ASCII values on Python 2 and binary values on Python 3</title>
<updated>2017-11-14T20:14:37+00:00</updated>
<author>
<name>Nicolas Noé</name>
<email>nicolas@niconoe.eu</email>
</author>
<published>2017-11-14T20:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=e1f72daabc011b83a8debb86e9e2b7ff6307a41c'/>
<id>e1f72daabc011b83a8debb86e9e2b7ff6307a41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on Python 3 in touch() logging</title>
<updated>2017-11-14T19:40:35+00:00</updated>
<author>
<name>Matt Davis</name>
<email>matteius@gmail.com</email>
</author>
<published>2017-09-05T20:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=cc94e72f629a7145158def6a363ff51e56dee022'/>
<id>cc94e72f629a7145158def6a363ff51e56dee022</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture and verify logging in tests</title>
<updated>2017-11-14T19:33:26+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-04T23:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=2e9dcfbb8efb8726468b02a2ed79f01a18ec2c26'/>
<id>2e9dcfbb8efb8726468b02a2ed79f01a18ec2c26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 indentation warning in setup.py</title>
<updated>2017-11-05T00:11:43+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-05T00:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=a565216013a98b23996de97bc3324992a278011d'/>
<id>a565216013a98b23996de97bc3324992a278011d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doctests to Travis</title>
<updated>2017-11-01T16:18:50+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-01T16:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=31b75ea9dbb7fa96af56b03e79c2ebf69cbc3950'/>
<id>31b75ea9dbb7fa96af56b03e79c2ebf69cbc3950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
