summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to black 23.3.0Joe Gordon2023-04-054-6/+0
* Fix test_compressed_complex failure on 32-bit platformsmisuzu2023-02-061-3/+2
* Consistent behaviour for incr, decr for Hash and Base (#476)Matej Spiller Muys2023-02-021-2/+2
* Support for Gat and Gats, Support passing server key in a tupleMatej Spiller Muys2023-01-315-32/+196
* Merge pull request #428 from jogo/4.0.0v4.0.0Joe Gordon2022-10-171-1/+1
|\
| * 4.0.0 ReleaseJoe Gordon2022-10-071-1/+1
* | Fix key_prefix issue with stats and cache_memlimitJoe Gordon2022-10-143-44/+80
|/
* Merge pull request #426 from jogo/typingJoe Gordon2022-10-033-88/+193
|\
| * Add more type annotationsJoe Gordon2022-10-033-88/+193
* | Add py.typed fileJoe Gordon2022-09-211-0/+0
|/
* Start to add type hintsJoe Gordon2022-09-123-65/+125
* set min_compress_lenJohn Anderson2022-07-151-1/+2
* fix mypyJohn Anderson2022-07-151-1/+1
* flake8John Anderson2022-07-151-53/+30
* add some compression benchmarksJohn Anderson2022-07-153-13/+250
* add pluggable compression serdeJohn Anderson2022-07-123-33/+223
* Expand Client with a method for sending arbitrary commands. (#395)Martin J2022-06-092-2/+129
* Small buffer pass optimization as discussed in #395. (#402)Martin J2022-06-071-4/+7
* Skip test_tls until certificate is updatedJoe Gordon2022-05-311-0/+1
* Handle a blank stat value (#388)liquidpele2022-03-252-1/+6
* Formalize typing for server specifications (#376)Jon Parise2022-02-223-31/+31
* Initial support for mypy-based type checking (#373)Jon Parise2022-02-202-3/+3
* Upgrade to Black 22.1.0 (from 22.11b1) (#364)Jon Parise2022-02-091-1/+1
* Support noreply for hash flush_allJoe Gordon2022-01-212-2/+6
* Apply black formattingJoe Gordon2021-12-0319-1446/+1465
* fix typo (#356)Jürgen Gmach2021-11-181-1/+1
* Return default from hash client when using positional argument (#354)Ludwig Hähne2021-10-152-5/+17
* Return default from hash client (#352)Ludwig H2021-10-042-1/+4
* Use default for get ignore_excJoe Gordon2021-09-222-1/+11
* docs: Fix a few typos (#348)Tim Gates2021-09-133-8/+8
* Merge pull request #321 from jogo/EOLJon Parise2021-07-2015-195/+119
|\
| * Fixes for rebase and further cleanupsJoe Gordon2021-07-208-40/+22
| * Remove PY2 specific imports and testsJoe Gordon2021-07-202-32/+0
| * Remove six dependency and run pyupgradeJoe Gordon2021-07-2014-128/+102
* | Bump version to 4.0.0-devJon Parise2021-07-201-1/+1
|/
* Prepare the v3.5.0 release (#341)v3.5.0Hervé Beraud2021-07-131-1/+1
* Merge pull request #324 from martinnj/feature/retrying-clientCharles Gordon2021-07-123-0/+502
|\
| * Add RetryingClient. Fixes #307Martin Jørgensen2021-07-133-0/+502
* | [py27] Fixing a bug with bad conditions (#337)Hervé Beraud2021-07-062-2/+42
* | Configure the socket keepalive from various clients (#338)Hervé Beraud2021-07-052-0/+5
* | Allow us to import the KeepalivOpts from the root pymemcache namespace (#340)Hervé Beraud2021-07-051-0/+1
* | Fix doc rendering (#339)Hervé Beraud2021-07-051-14/+10
* | Ensure us to close socket on MemcacheUnexpectedCloseErrorHervé Beraud2021-07-012-4/+38
* | Reduce method complexity to pass linter testsHervé Beraud2021-07-011-8/+8
* | Implement socket keepalive configuration mechanisms (#332)Hervé Beraud2021-07-012-1/+147
* | Client API for server shutdown protocol command (#328)LINKIWI2021-06-212-0/+44
* | Provide a mock implementation of socket.getaddrinfo (#327)Jon Parise2021-06-181-4/+20
|/
* Prepare version 3.4.4 (#322)v3.4.4Jon Parise2021-06-021-1/+1
* Remove idle connections from pool (#309)Jordan Carlson2021-06-014-7/+59
* Use client.set_many in HashClient.Martin Jørgensen2021-05-272-9/+6