summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Install six before installing toximport-friendlinessNicholas Charriere2018-11-011-2/+1
* Typo dix -> sixNicholas Charriere2018-11-011-1/+1
* install six before install (hacky?)Nicholas Charriere2018-11-011-0/+2
* Disable travis cacheNicholas Charriere2018-11-011-1/+1
* Add more friendly imports from root levelNicholas Charriere2018-11-011-0/+3
* Merge pull request #194 from jparise/docs-2018Jon Parise2018-09-181-1/+1
|\
| * Bump docs' the copyright year to 2018Jon Parise2018-09-181-1/+1
|/
* Merge pull request #193 from jparise/travis-check-restJon Parise2018-09-141-0/+2
|\
| * Check reStructuredText along with flake8Jon Parise2018-09-141-0/+2
|/
* Merge pull request #192 from jparise/changelog-rstJon Parise2018-09-141-10/+10
|\
| * Clean up some changelog linksJon Parise2018-09-141-10/+10
|/
* Merge pull request #189 from jogo/2.0v2.0.0Joe Gordon2018-09-144-9/+17
|\
| * Bump version to 2.0.0Joe Gordon2018-09-123-2/+3
| * Update release notes for version 2.0.0Joe Gordon2018-09-122-7/+14
* | Merge pull request #191 from jparise/contributingJon Parise2018-09-122-0/+89
|\ \ | |/ |/|
| * Add Code of Conduct and Contributing guidesJon Parise2018-09-122-0/+89
|/
* Merge pull request #190 from jogo/pickleJoe Gordon2018-09-124-13/+97
|\
| * Update documentation to cover serde moduleJoe Gordon2018-09-121-5/+33
| * Make pickle version for python_memcache_serializer adjustableJoe Gordon2018-09-073-8/+64
|/
* Merge pull request #188 from jparise/adoptersJon Parise2018-09-071-0/+7
|\
| * Start a list of project adoptersJon Parise2018-09-071-0/+7
* | Merge pull request #187 from jogo/futureJoe Gordon2018-09-075-3/+34
|\ \ | |/ |/|
| * Fix support newbytes from futureJoe Gordon2018-09-065-3/+34
|/
* 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
* | Merge pull request #186 from jparise/py37Joe Gordon2018-08-315-4/+10
|\ \
| * | gevent 1.3.6 has some additional Python 3.7 fixesJon Parise2018-08-311-1/+1
| * | gevent 1.3 is required for Python 3.7 supportJon Parise2018-08-311-1/+1
| * | Add official Python 3.7 supportJon Parise2018-08-314-3/+9
* | | Merge pull request #183 from shargan/shargan/performanceCharles Gordon2018-08-311-27/+19
|\ \ \ | |/ / |/| |
| * | 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 #185 from jparise/cache-pipJon Parise2018-08-311-3/+1
|\ \ | |/ |/|
| * Use simpler Travis pip caching syntaxJon Parise2018-08-311-3/+1
|/
* 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
* | Merge pull request #182 from shargan/shargan/fix-set-multiCharles Gordon2018-08-302-56/+64
|\ \ | |/ |/|
| * 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
|/
* Remove py26 detritus from .travis.yml (#181)shargan2018-08-301-2/+0
* Merge pull request #179 from uncovertruth/feature/set_many_result2Joe Gordon2018-08-156-64/+204
|\
| * 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