summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 3.4.4 (#322)v3.4.4Jon Parise2021-06-022-1/+5
* Remove idle connections from pool (#309)Jordan Carlson2021-06-014-7/+59
* Merge pull request #320 from martinnj/fix/hashclient-set-manyJon Parise2021-05-272-9/+6
|\
| * Use client.set_many in HashClient.Martin Jørgensen2021-05-272-9/+6
|/
* Merge pull request #316 from jparise/version-3.4.3v3.4.3Jon Parise2021-05-122-1/+5
|\
| * Prepare version 3.4.3Jon Parise2021-05-112-1/+5
|/
* Merge pull request #315 from pope1ni/fix-unix-get-set-manyJon Parise2021-05-102-15/+64
|\
| * 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-142-1/+6
* 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-042-1/+6
* Move _check_cas() check into cas() methodJon Parise2021-02-042-1/+4
* Add Python 3.9 to tox.ini as the newest versionJon Parise2021-02-041-2/+2
* Disable IPv6 localhost resolution for CIJon Parise2021-02-041-0/+3
* Highlight an important part of the IPv6 supportJon Parise2021-01-111-1/+3
* Drop Python version 3.5 and add 3.9Jon Parise2020-10-133-5/+5
* Remove unnecessary quotes around descriptionv3.4.0Jon Parise2020-09-151-1/+1
* Prepare the v3.4.0 release (#298)Jon Parise2020-09-152-1/+6
* Merge pull request #297 from pope1ni/patch-1Jon Parise2020-09-031-1/+0
|\
| * Removed print() in test.Nick Pope2020-09-031-1/+0
|/
* Merge pull request #296 from pope1ni/ipv6-supportJon Parise2020-09-037-44/+175
|\
| * Added support for connections over IPv6.Nick Pope2020-09-037-44/+175
|/
* Merge pull request #295 from pope1ni/unix-socket-fixesJon Parise2020-09-023-30/+88
|\
| * 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
|/
* Merge pull request #294 from cclauss/patch-1Jon Parise2020-08-213-7/+8
|\
| * codespell . --skip=./.*,./pymemcache/test/certs --quiet-level=2Christian Clauss2020-08-211-1/+1
| * flake8 --max-complexity=18Christian Clauss2020-08-211-1/+1
| * Fix typos discovered by codespellChristian Clauss2020-08-211-2/+2
| * Fix typo discovered by codespellChristian Clauss2020-08-211-1/+1
| * codespell --ignore-words-list=baChristian Clauss2020-08-211-1/+1
| * Upgrade GitHub Action CI.ymlChristian Clauss2020-08-211-4/+5
|/
* Bump version to 3.3.0 and add changelog entries (#293)v3.3.0Jon Parise2020-08-172-1/+9
* Merge pull request #292 from pope1ni/django-compatJon Parise2020-08-175-14/+37
|\
| * 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-132-2/+2
* Updated docs for decrement (#289)Ben Yarmis2020-08-121-1/+1
* Adding a missing assignment on the example of getting a value (#288)Oscar Ramirez2020-06-201-1/+1
* Prepare the 3.2.0 release (#287)v3.2.0Jon Parise2020-05-193-3/+7
* Fix documentation references (#286)Jon Parise2020-05-191-4/+4
* Mention PooledClient in the documentation (#285)Jon Parise2020-05-191-0/+14
* Relocate test-specific TLS certificates (#284)Jon Parise2020-05-065-1/+2
* 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-282-1/+5
* Upgrade to Sphinx 3 for generated documentation (#282)Jon Parise2020-04-284-9/+8