summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Install libmemcached-devgithub-actionsJon Parise2019-09-031-0/+1
* Remove .travis.ymlJon Parise2019-09-031-27/+0
* Pass the memcached portJon Parise2019-09-031-1/+1
* Try the built-in memcached serviceJon Parise2019-09-031-3/+7
* Update and rename pythonpackage.yml to tests.ymlJon Parise2019-09-031-0/+29
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-264-6/+54
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-2610-109/+184
* Inaugurate pymemcache 3.0 developmentJon Parise2019-08-203-9/+9
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-203-9/+43
* Fix long_description string in Python packaging (#249)v2.2.2Jon Parise2019-08-065-9/+11
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-054-10/+47
* Add note about the overriding behavior of `flags` (#247)Jon Parise2019-08-011-4/+12
* Add Sphinx links to the exception classes (#246)Jon Parise2019-08-011-8/+8
* Set `long_description_content_type = text/x-rst`Jon Parise2019-07-301-0/+1
* Bump documentation version for 2.2.0 releasev2.2.0Jon Parise2019-07-301-2/+2
* Update changelog in preparation for v2.2.0 (#244)Jon Parise2019-07-301-2/+6
* Be more consistent about using Client.encoding (#242)Stephen Rosen2019-07-241-4/+6
* Add noreply warning to getting_started doc (#241)Stephen Rosen2019-07-241-1/+13
* Normalize the repository URL (#238)Jon Parise2019-07-051-1/+1
* extracted _extract_value() from _fetch_cmd() (#237)JianGuoPinterest2019-06-122-21/+68
* add flags in client functions (#235)JianGuoPinterest2019-06-113-32/+75
* add encoding in client functions (#232)JianGuoPinterest2019-06-074-17/+120
* Drop official support for Python 3.4 (#234)Jon Parise2019-06-072-3/+0
* Merge pull request #230 from jparise/changelog-2.2.0Joe Gordon2019-05-091-3/+5
|\
| * Update the changelog with recent changesJon Parise2019-05-091-3/+5
|/
* Merge pull request #228 from jparise/repr-quotesJoe Gordon2019-05-071-4/+4
|\
| * Remove redundant '' from %r valuesJon Parise2019-05-071-4/+4
* | Merge pull request #229 from jparise/ascii-encode-errorJoe Gordon2019-05-071-1/+2
|\ \ | |/ |/|
| * Improve ASCII encoding failure exceptionJon Parise2019-05-071-1/+2
|/
* Merge pull request #225 from cdonati/hash-default-noreplyJon Parise2019-04-191-1/+3
|\
| * Add default_noreply paramter to HashClientChris Donati2019-04-191-1/+3
|/
* Merge pull request #223 from jogo/222Jon Parise2019-03-192-6/+9
|\
| * Handle unicode key values in MockMemcacheClient correctlyJoe Gordon2019-03-192-6/+9
|/
* Merge pull request #219 from 4383/packagingJon Parise2019-02-214-53/+45
|\
| * Introduce package metadata configuration by using setup.cfgHervé Beraud2019-02-214-53/+45
* | Merge pull request #220 from jparise/gitignore-eggsJon Parise2019-02-211-0/+1
|\ \ | |/ |/|
| * Ignore the .eggs/ directoryJon Parise2019-02-211-0/+1
|/
* Merge pull request #217 from jparise/django-pymemcacheJon Parise2019-02-131-0/+7
|\
| * Mention django-pymemcache in the READMEJon Parise2019-02-131-0/+7
|/
* Merge pull request #218 from jparise/assert-equalsCharles Gordon2019-02-131-1/+1
|\
| * Use '==' to compare stringsJon Parise2019-02-131-1/+1
|/
* Merge pull request #216 from jparise/setup-versionv2.1.1Jon Parise2019-01-284-13/+18
|\
| * Parse version directly from pymemcache/__init__.pyJon Parise2019-01-284-13/+18
|/
* Merge pull request #212 from jparise/prepare-2.1.0v2.1.0Jon Parise2019-01-083-21/+28
|\
| * Finish preparing the 2.1.0 releaseJon Parise2019-01-083-21/+28
* | Merge pull request #210 from jparise/coverage-omit-testsJon Parise2019-01-081-1/+4
|\ \ | |/ |/|
| * Omit test/* code from the coverage reportJon Parise2019-01-071-1/+4
* | Merge pull request #211 from jparise/cache_memlimitJon Parise2019-01-082-1/+24
|\ \
| * | Add test coverage for the 'cache_memlimit' commandJon Parise2019-01-081-0/+8
| * | Improve the cache_memlimit documentationJon Parise2019-01-081-1/+2