<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pymemcache.git/pymemcache/client, branch docs</title>
<subtitle>github.com: pinterest/pymemcache.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/'/>
<entry>
<title>Fix flake8 and cleanup build</title>
<updated>2016-07-27T19:47:10+00:00</updated>
<author>
<name>Nicholas Charriere</name>
<email>nicholas@pinterest.com</email>
</author>
<published>2016-07-27T19:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=cd8e51c3b4ef9c11be571456f862ff11ce469042'/>
<id>cd8e51c3b4ef9c11be571456f862ff11ce469042</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 #96 from rsanr/issue_94_fix</title>
<updated>2016-04-19T20:43:44+00:00</updated>
<author>
<name>Charles Gordon</name>
<email>charles.gordon@gmail.com</email>
</author>
<published>2016-04-19T20:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=b06c875b4db28ae64ae46126ce0711f9bcd1e9ce'/>
<id>b06c875b4db28ae64ae46126ce0711f9bcd1e9ce</id>
<content type='text'>
Fixed stats evictions value conversion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed stats evictions value conversion</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed stats evictions conversion</title>
<updated>2016-04-19T17:43:53+00:00</updated>
<author>
<name>ruamin</name>
<email>ruamin@ebay.com</email>
</author>
<published>2016-04-15T00:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=081162c7a255c0ae7edf3ee4fb9beac79b1f3407'/>
<id>081162c7a255c0ae7edf3ee4fb9beac79b1f3407</id>
<content type='text'>
Fixed evictions conversion in base.py.  evictions stat value was
incorrectly being compared to “b’on’” previously, which resulted in a
boolean.  The fix makes the conversion default to int, which is in line
with other numeric stats values.

Augmented test_stats_conversions test case in test_client.py to test eviction value conversion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed evictions conversion in base.py.  evictions stat value was
incorrectly being compared to “b’on’” previously, which resulted in a
boolean.  The fix makes the conversion default to int, which is in line
with other numeric stats values.

Augmented test_stats_conversions test case in test_client.py to test eviction value conversion
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default_noreply property to PooledClient</title>
<updated>2016-04-19T08:54:13+00:00</updated>
<author>
<name>John Wu</name>
<email>webmaster@leapoahead.com</email>
</author>
<published>2016-04-19T08:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=5188e096809b0b9c0b94e498b51159ffebec2a70'/>
<id>5188e096809b0b9c0b94e498b51159ffebec2a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle stats not conforming to the triplet format</title>
<updated>2016-03-17T21:32:10+00:00</updated>
<author>
<name>Robert DeRose</name>
<email>RobertDeRose@gmail.com</email>
</author>
<published>2016-03-17T21:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=aac032419e94b5f71e763c130d54d4b6f36caa17'/>
<id>aac032419e94b5f71e763c130d54d4b6f36caa17</id>
<content type='text'>
Addresses issue #92

In Ubuntu's (14.04) version of memecached packaged with the OS the
version STAT line contains a fourth value due to a space. This breaks
the expected triplet pattern and incorrectly caused an exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses issue #92

In Ubuntu's (14.04) version of memecached packaged with the OS the
version STAT line contains a fourth value due to a space. This breaks
the expected triplet pattern and incorrectly caused an exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #90 from starstable/feature-version-cmd</title>
<updated>2015-10-23T22:01:01+00:00</updated>
<author>
<name>Charles Gordon</name>
<email>charles.gordon@gmail.com</email>
</author>
<published>2015-10-23T22:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=ff268208514171bcc6cec8a8cc54dcafa2f93fea'/>
<id>ff268208514171bcc6cec8a8cc54dcafa2f93fea</id>
<content type='text'>
Implemented VERSION command in Client and PooledClient</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented VERSION command in Client and PooledClient</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented VERSION command in Client and PooledClient</title>
<updated>2015-10-23T13:51:34+00:00</updated>
<author>
<name>Remco van Oosterhout</name>
<email>mail@vhabion.net</email>
</author>
<published>2015-10-23T13:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=ce236adb59e058daac053f746994b415a22846fb'/>
<id>ce236adb59e058daac053f746994b415a22846fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bugs caused by setting retry attempts to 0 on HashClient</title>
<updated>2015-10-21T12:52:10+00:00</updated>
<author>
<name>Remco van Oosterhout</name>
<email>mail@vhabion.net</email>
</author>
<published>2015-10-21T12:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=8161f4a818872c0a5ca6219e179ba61e454551f9'/>
<id>8161f4a818872c0a5ca6219e179ba61e454551f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hashclient ignores exceptions when no servers are found</title>
<updated>2015-09-06T16:09:15+00:00</updated>
<author>
<name>John Anderson</name>
<email>sontek@gmail.com</email>
</author>
<published>2015-09-06T16:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=e1d4c420d08edb4943f4409553aed71eaf4ade53'/>
<id>e1d4c420d08edb4943f4409553aed71eaf4ade53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default_noreply to Client</title>
<updated>2015-08-28T13:24:27+00:00</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2015-08-28T13:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=ca9d579b722198de6188695afb63aa26689ecc71'/>
<id>ca9d579b722198de6188695afb63aa26689ecc71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
