summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge pull request #228 from jparise/repr-quotesJoe Gordon2019-05-071-4/+4
|\
| * Remove redundant '' from %r valuesJon Parise2019-05-071-4/+4
* | Improve ASCII encoding failure exceptionJon Parise2019-05-071-1/+2
|/
* Add default_noreply paramter to HashClientChris Donati2019-04-191-1/+3
* Handle unicode key values in MockMemcacheClient correctlyJoe Gordon2019-03-192-6/+9
* Introduce package metadata configuration by using setup.cfgHervé Beraud2019-02-211-1/+1
* Use '==' to compare stringsJon Parise2019-02-131-1/+1
* Parse version directly from pymemcache/__init__.pyJon Parise2019-01-281-1/+1
* Add test coverage for the 'cache_memlimit' commandJon Parise2019-01-081-0/+8
* Improve the cache_memlimit documentationJon Parise2019-01-081-1/+2
* added OK as acceptable responseBenjamin Berg2019-01-081-1/+15
* Always send command keys in their original orderJon Parise2019-01-071-9/+6
* Always close the existing socket on _connect() (#208)Jon Parise2019-01-032-7/+39
* Add UNIX domain socket support (#206)Jon Parise2019-01-022-4/+55
* Start preparing the 2.1.0 release (#202)Jon Parise2018-11-251-3/+2
* typo: alwais -> alwaysTyler Lubeck2018-11-081-1/+1
* allow friendly importsunknown2018-11-031-0/+8
* Try fix import error sixunknown2018-11-011-10/+2
* Import Classes, Function into package levelunknown2018-11-011-0/+8
* Import Classes, Function into package levelunknown2018-11-011-0/+3
* Bump version to 2.0.0Joe Gordon2018-09-121-1/+1
* Make pickle version for python_memcache_serializer adjustableJoe Gordon2018-09-073-8/+64
* Fix support newbytes from futureJoe Gordon2018-09-064-3/+33
* Merge pull request #184 from shargan/shargan/fix-delete-manyCharles Gordon2018-09-052-28/+45
|\
| * add delete and delete_multi benchmarksshargan2018-08-301-0/+11
| * Refactor _delete_many() to batch its keysshargan2018-08-301-28/+34
* | minor tweaks for an extra 7.5% gainshargan2018-08-301-7/+9
* | simplify and speed up _check_key() performanceshargan2018-08-301-20/+10
|/
* Merge pull request #180 from shargan/shargan/expand-benchmarksCharles Gordon2018-08-302-33/+66
|\
| * split benchmarks by method and include get_multi and set_multishargan2018-08-302-33/+66
* | ensure that client 'if not self.sock: self._connect()' behavior is testedshargan2018-08-302-6/+12
* | refactor BaseClient._store_cmd() to handle multiple key-value pairs so set_ma...shargan2018-08-301-55/+57
|/
* fix comment for set_manyopapy2018-08-151-0/+1
* fix comment for set_manyopapy2018-08-151-1/+1
* refactoropapy2018-07-301-8/+1
* fix failed keysopapy2018-07-301-1/+1
* fix pep8opapy2018-07-301-4/+8
* fix testopapy2018-07-304-44/+72