<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-memcached.git/ChangeLog, branch master</title>
<subtitle>github.com: linsomniac/python-memcached.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/'/>
<entry>
<title>Adding release Changelog line</title>
<updated>2017-12-15T16:04:19+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>sean@realgo.com</email>
</author>
<published>2017-12-15T16:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=d779bb0f3e357a20c7eca1e5cf4cf52a29f71b8d'/>
<id>d779bb0f3e357a20c7eca1e5cf4cf52a29f71b8d</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://91.123.203.49/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>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://91.123.203.49/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>Add testing for Python 3.6</title>
<updated>2017-10-30T18:15:02+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-10-30T18:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=e45623b31ba4c49ca5b9ae0894aa9b3d1cdf8f7d'/>
<id>e45623b31ba4c49ca5b9ae0894aa9b3d1cdf8f7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove testing for Python 3.3</title>
<updated>2016-12-21T21:13:24+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-21T21:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=3d08c5e4703652d88ce8f1f79a32a8b8d91c2510'/>
<id>3d08c5e4703652d88ce8f1f79a32a8b8d91c2510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding notes about changes.</title>
<updated>2016-12-17T16:00:45+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2016-12-17T16:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=1cab3004e3d8d11a5ef345e23cfe6d70b125e873'/>
<id>1cab3004e3d8d11a5ef345e23cfe6d70b125e873</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding changelog entries.</title>
<updated>2016-05-27T19:45:19+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>sean@realgo.com</email>
</author>
<published>2016-05-27T19:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=f8c2231c16e8afd21be6a98a241ce8e1969336d6'/>
<id>f8c2231c16e8afd21be6a98a241ce8e1969336d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Readme changes for delete() time=None change</title>
<updated>2016-05-27T19:25:00+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>sean@realgo.com</email>
</author>
<published>2016-05-27T19:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=81cd83d713738f4d707c404d89f4544d89895943'/>
<id>81cd83d713738f4d707c404d89f4544d89895943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for value being boolean in set().</title>
<updated>2015-07-31T17:46:13+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2015-07-31T17:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=664bd3e23fe500fbde4c70636e2d24c8fd2f35af'/>
<id>664bd3e23fe500fbde4c70636e2d24c8fd2f35af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For 1.56 release.</title>
<updated>2015-07-26T20:48:29+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2015-07-26T20:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=d9c602ffb15c2619788d159a2fe0aeb1de282f85'/>
<id>d9c602ffb15c2619788d159a2fe0aeb1de282f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
