summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.4.0prerelease-140Nicholas Charriere2016-11-053-3/+3
* Added changelogNicholas Charriere2016-11-051-0/+6
* Merge pull request #129 from pinterest/pep8Nicholas Charriere2016-11-055-7/+15
|\
| * Make line length reqs explicitpep8Nicholas Charriere2016-11-051-0/+1
| * Fix syntax errorsNicholas Charriere2016-11-054-7/+14
|/
* Merge pull request #128 from jogo/unicodeNicholas Charriere2016-11-0511-43/+129
|\
| * Add integration environment to toxJoe Gordon2016-11-031-1/+7
| * Add gevent to test-requirementsJoe Gordon2016-11-031-0/+1
| * Add optional support for unicode keysJoe Gordon2016-11-039-42/+121
|/
* Merge pull request #127 from jogo/READMEJon Parise2016-10-311-1/+12
|\
| * Update README to mention toxJoe Gordon2016-10-311-1/+12
|/
* Merge pull request #126 from pinterest/doc-keysNicholas Charriere2016-10-281-0/+10
|\
| * Doc about keysdoc-keysNicholas Charriere2016-10-281-0/+10
* | Merge pull request #125 from kols/pooled-client-noreplyNicholas Charriere2016-10-282-34/+106
|\ \ | |/ |/|
| * test for default_noreply for both clientsKane Dou2016-10-281-24/+96
| * PooledClient now use default_noreply arg set on initKane Dou2016-10-281-10/+10
|/
* Merge pull request #121 from pinterest/release-138Nicholas Charriere2016-10-044-4/+7
|\
| * Bump version to 1.3.8release-138Nicholas Charriere2016-10-043-3/+3
| * new Patch version for minor changev1.3.8Nicholas Charriere2016-10-041-1/+4
|/
* Merge pull request #120 from pinterest/pre-release-137Nicholas Charriere2016-10-043-3/+14
|\
| * Add cPickle change to Changelogpre-release-137Nicholas Charriere2016-10-041-0/+1
| * Make tuple once, instead of on every callNicholas Charriere2016-10-041-2/+2
| * Final touches for 1.3.7Nicholas Charriere2016-10-032-1/+11
* | 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
* | | Merge pull request #119 from pinterest/pre-release-137Nicholas Charriere2016-10-033-4/+5
|\ \ \ | | |/ | |/|
| * | Release 1.3.7Nicholas Charriere2016-10-032-4/+4
| * | Add Nicholas Charriere to contributors :Dv1.3.7Nicholas Charriere2016-10-031-0/+1
|/ /
* | Merge pull request #118 from pinterest/fix-unicode-char-in-middle-errorNicholas Charriere2016-10-035-4/+31
|\ \ | |/ |/|
| * 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-035-4/+30
|/
* Merge pull request #115 from suhailpatel/fix-mockmemcacheclientNicholas Charriere2016-09-192-5/+40
|\
| * 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 #113 from adamchainz/pytest_fixNicholas Charriere2016-08-281-3/+3
|\ \
| * | Prevent pytest-warning on pytest 3.0+Adam Chainz2016-08-241-3/+3
|/ /
* | Merge pull request #112 from adamchainz/lint_python3Nicholas Charriere2016-08-223-9/+39
|\ \
| * | 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
| * | Lint with Python 3.4 tooAdam Chainz2016-08-161-2/+7
| |/
* | Merge pull request #110 from adamchainz/improve_error_messagesNicholas Charriere2016-08-211-3/+5
|\ \ | |/ |/|
| * Improve MemcacheIllegalInputError messagesAdam Chainz2016-08-161-3/+5
|/