summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare the version 3.1.0 release (#278)v3.1.0Jon Parise2020-04-095-5/+11
* Add TLS support for TCP sockets (#276)Moisés Guimarães de Medeiros2020-04-0710-6/+192
* Fix corner case with dead server coming back alive (#275)Lukasz Czaplinski2020-04-042-14/+58
* Merge pull request #274 from jparise/3.0.1v3.0.1Charles Gordon2020-03-202-1/+7
|\
| * Prepare the version 3.0.1 releaseJon Parise2020-03-202-1/+7
|/
* Update MockMemcacheClient to reuse check_key (#273)Joe Gordon2020-03-194-25/+22
* HashClient pass encoding servers (#271)Doug2020-03-182-0/+28
* Add Feras to the contributors listJon Parise2020-01-151-0/+1
* 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-022-11/+11
* Add touch method to HashClient (#264)Jon Parise2019-12-223-0/+36
|\
| * 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
* Add official support for Python 3.8 (#262)Jon Parise2019-12-173-4/+5
* trivial: update library name (#259)Lance Bragstad2019-11-251-3/+3
* Clarify noreply + self.default_noreply behavior (#255)Jon Parise2019-09-101-6/+10
* Rename CI workflow to "CI"Jon Parise2019-09-101-1/+1
* Rename tests.yml -> ci.yml for clarityJon Parise2019-09-051-0/+0
* Remove the max-parallel CI restrictionJon Parise2019-09-031-2/+1
* Remove Travis CI badge from READMEJon Parise2019-09-031-3/+0
* Switch to GitHub Actions (#252)Jon Parise2019-09-032-27/+44
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-264-6/+54
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-2610-109/+184
* Inaugurate pymemcache 3.0 developmentJon Parise2019-08-203-9/+9
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-203-9/+43
* Fix long_description string in Python packaging (#249)v2.2.2Jon Parise2019-08-065-9/+11
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-054-10/+47
* 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
* Set `long_description_content_type = text/x-rst`Jon Parise2019-07-301-0/+1
* Bump documentation version for 2.2.0 releasev2.2.0Jon Parise2019-07-301-2/+2
* Update changelog in preparation for v2.2.0 (#244)Jon Parise2019-07-301-2/+6
* Be more consistent about using Client.encoding (#242)Stephen Rosen2019-07-241-4/+6
* Add noreply warning to getting_started doc (#241)Stephen Rosen2019-07-241-1/+13
* Normalize the repository URL (#238)Jon Parise2019-07-051-1/+1
* extracted _extract_value() from _fetch_cmd() (#237)JianGuoPinterest2019-06-122-21/+68
* add flags in client functions (#235)JianGuoPinterest2019-06-113-32/+75
* add encoding in client functions (#232)JianGuoPinterest2019-06-074-17/+120
* Drop official support for Python 3.4 (#234)Jon Parise2019-06-072-3/+0
* Merge pull request #230 from jparise/changelog-2.2.0Joe Gordon2019-05-091-3/+5
|\
| * Update the changelog with recent changesJon Parise2019-05-091-3/+5
|/
* Merge pull request #228 from jparise/repr-quotesJoe Gordon2019-05-071-4/+4
|\
| * Remove redundant '' from %r valuesJon Parise2019-05-071-4/+4
* | Merge pull request #229 from jparise/ascii-encode-errorJoe Gordon2019-05-071-1/+2
|\ \ | |/ |/|
| * Improve ASCII encoding failure exceptionJon Parise2019-05-071-1/+2
|/
* Merge pull request #225 from cdonati/hash-default-noreplyJon Parise2019-04-191-1/+3
|\
| * Add default_noreply paramter to HashClientChris Donati2019-04-191-1/+3
|/
* Merge pull request #223 from jogo/222Jon Parise2019-03-192-6/+9
|\