summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | |
* | | Merge pull request #62 from sontek/fix_link_python_memcacheJon Parise2015-07-161-1/+1
|\ \ \ | |/ / |/| | python-memcache moved to github
| * | python-memcache moved to githubJohn Anderson2015-07-161-1/+1
|/ /
| * Import PooledClient in its old location for backwards compatJohn Anderson2015-07-161-0/+1
| |
| * Added pypy3 support backJohn Anderson2015-07-162-1/+2
| |
| * Updated docsJohn Anderson2015-07-162-0/+32
| |
| * Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-165-110/+102
| |\ | |/ |/| | | | | Conflicts: docs/apidoc/pymemcache.test.rst
* | Merge pull request #61 from sontek/pytestif_benchmarksCharles Gordon2015-07-085-102/+110
|\ \ | | | | | | Setup py.test for the benchmarking tests
| * | Update docs/flake8John Anderson2015-07-022-7/+14
| | |
| * | Setup pytest configuration for benchmarksJohn Anderson2015-07-024-96/+97
|/ / | | | | | | | | Using tox -e py27 -- -m benchmark or pytest -m benchmark you can now run the benchmarking tests
| * Merge pull request #2 from sontek/make_default_values_configurableJohn Anderson2015-07-162-20/+78
| |\ | | | | | | Make ignoring exceptions optional
| | * flake8 fixesJohn Anderson2015-07-022-6/+8
| | |
| | * Make ignoring exceptions optionalJohn Anderson2015-07-022-20/+76
| |/
| * Merge pull request #1 from sontek/make_murmur3_optionalJohn Anderson2015-07-025-8/+311
| |\ | | | | | | Remove dependency on clandestined and use pure python murmur3
| | * Fix flake8 issuesJohn Anderson2015-07-021-2/+2
| | |
| | * Remove dependency on clandestined and use pure python murmur3John Anderson2015-07-025-8/+311
| |/
| * Code review clean ups and doc fixesJohn Anderson2015-07-025-33/+50
| |
| * Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-022-280/+1
| |\ | |/ |/|
* | Merge pull request #51 from sontek/switch_to_pytestCharles Gordon2015-06-2810-239/+284
|\ \ | | | | | | Switch to pytest
| * | Replaced integration.py with test_integrationJohn Anderson2015-06-221-280/+0
| | |
* | | Merge pull request #60 from sontek/add_sontek_to_contributorsCharles Gordon2015-06-211-0/+1
|\ \ \ | | | | | | | | Added John Anderson (sontek) to contributors
| * | | Added John Anderson (sontek) to contributorsJohn Anderson2015-06-211-0/+1
| | | |
* | | | Merge pull request #55 from sontek/flake8Charles Gordon2015-06-216-23/+35
|\ \ \ \ | |/ / / |/| | | Flake8/pep8 the code
| | | * Added unit testsJohn Anderson2015-06-213-10/+109
| | | |
| | | * Fix API to be backwards compatibleJohn Anderson2015-06-211-0/+2
| | | |
| | | * drop support for pypy3 for nowJohn Anderson2015-06-211-1/+0
| | | |
| | | * Fix tests + pep8John Anderson2015-06-204-12/+43
| | | |
| | | * Implemented the other functions and added testsJohn Anderson2015-06-203-24/+88
| | | |
| | | * Add bringing dead servers back into rotationJohn Anderson2015-06-201-2/+17
| | | |
| | | * This adds failover support.John Anderson2015-06-201-34/+125
| | | |