summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actually bump the release to 3.5.2v3.5.2v3.xJon Parise2022-04-011-1/+1
* Prepare the 3.5.2 releaseJon Parise2022-04-011-0/+4
* Handle a blank stat value (#388)liquidpele2022-04-012-1/+6
* Prepare the 3.5.1 releasev3.5.1Jon Parise2022-02-202-3/+4
* 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-203-5/+22
* 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
* Update README.rst - (broken link) (#347)juandoleal2022-02-201-1/+1
* Update link to my GitHub profile.Nick Pope2022-02-201-1/+1
* Fix typo in doc (#342)Hervé Beraud2022-02-201-1/+1
* Prepare the v3.5.0 release (#341)v3.5.0Hervé Beraud2021-07-132-1/+7
* Merge pull request #324 from martinnj/feature/retrying-clientCharles Gordon2021-07-124-0/+530
|\
| * Add RetryingClient. Fixes #307Martin Jørgensen2021-07-134-0/+530
* | [py27] Fixing a bug with bad conditions (#337)Hervé Beraud2021-07-062-2/+42
* | adding code coverage (#336)Hervé Beraud2021-07-061-0/+4
* | 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
* | Rely on tox for CI linter (#334)Hervé Beraud2021-07-032-13/+12
* | Merge pull request #333 from 4383/force-closing-socketJon Parise2021-07-012-12/+46
|\ \
| * | 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
* | Remove codespell and flake8 complexity check (#335)Jon Parise2021-07-011-3/+2
* | Client API for server shutdown protocol command (#328)LINKIWI2021-06-212-0/+44
* | MANIFEST.in: Add test data and docs (#331)John Vandenberg2021-06-181-0/+4
* | Provide a mock implementation of socket.getaddrinfo (#327)Jon Parise2021-06-181-4/+20
|/
* Fix doc rendering (#323)Hervé Beraud2021-06-161-0/+6
* Document how to use pymemcache Client from shell. (#221)Hervé Beraud2021-06-163-0/+82
* 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
|\