index
:
delta/python-packages/kazoo.git
133-testing-cluster-ports
462-virtualenv-continued
add-license-to-wheel
c-lib-legacy
correct-supported-versions-in-readme
enable-dependabot-for-github-actions
feat/add-github-templates
feat/github-actions
feat/issue-445
feat/python-3.11
feat/python-37
feat/python-38-tests
feat/revert-pr-305
feat/windows-testing
feature/single-zk-thread-refactor
fix-gevent-requirement
fix/github-action-trigger
jeffwidman-drop-old-gevent
jeffwidman-finish-removing-old-pythons
jeffwidman-fix-contributing-docs
jeffwidman-pep8-imports
jeffwidman-remove-easy-install
master
pure-python
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/2.9
remove-broken-downloads-badge
github.com: python-zk/kazoo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kazoo
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(testing): add more logging during test suite
HEAD
master
Stephen Sorriaux
2023-04-24
1
-1
/
+3
*
fix(tests): `test_read_only` is not flaky anymore.
Stephen Sorriaux
2023-04-24
1
-4
/
+17
*
Fix possible endless wait in stop() after AUTH_FAILED error (#688)
Azat Khuzhin
2023-02-07
1
-0
/
+2
*
refactor: no need to specify `mock` (#702)
Jeff Widman
2023-02-05
7
-37
/
+35
*
test: Don't throw when test fail while cluster is down
Alex Ungurianu
2022-11-16
1
-4
/
+5
*
chore: bump pyflake, fix new warnings
Charles-Henri de Boysson
2022-10-17
5
-14
/
+13
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
25
-648
/
+805
*
chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)
Stephen Sorriaux
2022-10-07
3
-3
/
+33
*
chore: migrate to setup.cfg (#666)
Charles-Henri de Boysson
2022-09-30
1
-9
/
+3
*
fix(recipe): fix deadlock in r/w lock recipe (#650)
Simon Westphahl
2022-02-07
1
-0
/
+58
*
fix(core): use selectors to poll connections instead of raw select in threadi...
Wang
2022-02-02
4
-8
/
+138
*
fix(recipe): fix deprecation warning from threading.Event
Steffen Neubauer
2021-12-02
1
-4
/
+4
*
chore(ci): Replace Travis with Github Actions
feat/github-actions
Stephen Sorriaux
2021-08-05
6
-30
/
+30
*
feat(core): Use strict regex to identify lock contenders.
Charles-Henri de Boysson
2020-04-24
1
-11
/
+10
*
feat(core): Support additionaal lock contenter patterns
Charles-Henri de Boysson
2020-04-24
1
-39
/
+69
*
[lock] interoperate with go client
Pablo Mazzini
2020-04-24
1
-0
/
+16
*
fix(core): sync() return should be unchrooted
Charles-Henri de Boysson
2020-04-15
1
-7
/
+10
*
feat(test): Move to pytest
Charles-Henri de Boysson
2020-04-14
24
-1003
/
+1104
*
fix(core): allow requests to be queued in CONNECTING state (#374) (#588)
Damien Diederen
2020-03-09
1
-4
/
+102
*
fix(tests): Disable JAAS isInitiator for Server
Charles-Henri de Boysson
2020-02-23
1
-42
/
+42
*
feat(core): run SASL Kerberos tests as part of build
Charles-Henri de Boysson
2020-02-23
2
-104
/
+190
*
feat(core): Add create2 support
Charles-Henri de Boysson
2020-02-18
1
-1
/
+14
*
feat(CI): Keep only Python 3.{6,7} to CI and bump ZK versions to latests (#574)
Stephen SORRIAUX
2019-10-09
1
-2
/
+8
*
feat(recipe): add support for curator SharedCount recipe (#559)
BrianEaton1
2019-05-07
1
-0
/
+18
*
feat(core): improve SASL interface (#546)
Charles-Henri de Boysson
2019-02-12
1
-2
/
+64
*
fix(handlers): make AsyncResult call all registered callbacks instantly if th...
laura-surcel
2019-01-15
1
-1
/
+23
*
fix(recipe): No more memory leak when ChildrenWatch was stopped (#543)
kulallwang
2018-12-06
1
-0
/
+34
*
fix(recipe): No more memory leak once TreeCache was closed (#524)
Jiangge Zhang
2018-11-21
1
-3
/
+122
*
fix(core): ensure timeout argument is positive (#534)
Chris Donati
2018-11-09
1
-0
/
+78
*
feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-beta
Stephen
2018-10-08
1
-6
/
+19
*
feat(core): add SASL DIGEST-MD5 support
Stephen
2018-10-06
1
-0
/
+38
*
fix(core): Correctly fire multiple callbacks
Patrick White
2018-03-26
1
-0
/
+16
*
feat(recipe): allow non ephemeral locking
Raghu Udiyar
2018-03-23
1
-0
/
+13
*
fix(recipe): Unexpected exceptions break TreeCache
Jiangge Zhang
2018-03-23
1
-0
/
+19
*
fix(core): resolve race in IAsyncResult.wait() (#487)
Jim Hanko
2017-11-09
1
-0
/
+27
*
fix: Remove use of "async" as a variable
Travis Gockel
2017-08-24
2
-58
/
+58
*
Remove unused GEVENT_VERSION env variable.
462-virtualenv-continued
Hanno Schlichting
2017-07-24
1
-9
/
+0
*
feat(recipe): Add TreeCache recipe
Jiangge Zhang
2017-06-13
1
-0
/
+278
*
fix(core): revert PR #305 SetWatches which caused RuntimeError
feat/revert-pr-305
Ben Bangert
2017-06-12
1
-37
/
+0
*
feat(core): allow multiple endpoints in KazooClient hosts arg
Edward Ribeiro
2017-06-11
1
-0
/
+52
*
feat(core): use epoll when available to support fds > 1023
Patrick White
2017-06-04
1
-0
/
+25
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
5
-38
/
+78
*
Revert "New recipe proposal: TreeCache"
Ben Bangert
2017-05-31
1
-278
/
+0
*
Merge pull request #400 from tonyseek/hotfix/xid-mismatch
Ben Bangert
2017-05-31
1
-1
/
+72
|
\
|
*
Fix the client.add_auth hangs by xids mismatch.
Jiangge Zhang
2016-07-29
1
-1
/
+72
*
|
Merge pull request #398 from tonyseek/feature/treecache-recipe
Ben Bangert
2017-05-31
1
-0
/
+278
|
\
\
|
*
|
Fix the infinite refresh after root node deleted
qifei.wan
2017-04-24
1
-0
/
+4
|
*
|
Closed tree cache could not be started again
Jiangge Zhang
2017-04-17
1
-1
/
+8
|
*
|
Rename "was_xxx" to "on_xxx" in TreeCache
Jiangge Zhang
2017-02-25
1
-2
/
+2
|
*
|
Use KazooException instead of RuntimeError in TreeCache
Jiangge Zhang
2017-02-25
1
-1
/
+2
[next]