<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-memcached.git, branch release-1.54</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>Ready for release.</title>
<updated>2014-09-21T19:41:24+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2014-09-21T19:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=0864fa4c50aeab49e1adb4551730fa0dacff4889'/>
<id>0864fa4c50aeab49e1adb4551730fa0dacff4889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MemcachedKeyCharacterError better describes error</title>
<updated>2014-09-21T18:22:23+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2014-09-21T18:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=fbfae698fab2be8a6621ed0f2c6f04fa35c2579b'/>
<id>fbfae698fab2be8a6621ed0f2c6f04fa35c2579b</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 #47 from msabramo/pep8</title>
<updated>2014-06-10T04:49:09+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2014-06-10T04:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=2251916a6a1e8f35609d8d963f68ccab8c1b9402'/>
<id>2251916a6a1e8f35609d8d963f68ccab8c1b9402</id>
<content type='text'>
pep8 cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pep8 cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>pep8: H201  no 'except:' at least use 'except Exception:'</title>
<updated>2014-06-09T16:34:36+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T16:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=7272650aacadcf23afa69fd13f8a923d0bb60265'/>
<id>7272650aacadcf23afa69fd13f8a923d0bb60265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8: E227 missing whitespace around bitwise or shift operator</title>
<updated>2014-06-09T16:27:48+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T16:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=beb8553e011a5b998930e5e9addfe229b044cbca'/>
<id>beb8553e011a5b998930e5e9addfe229b044cbca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8: F402 import 'pickle' from line 52 shadowed by loop variable</title>
<updated>2014-06-09T16:27:27+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T16:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=7ffbd4160180071fb0eb1241b1053f97abd571ae'/>
<id>7ffbd4160180071fb0eb1241b1053f97abd571ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8: H405  multi line docstring summary not separated with an empty line</title>
<updated>2014-06-09T16:21:54+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T16:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=3fa2e3c0f31c4f0ec3f1c07804483333bc49495c'/>
<id>3fa2e3c0f31c4f0ec3f1c07804483333bc49495c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8: E711 comparison to None should be 'if cond is None:'</title>
<updated>2014-06-09T15:10:10+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T15:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=f19da8ab35566c688a03e961bda691a1a926e866'/>
<id>f19da8ab35566c688a03e961bda691a1a926e866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8: E265 block comment should start with '# '</title>
<updated>2014-06-09T15:01:26+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T15:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=533114a7f4713dc961823efec879e4865bb4e56d'/>
<id>533114a7f4713dc961823efec879e4865bb4e56d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up long lines for pep8</title>
<updated>2014-06-09T14:59:01+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-09T14:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-memcached.git/commit/?id=10a7dac0e40ee091b40a1b0af8b82343f92f6220'/>
<id>10a7dac0e40ee091b40a1b0af8b82343f92f6220</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
