<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pymemcache.git, branch v3.3.0</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>Bump version to 3.3.0 and add changelog entries (#293)</title>
<updated>2020-08-17T23:20:21+00:00</updated>
<author>
<name>Jon Parise</name>
<email>jon@pinterest.com</email>
</author>
<published>2020-08-17T23:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=9ba2e98b2aec6ff2dd6d7b9178c5cabb0c9d9d9f'/>
<id>9ba2e98b2aec6ff2dd6d7b9178c5cabb0c9d9d9f</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 #292 from pope1ni/django-compat</title>
<updated>2020-08-17T23:10:08+00:00</updated>
<author>
<name>Jon Parise</name>
<email>jon@pinterest.com</email>
</author>
<published>2020-08-17T23:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=d2095594eac0307d1da74055436f5702540323cd'/>
<id>d2095594eac0307d1da74055436f5702540323cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stopped storing False for missing keys in HashClient.get_many().</title>
<updated>2020-08-17T22:35:58+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-08-17T22:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=27b5b04c070c00d95860e6e50235cfeb6693cdff'/>
<id>27b5b04c070c00d95860e6e50235cfeb6693cdff</id>
<content type='text'>
Storing False when the client doesn't exist can be confused with False
being stored as the actual value. This behavior only occurred when using
ignore_exc=True.

Fixes #291.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Storing False when the client doesn't exist can be confused with False
being stored as the actual value. This behavior only occurred when using
ignore_exc=True.

Fixes #291.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing HashClient.close() and HashClient.quit().</title>
<updated>2020-08-17T22:35:40+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-08-17T22:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=f3bc1e07161fd451c4aa94790e3db7bf1b71a89e'/>
<id>f3bc1e07161fd451c4aa94790e3db7bf1b71a89e</id>
<content type='text'>
Also added disconnect_all() as an alias for close().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added disconnect_all() as an alias for close().
</pre>
</div>
</content>
</entry>
<entry>
<title>Exposed HashClient in __init__ modules.</title>
<updated>2020-08-17T22:35:29+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-08-17T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=a5e0dcbe99a4bbb9706531ac66d8131d89d7cb88'/>
<id>a5e0dcbe99a4bbb9706531ac66d8131d89d7cb88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Used collections.defaultdict() in HashClient.{get,set}_many().</title>
<updated>2020-08-17T22:35:23+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-08-17T22:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=a2ae894af65ee74ac13947092d980d98b9b5005f'/>
<id>a2ae894af65ee74ac13947092d980d98b9b5005f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanups to avoid unnecessary variables.</title>
<updated>2020-08-17T22:35:18+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-08-17T21:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=6605f850753b1c5569910c7fb5570e547341350f'/>
<id>6605f850753b1c5569910c7fb5570e547341350f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect pytest mark (#290)</title>
<updated>2020-08-13T17:13:20+00:00</updated>
<author>
<name>Jon Parise</name>
<email>jon@pinterest.com</email>
</author>
<published>2020-08-13T17:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=1eb73468c92ba21397b986096c35c5244e3816de'/>
<id>1eb73468c92ba21397b986096c35c5244e3816de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs for decrement (#289)</title>
<updated>2020-08-12T19:07:51+00:00</updated>
<author>
<name>Ben Yarmis</name>
<email>ben@yarm.is</email>
</author>
<published>2020-08-12T19:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=209855d56f5be5b9bf479acab0fb55f99aeeab18'/>
<id>209855d56f5be5b9bf479acab0fb55f99aeeab18</id>
<content type='text'>
Co-authored-by: Ben Yarmis &lt;byarmis@indeed.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ben Yarmis &lt;byarmis@indeed.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a missing assignment on the example of getting a value (#288)</title>
<updated>2020-06-20T21:30:34+00:00</updated>
<author>
<name>Oscar Ramirez</name>
<email>tuxskar@gmail.com</email>
</author>
<published>2020-06-20T21:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=326b4556d5ab7a1167d62954d64763a0172baae5'/>
<id>326b4556d5ab7a1167d62954d64763a0172baae5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
