summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixing ChangeLog.rst1.3.5Charles Gordon2015-11-021-0/+1
|
* Updating changelog and increasing version to 1.3.5Charles Gordon2015-11-023-1/+6
|
* Merge pull request #90 from starstable/feature-version-cmdCharles Gordon2015-10-232-0/+29
|\ | | | | Implemented VERSION command in Client and PooledClient
| * Implemented VERSION command in Client and PooledClientRemco van Oosterhout2015-10-232-0/+29
| |
* | Merge pull request #89 from starstable/bugfix-hashclient-retry-zeroCharles Gordon2015-10-222-2/+14
|\ \ | |/ |/| Fixed bugs caused by setting retry attempts to 0 on HashClient
| * Fixed bugs caused by setting retry attempts to 0 on HashClientRemco van Oosterhout2015-10-212-2/+14
|/
* fixing the rst formatting of ChangeLog.rstCharles Gordon2015-09-291-6/+6
|
* Increasing version to 1.3.41.3.4Charles Gordon2015-09-292-1/+5
|
* Merge pull request #86 from ewdurbin/patch-1Charles Gordon2015-09-281-0/+1
|\ | | | | Add myself to credits.
| * Add myself to credits.Ernest W. Durbin III2015-09-281-0/+1
|/ | | with the significant amount of `python-clandestined` source code copied into the `HashClient`, I would appreciate accreditation somewhere high-level than in the depths of source code.
* Merge pull request #81 from sontek/make_no_servers_gracefulCharles Gordon2015-09-102-4/+82
|\ | | | | hashclient ignores exceptions when no servers are found
| * hashclient ignores exceptions when no servers are foundJohn Anderson2015-09-062-4/+82
|/
* Updating the change log for 1.3.3Charles Gordon2015-09-021-0/+5
|
* Release 1.3.31.3.3Charles Gordon2015-09-021-1/+1
|
* Merge pull request #80 from adamchainz/docsCharles Gordon2015-09-012-78/+1
|\ | | | | Make apidoc source code docs appear in sphinx build
| * Make apidoc source code docs appear in sphinx buildAdam Chainz2015-09-012-78/+1
|/
* Merge pull request #79 from adamchainz/78_default_noreplyCharles Gordon2015-08-303-33/+109
|\ | | | | Add default_noreply to Client
| * Add default_noreply to ClientAdam Chainz2015-08-283-33/+109
|/
* Merge pull request #76 from slingamn/hasherCharles Gordon2015-08-131-3/+2
|\ | | | | make the hasher class pluggable in HashClient
| * make the hasher class pluggable in HashClientShivaram Lingamneni2015-08-121-3/+2
|/
* Merge pull request #75 from thedrow/patch-1Charles Gordon2015-07-281-0/+3
|\ | | | | Enabled caching on Travis
| * Enabled caching on Travis.Omer Katz2015-07-261-0/+3
|/
* release 1.3.21.3.2Charles Gordon2015-07-252-2/+2
|
* Merge branch 'master' of https://github.com/pinterest/pymemcacheCharles Gordon2015-07-251-0/+9
|\
| * Merge pull request #73 from harlowja/expose-exceptionsCharles Gordon2015-07-251-0/+9
| |\ | | | | | | Also expose exceptions in backwards compatible way
| | * Also expose exceptions in backwards compatible wayJoshua Harlow2015-07-251-0/+9
| |/ | | | | | | Fixes issue #72
* | release 1.3.1Charles Gordon2015-07-252-1/+4
|/
* Fixing a warning in the parsing of README.rstCharles Gordon2015-07-241-1/+1
|
* Cleaning up classifiers1.3.0Charles Gordon2015-07-241-2/+1
|
* release 1.3.0Charles Gordon2015-07-243-2/+3
|
* Merge pull request #69 from adamchainz/multi_methodsCharles Gordon2015-07-244-0/+81
|\ | | | | Multi methods
| * 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
| |
| * Add set_multi -> set_many mappingAdam Chainz2015-07-244-0/+14
| |
* | Merge pull request #68 from adamchainz/docs_say_pipCharles Gordon2015-07-241-7/+9
|\ \ | |/ |/| README states it's available on pip with badge and instructions
| * README states it's available on pip with badge and instructionsAdam Chainz2015-07-241-7/+9
|/
* Merge pull request #66 from sontek/add_test_for_client_kwargsCharles Gordon2015-07-212-0/+12
|\ | | | | This adds a test to make sure kwargs are passed to client
| * This adds a test to make sure kwargs are passed to clientJohn Anderson2015-07-202-0/+12
|/
* Merge pull request #65 from duanhongyi/patch-1Charles Gordon2015-07-201-1/+1
|\ | | | | add default_kwargs to Client
| * add default_kwargs to Clientduanhongyi2015-07-211-1/+1
|/
* Merge pull request #64 from sontek/add_docs_badgeCharles Gordon2015-07-161-0/+4
|\ | | | | Add badge for linking to docs
| * Add badge for linking to docsJohn Anderson2015-07-161-0/+4
|/
* Merge pull request #59 from sontek/add_hashing_clientCharles Gordon2015-07-1620-100/+937
|\ | | | | Add hashing client
| * Use restructured text instead of markdown for READMEJohn Anderson2015-07-162-17/+21
| |
| * Added ChangeLog entries for the unreleased codeJohn Anderson2015-07-161-0/+8
| |
| * Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-164-3/+17
| |\ | |/ |/| | | | | Conflicts: setup.py
* | Merge pull request #63 from sontek/introduce_changelogCharles Gordon2015-07-163-2/+15
|\ \ | | | | | | Introduce ChangeLog
| * | Include changelog in the manifestJohn Anderson2015-07-161-1/+1
| | |
| * | Introduce ChangeLogJohn Anderson2015-07-162-1/+14
| | |