summaryrefslogtreecommitdiff
path: root/pymemcache/test/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-261-10/+5
* add flags in client functions (#235)JianGuoPinterest2019-06-111-1/+1
* add encoding in client functions (#232)JianGuoPinterest2019-06-071-4/+6
* Handle unicode key values in MockMemcacheClient correctlyJoe Gordon2019-03-191-6/+0
* Fix support newbytes from futureJoe Gordon2018-09-061-2/+8
* fix testopapy2018-07-091-1/+1
* Have MockMemcacheClient support non-ascii strings (#169)Edward Lim2017-11-191-1/+2
* Add optional support for unicode keysJoe Gordon2016-11-031-15/+19
* Fix #117, illegal unicode character in middle of key (or value now)fix-unicode-char-in-middle-errorNicholas Charriere2016-10-031-0/+15
* Fix the MockMemcacheClient implementationSuhail Patel2016-09-191-5/+5
* Added default parameter support for "get" and "gets" methods in ClientEnguerrand Pelletier2016-08-011-3/+3
* Add default_noreply to ClientAdam Chainz2015-08-281-1/+2
* Add delete_multi -> delete_many mappingAdam Chainz2015-07-241-0/+2
* Test the delete_many method and add it to Client classes that are missing itAdam Chainz2015-07-241-0/+5
* Add get_multi -> get_many mappingAdam Chainz2015-07-241-0/+2
* Add set_multi -> set_many mappingAdam Chainz2015-07-241-0/+2
* Initial implementation of the hash clientJohn Anderson2015-06-201-1/+1
* Port to Python 3.3Julien Danjou2014-03-101-5/+7
* add stats() method to MockMemcacheClientDan Crosta2013-11-181-0/+22
* Fix a NameErrorJulian Berman2013-09-091-1/+1
* Run the core unit tests on the mock object as well.Julian Berman2013-09-091-3/+27
* Add a basic mock client.Julian Berman2013-09-021-0/+86