- 26 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 21 Feb, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 28 Dec, 2021 1 commit
-
-
Thomas Goirand authored
-
- 25 Aug, 2020 1 commit
-
-
Thomas Goirand authored
-
- 24 Aug, 2020 1 commit
-
-
Thomas Goirand authored
-
- 11 Jul, 2020 1 commit
-
-
Stephen authored
-
- 27 Jun, 2020 1 commit
-
-
James E. Blair authored
This adds a simple recovery path in case an SSL connection receives an SSL_WANT_READ or WRITE error. Either error can occur while reading or writing. The error indicates that the underlying operation should be retried after the socket is once again readable or writable (per the error code). Closes #618 Co-authored-by:James E. Blair <jeblair@redhat.com>
-
- 24 Jun, 2020 4 commits
-
-
Charles-Henri de Boysson authored
Feat/build coverage
-
Charles-Henri de Boysson authored
-
Charles-Henri de Boysson authored
chore(core): Update matrix: add pypy3, drop py27
-
Charles-Henri de Boysson authored
-
- 21 Jun, 2020 3 commits
-
-
Charles-Henri de Boysson authored
-
Charles-Henri de Boysson authored
Update .travis.yml definition per warnings. Tests are now only run on py37, py38 and pypy3. Bumped Zookeeper to 3.5.8.
-
Ram Rachum authored
This is a faster and more idiomatic way of using itertools.chain. Instead of computing all the items in the iterable and storing them in memory, they are computed one-by-one and never stored as a huge list. This can save on both runtime and memory space.
-
- 20 May, 2020 1 commit
-
-
Stephen SORRIAUX authored
Test Kazoo with CPython 2.7, CPython 3.7 and CPython 3.8. Deploy new Kazoo version only on CPython 3.8 job success.
-
- 18 May, 2020 1 commit
-
-
Reid D McKenzie authored
As of Python 3.8, "is" with a literal is a syntax warning because of the confusion between equality and instance identity it represents. Issue #607
-
- 11 May, 2020 1 commit
-
-
Stephen SORRIAUX authored
Let's make our life a little easier using those templates. See https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates for reference.
-
- 09 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 29 Apr, 2020 1 commit
-
-
Charles-Henri de Boysson authored
feat(core): interoperate with Go client
-
- 28 Apr, 2020 1 commit
-
-
- 25 Apr, 2020 3 commits
-
-
Charles-Henri de Boysson authored
-
Charles-Henri de Boysson authored
Allows configurable multi-implementations cooperations in locks (e.g. Zookeeper python & go clients contending for the same lock).
-
Pablo Mazzini authored
-
- 15 Apr, 2020 4 commits
-
-
Charles-Henri de Boysson authored
fix(core): sync() return should be unchrooted
-
Charles-Henri de Boysson authored
Resolves #601
-
Charles-Henri de Boysson authored
feat(test): Move to pytest
-
Charles-Henri de Boysson authored
-
- 06 Apr, 2020 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 13 Mar, 2020 1 commit
-
-
Stephen authored
-
- 09 Mar, 2020 1 commit
-
-
Damien Diederen authored
With this patch, requests issued while the client is in the 'CONNECTING' state get queued instead of raising a misleading 'SessionExpiredError'. This fixes https://github.com/python-zk/kazoo/issues/374, and brings Kazoo more in line with the Java and C clients. See the 'kazoo.client.KazooClient.state' documentation as well as these discussions for more details: https://github.com/python-zk/kazoo/pull/570#issuecomment-554798550 https://github.com/python-zk/kazoo/pull/583#issuecomment-586422386
-
- 23 Feb, 2020 5 commits
-
-
Charles-Henri de Boysson authored
Satisfy new Hound style/lint checks Upgrade to latest 3.5.6/3.4.14 Zookeeper releases.
-
Stephen Sorriaux authored
Since krb5 1.3 due to switch to Xenial.
-
Stephen Sorriaux authored
-
Stephen Sorriaux authored
-
Stephen authored
fix(tests): prefix with toxinidir variable with a / to ensure path to ensure-zookeeper-env.sh is correct
-