<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pymemcache.git, branch master</title>
<subtitle>github.com: pinterest/pymemcache.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/'/>
<entry>
<title>Merge pull request #499 from jogo/black</title>
<updated>2023-04-06T16:14:40+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@users.noreply.github.com</email>
</author>
<published>2023-04-06T16:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=d8ec581fff55c63d93f3e15a2a302e395114a759'/>
<id>d8ec581fff55c63d93f3e15a2a302e395114a759</id>
<content type='text'>
Upgrade to black 23.3.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade to black 23.3.0</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to black 23.3.0</title>
<updated>2023-04-05T17:53:46+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@pinterest.com</email>
</author>
<published>2023-04-05T17:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=88c5b69d6a3cda43511eeebcc783bb85be463059'/>
<id>88c5b69d6a3cda43511eeebcc783bb85be463059</id>
<content type='text'>
https://github.com/psf/black/blob/main/CHANGES.md

Run latest version of black to fix formatting issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/psf/black/blob/main/CHANGES.md

Run latest version of black to fix formatting issues
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump mypy from 0.982 to 1.1.1</title>
<updated>2023-04-05T17:53:03+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2023-03-07T23:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=1f95041f9f56b86ffcf4d43b4b7fe4d45c36f770'/>
<id>1f95041f9f56b86ffcf4d43b4b7fe4d45c36f770</id>
<content type='text'>
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.982...v1.1.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.982...v1.1.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #480 from misuzu/patch-1</title>
<updated>2023-02-06T23:23:01+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@users.noreply.github.com</email>
</author>
<published>2023-02-06T23:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=78f27508ffcbc1b9cd0a06e05429630450c47fa6'/>
<id>78f27508ffcbc1b9cd0a06e05429630450c47fa6</id>
<content type='text'>
fix test serde failure on 32-bit platforms</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix test serde failure on 32-bit platforms</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_compressed_complex failure on 32-bit platforms</title>
<updated>2023-02-06T18:59:34+00:00</updated>
<author>
<name>misuzu</name>
<email>bakalolka@gmail.com</email>
</author>
<published>2023-02-06T12:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=a357ead75ca08b93e353b89fb566abc5ee9074d9'/>
<id>a357ead75ca08b93e353b89fb566abc5ee9074d9</id>
<content type='text'>
This test was written with the assumption
that sys.maxsize is equal to 2**63 - 1 everywhere.

sys.maxsize is equal to 2**31 - 1 on a 32-bit
platforms and 2**63 - 1 on a 64-bit platforms.

See also https://docs.python.org/3/library/sys.html#sys.maxsize
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test was written with the assumption
that sys.maxsize is equal to 2**63 - 1 everywhere.

sys.maxsize is equal to 2**31 - 1 on a 32-bit
platforms and 2**63 - 1 on a 64-bit platforms.

See also https://docs.python.org/3/library/sys.html#sys.maxsize
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #477 from jogo/__init__</title>
<updated>2023-02-03T17:13:39+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@users.noreply.github.com</email>
</author>
<published>2023-02-03T17:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=b657f27f98bd14850a3736c62a244751c7b4c780'/>
<id>b657f27f98bd14850a3736c62a244751c7b4c780</id>
<content type='text'>
Make sure __init__ functions are displayed in docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure __init__ functions are displayed in docs</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure __init__ functions are displayed in docs</title>
<updated>2023-02-03T16:50:27+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@pinterest.com</email>
</author>
<published>2023-02-03T16:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=e7161f5fbea1ba8c5a8069bb28558da4e9623e87'/>
<id>e7161f5fbea1ba8c5a8069bb28558da4e9623e87</id>
<content type='text'>
By default autodocs only show class docstrings and hide __init__
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autoclass_content
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_default_options

Make sure docstrings added to __init__ functions show up in the docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default autodocs only show class docstrings and hide __init__
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autoclass_content
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_default_options

Make sure docstrings added to __init__ functions show up in the docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistent behaviour for incr, decr for Hash and Base (#476)</title>
<updated>2023-02-02T19:29:13+00:00</updated>
<author>
<name>Matej Spiller Muys</name>
<email>matej.spiller@gmail.com</email>
</author>
<published>2023-02-02T19:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=2ea9a9e027f19f21e658cacc286b39ec1e59e887'/>
<id>2ea9a9e027f19f21e658cacc286b39ec1e59e887</id>
<content type='text'>
Co-authored-by: Matej Spiller Muys &lt;matej.spiller-muys@bitstamp.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Matej Spiller Muys &lt;matej.spiller-muys@bitstamp.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #468 from matejsp/master</title>
<updated>2023-01-31T18:20:38+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@users.noreply.github.com</email>
</author>
<published>2023-01-31T18:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=c7cbc7a4401b8218a261a89bc2c699e9556f88d6'/>
<id>c7cbc7a4401b8218a261a89bc2c699e9556f88d6</id>
<content type='text'>
Support for Gat (Get and Touch), Support passing server key in a tuple</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for Gat (Get and Touch), Support passing server key in a tuple</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Gat and Gats, Support passing server key in a tuple</title>
<updated>2023-01-31T05:32:53+00:00</updated>
<author>
<name>Matej Spiller Muys</name>
<email>matej.spiller-muys@bitstamp.net</email>
</author>
<published>2023-01-20T08:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pymemcache.git/commit/?id=7d871868199133818d821cf17d20fdb5727b6ace'/>
<id>7d871868199133818d821cf17d20fdb5727b6ace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
