summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | added OK as acceptable responseBenjamin Berg2019-01-081-1/+15
|/ /
* | Merge pull request #209 from jparise/cmd-keysJon Parise2019-01-071-9/+6
|\ \ | |/ |/|
| * Always send command keys in their original orderJon Parise2019-01-071-9/+6
|/
* Always close the existing socket on _connect() (#208)Jon Parise2019-01-032-7/+39
* Add UNIX domain socket support (#206)Jon Parise2019-01-024-4/+68
* Switch to an SVG Travis-CI build badge (#207)Jon Parise2019-01-021-1/+1
* Start preparing the 2.1.0 release (#202)Jon Parise2018-11-254-4/+11
* Remove 'sudo: false' from Travis configuration (#204)Jon Parise2018-11-251-1/+0
* fixed markdown syntax to rst link format (#205)Manan2018-11-251-1/+1
* Add CODEOWNERS listing global project reviewers (#203)Jon Parise2018-11-251-0/+2
* Merge pull request #201 from TylerLubeck/patch-1Joe Gordon2018-11-081-1/+1
|\
| * typo: alwais -> alwaysTyler Lubeck2018-11-081-1/+1
|/
* Merge pull request #197 from mainanick/package-level-importNicholas Charriere2018-11-031-0/+11
|\
| * allow friendly importsunknown2018-11-031-0/+8