summaryrefslogtreecommitdiff
path: root/pymemcache/client/base.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to black 23.3.0Joe Gordon2023-04-051-2/+0
* Support for Gat and Gats, Support passing server key in a tupleMatej Spiller Muys2023-01-311-0/+64
* Fix key_prefix issue with stats and cache_memlimitJoe Gordon2022-10-141-14/+22
* Add more type annotationsJoe Gordon2022-10-031-66/+166
* Start to add type hintsJoe Gordon2022-09-121-59/+119
* Expand Client with a method for sending arbitrary commands. (#395)Martin J2022-06-091-2/+72
* Small buffer pass optimization as discussed in #395. (#402)Martin J2022-06-071-4/+7
* Handle a blank stat value (#388)liquidpele2022-03-251-1/+1
* Formalize typing for server specifications (#376)Jon Parise2022-02-221-10/+11
* Apply black formattingJoe Gordon2021-12-031-217/+237
* fix typo (#356)Jürgen Gmach2021-11-181-1/+1
* Use default for get ignore_excJoe Gordon2021-09-221-1/+1
* docs: Fix a few typos (#348)Tim Gates2021-09-131-1/+1
* Fixes for rebase and further cleanupsJoe Gordon2021-07-201-4/+1
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-30/+29
* [py27] Fixing a bug with bad conditions (#337)Hervé Beraud2021-07-061-1/+1
* Configure the socket keepalive from various clients (#338)Hervé Beraud2021-07-051-0/+3
* Fix doc rendering (#339)Hervé Beraud2021-07-051-14/+10
* Ensure us to close socket on MemcacheUnexpectedCloseErrorHervé Beraud2021-07-011-4/+24
* Reduce method complexity to pass linter testsHervé Beraud2021-07-011-8/+8
* Implement socket keepalive configuration mechanisms (#332)Hervé Beraud2021-07-011-0/+81
* Client API for server shutdown protocol command (#328)LINKIWI2021-06-211-0/+30
* Remove idle connections from pool (#309)Jordan Carlson2021-06-011-0/+5
* Removing trailing space after a command if there are no arguments. (#311)Jerry Miu2021-04-141-1/+4
* Move _check_cas() check into cas() methodJon Parise2021-02-041-1/+1
* Added support for connections over IPv6.Nick Pope2020-09-031-16/+53
* Made isinstance() checks use six consistently.Nick Pope2020-09-021-7/+6
* Fix typos discovered by codespellChristian Clauss2020-08-211-2/+2
* Added missing HashClient.close() and HashClient.quit().Nick Pope2020-08-171-0/+4
* Minor cleanups to avoid unnecessary variables.Nick Pope2020-08-171-3/+2
* Updated docs for decrement (#289)Ben Yarmis2020-08-121-1/+1
* Make PooledClient and HashClient able to use a custom client class (#280)Simon Davy2020-04-281-14/+17
* Add TLS support for TCP sockets (#276)Moisés Guimarães de Medeiros2020-04-071-3/+14
* Update MockMemcacheClient to reuse check_key (#273)Joe Gordon2020-03-191-5/+5
* Clarify noreply + self.default_noreply behavior (#255)Jon Parise2019-09-101-6/+10
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-261-0/+27
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-261-33/+35
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-201-9/+20
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-051-9/+8
* Add note about the overriding behavior of `flags` (#247)Jon Parise2019-08-011-4/+12
* Add Sphinx links to the exception classes (#246)Jon Parise2019-08-011-8/+8
* Be more consistent about using Client.encoding (#242)Stephen Rosen2019-07-241-4/+6
* extracted _extract_value() from _fetch_cmd() (#237)JianGuoPinterest2019-06-121-19/+29
* add flags in client functions (#235)JianGuoPinterest2019-06-111-31/+63
* add encoding in client functions (#232)JianGuoPinterest2019-06-071-6/+11
* Merge pull request #228 from jparise/repr-quotesJoe Gordon2019-05-071-4/+4
|\
| * Remove redundant '' from %r valuesJon Parise2019-05-071-4/+4
* | Improve ASCII encoding failure exceptionJon Parise2019-05-071-1/+2
|/
* Improve the cache_memlimit documentationJon Parise2019-01-081-1/+2
* added OK as acceptable responseBenjamin Berg2019-01-081-1/+15