summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-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