summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
* Prepare the 3.5.1 releasev3.5.1Jon Parise2022-02-201-1/+1
* Support noreply for hash flush_allJoe Gordon2022-02-202-2/+6
* Return default from hash client when using positional argument (#354)Ludwig Hähne2022-02-202-5/+17
* Return default from hash client (#352)Ludwig H2022-02-202-1/+4
* Use default for get ignore_excJoe Gordon2022-02-202-1/+11
* docs: Fix a few typos (#348)Tim Gates2022-02-203-8/+8
* 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
* Prepare version 3.4.3Jon Parise2021-05-111-1/+1
* Fixed `HashClient.{get,set}_many()` with UNIX sockets.Nick Pope2021-05-102-15/+64
* Prepare the version 3.4.2 release (#312)v3.4.2Jon Parise2021-04-141-1/+1
* Removing trailing space after a command if there are no arguments. (#311)Jerry Miu2021-04-142-3/+6
* Prepare the 3.4.1 patch release (#310)v3.4.1Jon Parise2021-03-041-1/+1
* Move _check_cas() check into cas() methodJon Parise2021-02-042-1/+4
* Prepare the v3.4.0 release (#298)Jon Parise2020-09-151-1/+1
* Removed print() in test.Nick Pope2020-09-031-1/+0
* Added support for connections over IPv6.Nick Pope2020-09-034-27/+135
* Fixed custom client for HashClient using pooling.Nick Pope2020-09-022-6/+16
* Made isinstance() checks use six consistently.Nick Pope2020-09-021-7/+6
* Added support for UNIX sockets in HashClient.Nick Pope2020-09-022-19/+68
* Fix typos discovered by codespellChristian Clauss2020-08-211-2/+2
* Fix typo discovered by codespellChristian Clauss2020-08-211-1/+1
* Bump version to 3.3.0 and add changelog entries (#293)v3.3.0Jon Parise2020-08-171-1/+1
* Stopped storing False for missing keys in HashClient.get_many().Nick Pope2020-08-172-2/+1
* Added missing HashClient.close() and HashClient.quit().Nick Pope2020-08-173-0/+28
* Exposed HashClient in __init__ modules.Nick Pope2020-08-172-0/+2
* Used collections.defaultdict() in HashClient.{get,set}_many().Nick Pope2020-08-171-8/+3
* Minor cleanups to avoid unnecessary variables.Nick Pope2020-08-172-4/+3
* Fix incorrect pytest mark (#290)Jon Parise2020-08-131-1/+1
* Updated docs for decrement (#289)Ben Yarmis2020-08-121-1/+1
* Prepare the 3.2.0 release (#287)v3.2.0Jon Parise2020-05-191-1/+1
* Relocate test-specific TLS certificates (#284)Jon Parise2020-05-065-1/+103
* Make PooledClient and HashClient able to use a custom client class (#280)Simon Davy2020-04-284-18/+40
* Prepare version 3.1.1 for release (#281)v3.1.1Jon Parise2020-04-281-1/+1
* Upgrade to Sphinx 3 for generated documentation (#282)Jon Parise2020-04-281-3/+2
* Align Client and MockMemcacheClient to ease third-party testing #279Paul Renvoise2020-04-241-19/+62
* Prepare the version 3.1.0 release (#278)v3.1.0Jon Parise2020-04-091-1/+1