summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Configure automatic Dependabot version updates (#369)Jon Parise2022-02-141-0/+11
* Update the list of Black target versions (#368)Jon Parise2022-02-141-1/+1
* Pin requirements to specific versions (#367)Jon Parise2022-02-142-7/+7
* Cache Python dependencies (#370)Jon Parise2022-02-141-0/+5
* Add official support for Python 3.10 (#365)Jon Parise2022-02-094-4/+5
* Upgrade to Black 22.1.0 (from 22.11b1) (#364)Jon Parise2022-02-092-2/+2
* Drop support for Python 3.6 (#363)Jon Parise2022-02-013-3/+9
* Merge pull request #361 from jogo/360Joe Gordon2022-01-212-2/+6
|\
| * Support noreply for hash flush_allJoe Gordon2022-01-212-2/+6
|/
* Merge pull request #358 from jogo/blackJoe Gordon2021-12-0325-1497/+1528
|\
| * Apply black formattingJoe Gordon2021-12-0320-1494/+1518
| * Add black CI configurationJoe Gordon2021-12-034-2/+9
| * Update flake8 config to work with blackJoe Gordon2021-12-031-1/+1
|/
* fix typo (#356)Jürgen Gmach2021-11-181-1/+1
* Add link to a python-memcached to pymemcache migration guide (#355)Jürgen Gmach2021-11-091-0/+3
* Return default from hash client when using positional argument (#354)Ludwig Hähne2021-10-153-5/+22
* Return default from hash client (#352)Ludwig H2021-10-042-1/+4
* Merge pull request #351 from jogo/350Joe Gordon2021-09-232-1/+11
|\
| * Use default for get ignore_excJoe Gordon2021-09-222-1/+11
|/
* docs: Fix a few typos (#348)Tim Gates2021-09-133-8/+8
* Update README.rst - (broken link) (#347)juandoleal2021-09-081-1/+1
* Merge pull request #345 from JWCook/sphinx-apidocJon Parise2021-08-103-19/+7
|\
| * Use sphinxcontrib-apidoc to simplify apidoc usage for readthedocs buildsJordan Cook2021-08-103-19/+7
|/
* Merge pull request #344 from ngnpope/patch-1Jon Parise2021-08-071-1/+1
|\
| * Update link to my GitHub profile.Nick Pope2021-08-081-1/+1
|/
* Merge pull request #321 from jogo/EOLJon Parise2021-07-2019-208/+123
|\
| * Fixes for rebase and further cleanupsJoe Gordon2021-07-209-44/+22
| * Remove PY2 specific imports and testsJoe Gordon2021-07-203-34/+0
| * Remove six dependency and run pyupgradeJoe Gordon2021-07-2015-135/+102
| * Drop python support 2.7, 3.4 and 3.5Joe Gordon2021-07-203-4/+8
* | Bump version to 4.0.0-devJon Parise2021-07-201-1/+1
|/
* Fix typo in doc (#342)Hervé Beraud2021-07-151-1/+1
* Remove the year from copyright valueJon Parise2021-07-131-1/+1
* Prepare the v3.5.0 release (#341)v3.5.0Hervé Beraud2021-07-132-1/+7
* Merge pull request #324 from martinnj/feature/retrying-clientCharles Gordon2021-07-124-0/+530
|\
| * Add RetryingClient. Fixes #307Martin Jørgensen2021-07-134-0/+530
* | [py27] Fixing a bug with bad conditions (#337)Hervé Beraud2021-07-062-2/+42
* | adding code coverage (#336)Hervé Beraud2021-07-061-0/+4
* | Configure the socket keepalive from various clients (#338)Hervé Beraud2021-07-052-0/+5
* | Allow us to import the KeepalivOpts from the root pymemcache namespace (#340)Hervé Beraud2021-07-051-0/+1
* | Fix doc rendering (#339)Hervé Beraud2021-07-051-14/+10
* | Rely on tox for CI linter (#334)Hervé Beraud2021-07-032-13/+12
* | Merge pull request #333 from 4383/force-closing-socketJon Parise2021-07-012-12/+46
|\ \
| * | Ensure us to close socket on MemcacheUnexpectedCloseErrorHervé Beraud2021-07-012-4/+38
| * | Reduce method complexity to pass linter testsHervé Beraud2021-07-011-8/+8
|/ /
* | Implement socket keepalive configuration mechanisms (#332)Hervé Beraud2021-07-012-1/+147
* | Remove codespell and flake8 complexity check (#335)Jon Parise2021-07-011-3/+2
* | Client API for server shutdown protocol command (#328)LINKIWI2021-06-212-0/+44
* | MANIFEST.in: Add test data and docs (#331)John Vandenberg2021-06-181-0/+4
* | Provide a mock implementation of socket.getaddrinfo (#327)Jon Parise2021-06-181-4/+20
|/