summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix implementation HashClientopapy2018-07-302-41/+115
* fix resultopapy2018-07-261-1/+1
* fix pep8opapy2018-07-262-2/+11
* add validation code with NOT_STOREDopapy2018-07-262-14/+33
* fix pep8opapy2018-07-091-1/+1
* fix testopapy2018-07-093-7/+17
* fix return objectopapy2018-07-092-11/+9
* Bump versionnew-release-144Nicholas Charriere2018-01-071-1/+1
* Fix flake8 issuesJoe Gordon2017-11-272-5/+5