summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Automate doc buildingdocsNicholas Charriere2016-08-031-0/+20
|
* Imports the right path in doc building stepNicholas Charriere2016-08-031-4/+5
|
* Enforce version for sphinxNicholas Charriere2016-08-031-1/+1
|
* Fixed docsNicholas Charriere2016-08-036-0/+189
|
* Fixed docsNicholas Charriere2016-08-039-203/+835
|
* Merge pull request #104 from pinterest/syntax-and-buildNicholas Charriere2016-07-276-14/+18
|\ | | | | Syntax and build
| * Fix flake8 and cleanup buildNicholas Charriere2016-07-276-14/+16
| |
| * Add virtualenv env/ and .cache/ to gitignoreNicholas Charriere2016-07-271-0/+2
|/
* Merge pull request #101 from slingamn/pylibmc_updateCharles Gordon2016-06-241-3/+4
|\ | | | | update comparison to pylibmc
| * update comparison to pylibmcShivaram Lingamneni2016-06-241-3/+4
|/
* Merge pull request #98 from adamchainz/readthedocs.ioJon Parise2016-05-311-2/+2
|\ | | | | Convert readthedocs link for their .org -> .io migration for hosted projects
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-301-2/+2
|/ | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Merge pull request #96 from rsanr/issue_94_fixCharles Gordon2016-04-192-1/+2
|\ | | | | Fixed stats evictions value conversion
| * Fixed stats evictions conversionruamin2016-04-192-1/+2
| | | | | | | | | | | | | | | | | | Fixed evictions conversion in base.py. evictions stat value was incorrectly being compared to “b’on’” previously, which resulted in a boolean. The fix makes the conversion default to int, which is in line with other numeric stats values. Augmented test_stats_conversions test case in test_client.py to test eviction value conversion
* | Merge pull request #95 from adamchainz/setup.cfgCharles Gordon2016-04-191-1/+1
|\ \ | | | | | | setup.cfg - fix [wheel] -> [bdist_wheel]
| * | setup.cfg - fix [wheel] -> [bdist_wheel]Adam Chainz2016-04-151-1/+1
| |/ | | | | | | [wheel] is legacy, [bdist_wheel] is the future. See https://bitbucket.org/pypa/wheel/src/4da780b849affbff98a0defb21ad1f30a94d6f57/wheel/bdist_wheel.py?at=default&fileviewer=file-view-default#bdist_wheel.py-119
* | Merge pull request #97 from tjwudi/patch-1Charles Gordon2016-04-191-2/+5
|\ \ | |/ |/| Add default_noreply property to PooledClient
| * Add default_noreply property to PooledClientJohn Wu2016-04-191-2/+5
|/
* Merge pull request #93 from RobertDeRose/support-non-standard-statsCharles Gordon2016-03-181-2/+2
|\ | | | | Handle stats not conforming to the triplet format
| * Handle stats not conforming to the triplet formatRobert DeRose2016-03-171-2/+2
|/ | | | | | | | Addresses issue #92 In Ubuntu's (14.04) version of memecached packaged with the OS the version STAT line contains a fourth value due to a space. This breaks the expected triplet pattern and incorrectly caused an exception.
* Fixing README.rstCharles Gordon2015-11-021-1/+1
|
* 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
|