summaryrefslogtreecommitdiff
path: root/pymemcache/test
Commit message (Expand)AuthorAgeFilesLines
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-262-6/+24
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-264-49/+49
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-201-0/+17
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-051-0/+34
* extracted _extract_value() from _fetch_cmd() (#237)JianGuoPinterest2019-06-121-2/+39
* add flags in client functions (#235)JianGuoPinterest2019-06-112-1/+12
* add encoding in client functions (#232)JianGuoPinterest2019-06-072-10/+105
* Handle unicode key values in MockMemcacheClient correctlyJoe Gordon2019-03-192-6/+9
* Use '==' to compare stringsJon Parise2019-02-131-1/+1
* Add test coverage for the 'cache_memlimit' commandJon Parise2019-01-081-0/+8
* Always close the existing socket on _connect() (#208)Jon Parise2019-01-031-3/+31
* Add UNIX domain socket support (#206)Jon Parise2019-01-021-0/+30
* Make pickle version for python_memcache_serializer adjustableJoe Gordon2018-09-072-4/+51
* Fix support newbytes from futureJoe Gordon2018-09-063-2/+29
* add delete and delete_multi benchmarksshargan2018-08-301-0/+11
* 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-301-1/+8
|/
* fix pep8opapy2018-07-301-4/+8
* fix testopapy2018-07-302-4/+43
* fix implementation HashClientopapy2018-07-301-5/+7
* fix testopapy2018-07-093-7/+17
* Fix flake8 issuesJoe Gordon2017-11-271-4/+4
* Have MockMemcacheClient support non-ascii strings (#169)Edward Lim2017-11-192-1/+35
* Close client socket if it fails to connect (#165)Colin Watson2017-10-061-2/+22
* Don't Raise Generic Exception (#164)Norman J. Harman Jr2017-09-111-2/+2
* Introduce some missing .set() assertionsJon Parise2017-05-051-3/+4
* Add support for stats cachedumpJoe Gordon2017-03-291-0/+8
* Return default value instead of False when all clients are downPeter Renstròˆm2017-03-141-1/+3
* Merge pull request #1 from pinterest/masterBrendan Walker2017-02-171-0/+19
|\
| * Add gets_many to HashClient.Jason Biegel2017-02-171-0/+19
* | Adding test case for null characterBrendan Walker2017-02-141-0/+9
* | Iterating over characters in key onceBrendan Walker2017-02-141-1/+1
* | Moving test casesBrendan Walker2017-02-131-27/+27
* | Raising MemcacheIllegalInputError when a key contains null byte, new line, or...Brendan Walker2017-02-131-1/+28
|/
* Ensure serde integration tests return the same typeAlex Tomkins2016-12-041-0/+1
* Add FLAG_BYTESAlex Tomkins2016-12-041-5/+5
* Add more serde unit tests for bytes/unicodeAlex Tomkins2016-12-041-0/+3
* Add a few more serde integration testsAlex Tomkins2016-12-041-0/+8
* Add test for subclasses of builtin typesAlex Tomkins2016-12-041-0/+14
* Test for expected flags with serde testsAlex Tomkins2016-12-041-6/+14
* Use byte strings after serializing with serdeAlex Tomkins2016-12-041-2/+14
* Add integration test for serde serializationAlex Tomkins2016-12-041-0/+23
* Fix syntax errorsNicholas Charriere2016-11-053-5/+10
* Add optional support for unicode keysJoe Gordon2016-11-034-31/+94
* test for default_noreply for both clientsKane Dou2016-10-281-24/+96
* Fix #117, illegal unicode character in middle of key (or value now)fix-unicode-char-in-middle-errorNicholas Charriere2016-10-032-0/+24
* Assert bytes stringSuhail Patel2016-09-191-1/+1
* Fix encode/decode wrong way aroundSuhail Patel2016-09-191-2/+2
* Use a bytes stringSuhail Patel2016-09-191-3/+3