summaryrefslogtreecommitdiff
path: root/pymemcache
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 and cleanup buildNicholas Charriere2016-07-274-11/+12
* Merge pull request #96 from rsanr/issue_94_fixCharles Gordon2016-04-192-1/+2
|\
| * Fixed stats evictions conversionruamin2016-04-192-1/+2
* | Add default_noreply property to PooledClientJohn Wu2016-04-191-2/+5
|/
* Handle stats not conforming to the triplet formatRobert DeRose2016-03-171-2/+2
* Updating changelog and increasing version to 1.3.5Charles Gordon2015-11-021-1/+1
* Merge pull request #90 from starstable/feature-version-cmdCharles Gordon2015-10-232-0/+29
|\
| * Implemented VERSION command in Client and PooledClientRemco van Oosterhout2015-10-232-0/+29
* | Fixed bugs caused by setting retry attempts to 0 on HashClientRemco van Oosterhout2015-10-212-2/+14
|/
* Increasing version to 1.3.41.3.4Charles Gordon2015-09-291-1/+1
* hashclient ignores exceptions when no servers are foundJohn Anderson2015-09-062-4/+82
* Release 1.3.31.3.3Charles Gordon2015-09-021-1/+1
* Add default_noreply to ClientAdam Chainz2015-08-283-33/+109
* make the hasher class pluggable in HashClientShivaram Lingamneni2015-08-121-3/+2
* release 1.3.21.3.2Charles Gordon2015-07-251-1/+1
* Merge branch 'master' of https://github.com/pinterest/pymemcacheCharles Gordon2015-07-251-0/+9
|\
| * Also expose exceptions in backwards compatible wayJoshua Harlow2015-07-251-0/+9
* | release 1.3.1Charles Gordon2015-07-251-1/+1
|/
* release 1.3.0Charles Gordon2015-07-241-1/+1
* 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
* This adds a test to make sure kwargs are passed to clientJohn Anderson2015-07-201-0/+11
* add default_kwargs to Clientduanhongyi2015-07-211-1/+1
* Import PooledClient in its old location for backwards compatJohn Anderson2015-07-161-0/+1
* Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-163-96/+95
|\
| * Update docs/flake8John Anderson2015-07-021-1/+0
| * Setup pytest configuration for benchmarksJohn Anderson2015-07-023-96/+96
* | flake8 fixesJohn Anderson2015-07-022-6/+8
* | Make ignoring exceptions optionalJohn Anderson2015-07-022-20/+76
* | Fix flake8 issuesJohn Anderson2015-07-021-2/+2
* | Remove dependency on clandestined and use pure python murmur3John Anderson2015-07-024-6/+306
* | Code review clean ups and doc fixesJohn Anderson2015-07-022-26/+26
* | Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-021-280/+0
|\ \ | |/
| * Replaced integration.py with test_integrationJohn Anderson2015-06-221-280/+0
* | Added unit testsJohn Anderson2015-06-213-10/+109
* | Fix API to be backwards compatibleJohn Anderson2015-06-211-0/+2
* | Fix tests + pep8John Anderson2015-06-203-12/+13
* | 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
* | Initial implementation of the hash clientJohn Anderson2015-06-207-51/+161
|/
* flake8 the testsJohn Anderson2015-06-205-13/+16
* Merge branch 'flake8' of https://github.com/sontek/pymemcache into switch_to_...John Anderson2015-06-203-8/+11
|\
| * Flake8/pep8 the codeJohn Anderson2015-06-193-8/+11
* | Merge branch 'master' of github.com:pinterest/pymemcache into switch_to_pytestJohn Anderson2015-06-191-68/+17
|\ \ | |/
| * Initial implementation of docsJohn Anderson2015-06-191-68/+17
* | Finished porting integration tests to pytestJohn Anderson2015-06-193-0/+283
* | Move to use pytest instead of noseJohn Anderson2015-06-192-104/+125
|/