summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(testing): add more logging during test suiteHEADmasterStephen Sorriaux2023-04-244-4/+14
* fix(testing): cleanup ZK cluster between test casesStephen Sorriaux2023-04-241-2/+30
* fix(tests): `test_read_only` is not flaky anymore.Stephen Sorriaux2023-04-242-5/+18
* feat(ci): remove `codecov` step from `tox` since performed in GA (#719)Stephen Sorriaux2023-04-102-5/+1
* fix(testing): add `.coveragerc` (#718)Stephen Sorriaux2023-04-101-0/+6
* Merge pull request #710 from ceache/feat/docsCharles-Henri de Boysson2023-02-184-6/+34
|\
| * docs: Include type hints in docsCharles-Henri de Boysson2023-02-142-0/+2
| * docs: Use `.readthedocs.yaml` to configure the buildCharles-Henri de Boysson2023-02-142-6/+32
|/
* Fix possible endless wait in stop() after AUTH_FAILED error (#688)Azat Khuzhin2023-02-072-1/+3
* refactor: no need to specify `mock` (#702)Jeff Widman2023-02-059-39/+35
* Cleanup SSL deprecation warnings under Python 3.10 and newer (#706)Clark Boylan2023-02-051-5/+7
* docs: there are more than 50 contributors now (#703)Jeff Widman2023-02-011-1/+1
* refactor: delete back of travis config (#705)Jeff Widman2023-01-311-43/+0
* chore: add mypy to the build (#689)Jon Bringhurst2023-01-304-3/+136
* chore(deps): bump actions/setup-python from 2 to 4 (#695)dependabot[bot]2023-01-232-3/+3
* chore(deps): bump actions/cache from 2 to 3dependabot[bot]2023-01-211-3/+3
* chore(deps): bump codecov/codecov-action from 2 to 3dependabot[bot]2023-01-211-1/+1
* chore(deps): bump actions/checkout from 2 to 3dependabot[bot]2023-01-212-3/+3
* Ask Dependabot to bump actionsJeff Widman2023-01-211-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
|/