<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pymemcache.git, branch v1.3.7</title>
<subtitle>github.com: pinterest/pymemcache.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/'/>
<entry>
<title>Add Nicholas Charriere to contributors :D</title>
<updated>2016-10-03T22:57:56+00:00</updated>
<author>
<name>Nicholas Charriere</name>
<email>nicholas@pinterest.com</email>
</author>
<published>2016-10-03T22:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=b50a1544606dbe79d6d0b9a462952d83ecdb9242'/>
<id>b50a1544606dbe79d6d0b9a462952d83ecdb9242</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 #118 from pinterest/fix-unicode-char-in-middle-error</title>
<updated>2016-10-03T22:53:59+00:00</updated>
<author>
<name>Nicholas Charriere</name>
<email>nicholascharriere@gmail.com</email>
</author>
<published>2016-10-03T22:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=d1b827c95a401fe859f4d630b33548513a9ce7ba'/>
<id>d1b827c95a401fe859f4d630b33548513a9ce7ba</id>
<content type='text'>
Fix #117, illegal unicode character in middle of key (or value now)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #117, illegal unicode character in middle of key (or value now)</pre>
</div>
</content>
</entry>
<entry>
<title>Improve syntax</title>
<updated>2016-10-03T22:45:27+00:00</updated>
<author>
<name>Nicholas Charriere</name>
<email>nicholas@pinterest.com</email>
</author>
<published>2016-10-03T22:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=93ffb33d786e7712a6dc915c7ae307ed6a98cbd7'/>
<id>93ffb33d786e7712a6dc915c7ae307ed6a98cbd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #117, illegal unicode character in middle of key (or value now)</title>
<updated>2016-10-03T21:31:14+00:00</updated>
<author>
<name>Nicholas Charriere</name>
<email>nicholas@pinterest.com</email>
</author>
<published>2016-10-03T18:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=a1bf081754cd38de1a20925782a5404de00bd46d'/>
<id>a1bf081754cd38de1a20925782a5404de00bd46d</id>
<content type='text'>
Add .python-version to .gitignore (for pyenv)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add .python-version to .gitignore (for pyenv)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #115 from suhailpatel/fix-mockmemcacheclient</title>
<updated>2016-09-19T18:26:13+00:00</updated>
<author>
<name>Nicholas Charriere</name>
<email>nicholascharriere@gmail.com</email>
</author>
<published>2016-09-19T18:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=dcd9f5b51bfa7c1afba5191f7be95c7109f9e224'/>
<id>dcd9f5b51bfa7c1afba5191f7be95c7109f9e224</id>
<content type='text'>
Fix MockMemcacheClient serialization/deserialization</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix MockMemcacheClient serialization/deserialization</pre>
</div>
</content>
</entry>
<entry>
<title>Assert bytes string</title>
<updated>2016-09-19T16:00:18+00:00</updated>
<author>
<name>Suhail Patel</name>
<email>me@suhailpatel.com</email>
</author>
<published>2016-09-19T16:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=95da41acc1a4c5facf2de2fdad4a60f9b05e9d22'/>
<id>95da41acc1a4c5facf2de2fdad4a60f9b05e9d22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix encode/decode wrong way around</title>
<updated>2016-09-19T15:45:41+00:00</updated>
<author>
<name>Suhail Patel</name>
<email>me@suhailpatel.com</email>
</author>
<published>2016-09-19T15:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=4acdf08ce88e8bdc92b41d6278c4eae17eab7b78'/>
<id>4acdf08ce88e8bdc92b41d6278c4eae17eab7b78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a bytes string</title>
<updated>2016-09-19T15:42:36+00:00</updated>
<author>
<name>Suhail Patel</name>
<email>me@suhailpatel.com</email>
</author>
<published>2016-09-19T15:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=87247d44f723ad55f55b1e221977a908379b84f0'/>
<id>87247d44f723ad55f55b1e221977a908379b84f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the MockMemcacheClient implementation</title>
<updated>2016-09-19T14:49:12+00:00</updated>
<author>
<name>Suhail Patel</name>
<email>me@suhailpatel.com</email>
</author>
<published>2016-09-19T14:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=1291a140f8604bdf9dcfdd370101b2e6a98dca32'/>
<id>1291a140f8604bdf9dcfdd370101b2e6a98dca32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing test of MockMemcacheClient serializer/deserializer</title>
<updated>2016-09-19T14:48:56+00:00</updated>
<author>
<name>Suhail Patel</name>
<email>me@suhailpatel.com</email>
</author>
<published>2016-09-19T14:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=c437bb98fe015bc3cfeb664254da9ab87720c894'/>
<id>c437bb98fe015bc3cfeb664254da9ab87720c894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
