summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ask Dependabot to bump actionsenable-dependabot-for-github-actionsJeff Widman2023-01-201-0/+6
* chore: migrate to tox 4.xJon Bringhurst2023-01-202-5/+6
* Merge pull request #678 from a-ungurianu/devx/bye_bye_sixAlex Ungurianu2022-11-2913-197/+71
|\
| * refactor: remove unecessary import guard for gevent.lockAlex Ungurianu2022-11-161-4/+1
| * refactor: remove string interpolation in favour of exception chainingAlex Ungurianu2022-11-162-9/+9
| * test: Don't throw when test fail while cluster is downAlex Ungurianu2022-11-161-4/+5
| * refactor: remove backport of 'atexit.unregister'Alex Ungurianu2022-11-165-81/+10
| * refactor: Replace usage of six for their py3 implementationsAlex Ungurianu2022-11-168-107/+54
|/
* recipe(cache): Use protocol.paths.join instead of os.path.join (#682)Alex Ungurianu2022-11-091-4/+2
* recipe(lock): Use native Lock timeout instead of reimplementing (#676)Alex Ungurianu2022-10-291-17/+7
* docs: Replace build badge from Travis to Actions (#675)Alex Ungurianu2022-10-211-1/+1
* Merge pull request #673 from ceache/chore/blackCharles-Henri de Boysson2022-10-1762-1447/+2087
|\
| * chore: Integrate flake8 & black in gh actionsCharles-Henri de Boysson2022-10-173-9/+43
| * chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-1711-31/+32
| * style: ignore reformatting commits in blameCharles-Henri de Boysson2022-10-172-0/+7
| * style: reformat all code with blackCharles-Henri de Boysson2022-10-1754-1408/+1976
| * chore: add black dependencies to the buildCharles-Henri de Boysson2022-10-175-5/+35
|/
* chore: backport changes from release/2.9 (#674)Stephen Sorriaux2022-10-163-1/+34
* chore(packaging): Remove redundant wheel dep from pyproject.toml (#671)Michał Górny2022-10-091-2/+1
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-079-13/+77
* chore: migrate to setup.cfg (#666)Charles-Henri de Boysson2022-09-3014-137/+141
* fix(recipe): fix deadlock in r/w lock recipe (#650)Simon Westphahl2022-02-072-9/+71
* fix(core): use selectors to poll connections instead of raw select in threadi...Wang2022-02-0210-98/+245
* Merge pull request #657 from syseleven/sneubauer/fix-deprecation-warningCharles-Henri de Boysson2021-12-024-9/+9
|\
| * fix(recipe): fix deprecation warning from threading.EventSteffen Neubauer2021-12-024-9/+9
|/
* chore(ci): better specify how to trigger Github Actions (#658)Stephen Sorriaux2021-11-292-2/+13
* Merge pull request #652 from python-zk/feat/github-actionsBen Bangert2021-11-2711-38/+143
|\
| * chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-0511-38/+143
|/
* Merge pull request #635 from timgates42/bugfix_typo_untilCharles-Henri de Boysson2021-01-241-1/+1
|\
| * Merge branch 'master' into bugfix_typo_untilJeff Widman2021-01-201-1/+1
| |\ | |/ |/|
* | feat(core): make DNS resolution error retriable (#631)krishna2021-01-201-1/+1
| * docs: fix simple typo, untill -> untilTim Gates2020-12-311-1/+1
|/
* fix(core): do not allow responses to choke request and ping processingDamien Diederen2020-12-131-10/+21
* chore: 2.8.0 release and changelog (backport missed 2.7.0) (#624)Stephen SORRIAUX2020-07-212-1/+66
* fix(core): handle SSL_WANT_READ/WRITE errors (#619)James E. Blair2020-06-271-2/+17
* Merge pull request #617 from ceache/feat/build_coverageCharles-Henri de Boysson2020-06-243-14/+22
|\
| * Merge branch 'master' into feat/build_coverageCharles-Henri de Boysson2020-06-241-1/+1
| |\ | |/ |/|
* | Merge pull request #616 from ceache/feat/build_refreshCharles-Henri de Boysson2020-06-243-49/+17
|\ \
| * \ Merge branch 'master' into feat/build_refreshCharles-Henri de Boysson2020-06-241-1/+1
| |\ \ | |/ / |/| |
* | | perf(core): Use chain.from_iterable in threading.py (#614)Ram Rachum2020-06-211-1/+1
| | * chore(tests): Add coverage report on codecov.ioCharles-Henri de Boysson2020-06-213-14/+22
| |/
| * chore(core): Update matrix: add pypy3, drop py27Charles-Henri de Boysson2020-06-213-49/+17
|/
* feat(tests): add Python 3.8 and remove Python 3.6 from the testing suite (#611)Stephen SORRIAUX2020-05-201-9/+9
* fix(core): '"is" with a literal' syntax errors (#609)Reid D McKenzie2020-05-181-2/+2
* feat(chore): using Github templates for issues and PRs (#610)Stephen SORRIAUX2020-05-113-0/+56
* Merge pull request #599 from pmazzini/lockCharles-Henri de Boysson2020-04-294-109/+209
|\
| * feat(test): Disable problematic hound-flake8-black integration.Charles-Henri de Boysson2020-04-282-0/+3
| * feat(core): Use strict regex to identify lock contenders.Charles-Henri de Boysson2020-04-242-70/+93
| * feat(core): Support additionaal lock contenter patternsCharles-Henri de Boysson2020-04-242-67/+125
| * [lock] interoperate with go clientPablo Mazzini2020-04-242-4/+20
|/