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
*
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
|
*
|
Implement and test the TreeCache recipe.
Jiangge Zhang
2016-06-23
1
-0
/
+266
|
|
/
*
|
Merge pull request #397 from paperlessreceipts/counter-pre-post-values
Ben Bangert
2017-05-31
1
-0
/
+12
|
\
\
|
*
|
Counter: expose the previous and changed values.
Lukasz Kawczynski
2016-06-10
1
-0
/
+12
|
|
/
*
|
Merge pull request #391 from michielbaird/watcher_changes
Ben Bangert
2017-05-31
1
-0
/
+16
|
\
\
|
*
|
Added test add fixed a regression
Michiel Johan Baird
2016-04-20
1
-0
/
+16
|
|
/
*
|
Merge pull request #365 from radix/construct-exceptions-with-saner-arguments
Ben Bangert
2017-05-31
1
-0
/
+6
|
\
\
|
*
|
add test for new exception construction behavior
Christopher Armstrong
2015-11-13
1
-0
/
+6
|
|
/
*
|
Merge pull request #419 from jeblair/shared-locks
Ben Bangert
2017-05-31
1
-0
/
+44
|
\
\
|
*
|
Convert read/write locks into classes
James E. Blair
2017-03-10
1
-0
/
+44
*
|
|
Merge pull request #305 from rgs1/support-setwatches
Ben Bangert
2017-05-31
1
-0
/
+36
|
\
\
\
|
*
|
|
Support SetWatches and watch restoration
Raul Gutierrez S
2015-04-06
1
-0
/
+36
*
|
|
|
Merge pull request #302 from bartekrutkowski/master
Ben Bangert
2017-05-31
1
-0
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
[next]