summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.3.8release-138Nicholas Charriere2016-10-041-1/+1
* Merge pull request #120 from pinterest/pre-release-137Nicholas Charriere2016-10-041-2/+2
|\
| * Make tuple once, instead of on every callNicholas Charriere2016-10-041-2/+2
* | Merge pull request #116 from suhailpatel/use-cpickle-if-availableNicholas Charriere2016-10-041-1/+1
|\ \ | |/ |/|
| * Use cPickle for six.movesSuhail Patel2016-10-041-9/+1
| * We only need to import cPickle explicitly if Python 2Suhail Patel2016-10-031-5/+9
| * Use cPickle as pickle if availableSuhail Patel2016-10-031-1/+5
* | Release 1.3.7Nicholas Charriere2016-10-031-1/+1
* | Improve syntaxNicholas Charriere2016-10-031-1/+2
* | Fix #117, illegal unicode character in middle of key (or value now)fix-unicode-char-in-middle-errorNicholas Charriere2016-10-033-2/+26
|/
* 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
* Fix the MockMemcacheClient implementationSuhail Patel2016-09-191-5/+5
* Add failing test of MockMemcacheClient serializer/deserializerSuhail Patel2016-09-191-0/+35
* Merge pull request #111 from adamchainz/single_parsersNicholas Charriere2016-08-282-11/+31
|\
| * Improve stats parsingAdam Chainz2016-08-222-11/+31
* | Merge pull request #112 from adamchainz/lint_python3Nicholas Charriere2016-08-222-7/+32
|\ \
| * | Make serde use BytesIO for Python 3 compatAdam Chainz2016-08-171-3/+3
| * | Add tests for serde moduleAdam Chainz2016-08-172-5/+25
| * | Make serde import on Python 3Adam Chainz2016-08-161-2/+7
| |/
* | Improve MemcacheIllegalInputError messagesAdam Chainz2016-08-161-3/+5
|/
* Merge pull request #107 from Morreski/masterNicholas Charriere2016-08-033-11/+26
|\
| * Added default parameter support for "get" and "gets" methods in ClientEnguerrand Pelletier2016-08-013-11/+26
* | Merge pull request #106 from pinterest/releaseNicholas Charriere2016-08-011-1/+1
|\ \ | |/ |/|
| * BumpversionreleaseNicholas Charriere2016-07-271-1/+1
* | Make restriction wider to avoid breaking clientsecurity-sanitizeNicholas Charriere2016-07-271-1/+1
* | Fix #99 unsanitized inputNicholas Charriere2016-07-272-1/+7
|/
* Fix flake8 and cleanup buildNicholas Charriere2016-07-274-11/+12
* Merge pull request #96 from rsanr/issue_94_fixCharles Gordon2016-04-192-1/+2
|\
| * Fixed stats evictions conversionruamin2016-04-192-1/+2
* | Add default_noreply property to PooledClientJohn Wu2016-04-191-2/+5
|/
* Handle stats not conforming to the triplet formatRobert DeRose2016-03-171-2/+2
* Updating changelog and increasing version to 1.3.5Charles Gordon2015-11-021-1/+1
* Merge pull request #90 from starstable/feature-version-cmdCharles Gordon2015-10-232-0/+29
|\
| * Implemented VERSION command in Client and PooledClientRemco van Oosterhout2015-10-232-0/+29
* | Fixed bugs caused by setting retry attempts to 0 on HashClientRemco van Oosterhout2015-10-212-2/+14
|/
* Increasing version to 1.3.41.3.4Charles Gordon2015-09-291-1/+1
* hashclient ignores exceptions when no servers are foundJohn Anderson2015-09-062-4/+82
* Release 1.3.31.3.3Charles Gordon2015-09-021-1/+1
* Add default_noreply to ClientAdam Chainz2015-08-283-33/+109
* make the hasher class pluggable in HashClientShivaram Lingamneni2015-08-121-3/+2
* release 1.3.21.3.2Charles Gordon2015-07-251-1/+1
* Merge branch 'master' of https://github.com/pinterest/pymemcacheCharles Gordon2015-07-251-0/+9
|\
| * Also expose exceptions in backwards compatible wayJoshua Harlow2015-07-251-0/+9
* | release 1.3.1Charles Gordon2015-07-251-1/+1
|/
* release 1.3.0Charles Gordon2015-07-241-1/+1
* Add delete_multi -> delete_many mappingAdam Chainz2015-07-244-0/+18
* Test the delete_many method and add it to Client classes that are missing itAdam Chainz2015-07-243-0/+36
* Add get_multi -> get_many mappingAdam Chainz2015-07-244-0/+13