summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add TLS support for TCP sockets (#276)Moisés Guimarães de Medeiros2020-04-074-5/+59
* Fix corner case with dead server coming back alive (#275)Lukasz Czaplinski2020-04-042-14/+58
* Prepare the version 3.0.1 releaseJon Parise2020-03-201-1/+1
* Update MockMemcacheClient to reuse check_key (#273)Joe Gordon2020-03-194-25/+22
* HashClient pass encoding servers (#271)Doug2020-03-182-0/+28
* Enforcing consistency between the client mock and real client so… (#268)Feras Alazzeh2020-01-151-1/+3
* adding clear method to MockMemcacheClient (#266)Feras Alazzeh2020-01-071-0/+4
* Start the version 3.0.0 release process (#265)v3.0.0Jon Parise2020-01-021-1/+1
* Fix linter errorsAli-Akber Saifee2019-12-212-1/+1
* Add touch method to HashClient (#263)Ali-Akber Saifee2019-12-213-0/+36
* Add prepend and append support to MockMemcacheClient (#261)Joe Gordon2019-12-172-0/+34
* Clarify noreply + self.default_noreply behavior (#255)Jon Parise2019-09-101-6/+10
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-263-6/+51
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-267-82/+138
* Inaugurate pymemcache 3.0 developmentJon Parise2019-08-201-1/+1
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-202-9/+37
* Fix long_description string in Python packaging (#249)v2.2.2Jon Parise2019-08-061-1/+1
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-053-10/+43
* 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