summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pinterest/pymemcachev1.2.9Charles Gordon2015-04-154-245/+491
|\
| * Merge pull request #39 from harlowja/no-lock-destroyCharles Gordon2015-04-151-9/+15
| |\
| | * Run 'after_remove' callback outside of lockJoshua Harlow2015-04-151-9/+15
| * | Merge pull request #38 from harlowja/self-creditsCharles Gordon2015-04-151-0/+1
| |\ \ | | |/ | |/|
| | * Add harlowja to credits in READMEJoshua Harlow2015-04-141-0/+1
| |/
| * Merge pull request #37 from harlowja/client-poolCharles Gordon2015-04-143-233/+479
| |\
| | * Add/refactor appropriate tests so pooled clients are testedJoshua Harlow2015-04-142-222/+183
| | * Fix/remove extra newlineJoshua Harlow2015-04-141-2/+1
| | * Remove useless returnJoshua Harlow2015-04-141-2/+0
| | * Create a pooled client classJoshua Harlow2015-04-142-11/+299
| * | Merge pull request #36 from harlowja/no-instance-bufCharles Gordon2015-04-142-12/+5
| |\ \ | | |/ | |/|
| | * Remove instance local bufferJoshua Harlow2015-04-142-12/+5
| |/
* | Fixing a typo in setup.py and adding .pypirc to .gitignoreCharles Gordon2015-04-152-1/+3
|/
* Increasing version number for pypiCharles Gordon2014-11-251-1/+1
* Merge pull request #30 from methane/patch-1Charles Gordon2014-11-251-1/+1
|\
| * Move nose to tests_requiresINADA Naoki2014-11-251-1/+1
|/
* Bumping version to fix upload issues with pypiCharles Gordon2014-11-121-1/+1
* Adding James Socol to contributors and bumping version for pypiCharles Gordon2014-11-052-1/+2
* Merge pull request #27 from jsocol/connect-errorCharles Gordon2014-11-051-3/+3
|\
| * Include _connect in ignore_exc try/except blockJames Socol2014-11-051-3/+3
|/
* Adding the LICENSE.txt file to the distributionCharles Gordon2014-09-093-3/+3
* Increasing version to 1.2.4Charles Gordon2014-07-251-1/+1
* Merge pull request #26 from skimbrel/masterCharles Gordon2014-07-241-1/+2
|\
| * Move six from setup_requires to install_requiresSam Kimbrel2014-05-071-1/+2
|/
* Increasing version to 1.2.2Charles Gordon2014-04-181-1/+1
* Merge branch 'master' of https://github.com/pinterest/pymemcacheCharles Gordon2014-04-182-16/+13
|\
| * Merge pull request #23 from methane/key-prefixCharles Gordon2014-04-182-16/+13
| |\
| | * Fix test to use key_prefix optionINADA Naoki2014-04-161-6/+2
| | * Add key_prefix option to client.INADA Naoki2014-04-161-10/+11
| |/
* | Increasing version for pypiCharles Gordon2014-04-151-1/+1
|/
* Merge pull request #20 from methane/keycheckCharles Gordon2014-04-152-2/+50
|\
| * Fix adding prefix with overriding check_key() doesn't workINADA Naoki2014-04-162-2/+50
* | Merge pull request #22 from methane/wheelCharles Gordon2014-04-151-0/+2
|\ \ | |/ |/|
| * Add setup.cfg to make universal wheel.INADA Naoki2014-04-161-0/+2
|/
* Increasing minor version numberCharles Gordon2014-03-221-1/+1
* Merge pull request #18 from methane/keycheckCharles Gordon2014-03-222-21/+43
|\
| * Support Python 2.6INADA Naoki2014-03-111-6/+3
| * Split check_key() method.INADA Naoki2014-03-112-21/+30
| * Add testINADA Naoki2014-03-111-0/+16
|/
* Adding the 'six' module to TravisCharles Gordon2014-03-101-0/+2
* Bumping version, adding @jd and @methane to contributors, adding Python 3.3 t...Charles Gordon2014-03-103-10/+13
* Merge pull request #17 from methane/travis-integration-testCharles Gordon2014-03-101-1/+4
|\
| * Run integration test on Travis-CIINADA Naoki2014-03-111-1/+4
* | Merge pull request #16 from jd/jd/python3Charles Gordon2014-03-107-426/+452
|\ \ | |/ |/|
| * Port to Python 3.3Julien Danjou2014-03-107-426/+452
|/
* Adding mcourtois to README, bumping version for pypiCharles Gordon2013-12-122-1/+3
* Merge pull request #14 from mcourtois/python_dictCharles Gordon2013-12-122-0/+35
|\
| * Added python dict support to the clientMarc-AndreĢ Courtois2013-11-202-0/+35
|/
* Bumping version to 1.1.3 for recent test changeCharles Gordon2013-11-181-1/+1
* Merge pull request #13 from dcrosta/add-stats-to-test-doubleCharles Gordon2013-11-181-0/+22
|\