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
/
protocol
/
serialization.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Replace usage of six for their py3 implementations
Alex Ungurianu
2022-11-16
1
-3
/
+1
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
1
-57
/
+89
*
fix(core): '"is" with a literal' syntax errors (#609)
Reid D McKenzie
2020-05-18
1
-2
/
+2
*
feat(core): Add create2 support
Charles-Henri de Boysson
2020-02-18
1
-0
/
+21
*
feat(core): improve SASL interface (#546)
Charles-Henri de Boysson
2019-02-12
1
-0
/
+1
*
feat(core): add SASL DIGEST-MD5 support
Stephen
2018-10-06
1
-0
/
+13
*
style: pep8 imports
jeffwidman-pep8-imports
Jeff Widman
2017-07-23
1
-1
/
+2
*
fix(core): revert PR #305 SetWatches which caused RuntimeError
feat/revert-pr-305
Ben Bangert
2017-06-12
1
-23
/
+0
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
1
-1
/
+2
*
Merge pull request #349 from harlowja/use-more-six
Ben Bangert
2017-05-31
1
-6
/
+3
|
\
|
*
Remove code not needed when six is useable
Joshua Harlow
2015-07-23
1
-6
/
+3
*
|
Merge pull request #305 from rgs1/support-setwatches
Ben Bangert
2017-05-31
1
-0
/
+23
|
\
\
|
|
/
|
/
|
|
*
Support SetWatches and watch restoration
Raul Gutierrez S
2015-04-06
1
-0
/
+23
*
|
Add support for reconfig cluster membership operation (issue #234)
Raul Gutierrez S
2015-06-02
1
-0
/
+19
|
/
*
Don't treat null (or None) data as ""
Raul Gutierrez S
2014-01-24
1
-2
/
+2
*
make Close and Ping print the same as the rest
Mike Lundy
2013-06-05
1
-2
/
+6
*
Fix slots vs. class variable conflict
Hanno Schlichting
2012-09-21
1
-2
/
+0
*
replace invalid unicode type with aliased basestring
Hanno Schlichting
2012-09-21
1
-1
/
+6
*
further fixes to acl byte/str confusion
Hanno Schlichting
2012-09-21
1
-1
/
+1
*
some more unicode/bytes and iterator fixes
Hanno Schlichting
2012-09-20
1
-3
/
+3
*
Add transactions and some tests for them.
Ben Bangert
2012-09-07
1
-7
/
+80
*
Add read-only mode with background r/w server scanning.
Ben Bangert
2012-09-06
1
-1
/
+9
*
Documentation consistency.
Ben Bangert
2012-09-06
1
-1
/
+0
*
PEP8 gardening.
Ben Bangert
2012-09-05
1
-2
/
+2
*
Add new ZK 3.4 get_children option to include the node stat as well as the ch...
Ben Bangert
2012-09-04
1
-1
/
+25
*
test client.get_children failure cases
Hanno Schlichting
2012-09-04
1
-1
/
+1
*
trying to test for nodes with empty acls, but you cannot actually create those
Hanno Schlichting
2012-09-04
1
-1
/
+1
*
coverage tests for client.set_acls, actually uncovering a bug
Hanno Schlichting
2012-09-04
1
-2
/
+2
*
Add sync command and sync command test.
Ben Bangert
2012-08-31
1
-0
/
+11
*
Retain node names as UTF-8 on the way back out.
Ben Bangert
2012-08-31
1
-1
/
+1
*
Returning byte array wrapper isn't needed.
Ben Bangert
2012-08-31
1
-2
/
+2
*
Java and C libs return an empty string when the buffer is blank, not a None.
Ben Bangert
2012-08-29
1
-1
/
+1
*
Add working add_auth command.
Ben Bangert
2012-08-29
1
-10
/
+12
*
Add working set_acls/get_acls methods.
Ben Bangert
2012-08-29
1
-25
/
+88
*
Add working set data method.
Ben Bangert
2012-08-29
1
-0
/
+15
*
Add working get method.
Ben Bangert
2012-08-29
1
-0
/
+16
*
Add working ensure_path, exists, get_children calls.
Ben Bangert
2012-08-28
1
-1
/
+75
*
Better ReplyHeader encapsulation.
Ben Bangert
2012-08-28
1
-8
/
+8
*
Most of the main refactor complete, basic connection and ping handling workin...
Ben Bangert
2012-08-28
1
-17
/
+56
*
Missing part of refactor
Ben Bangert
2012-08-27
1
-7
/
+14
*
Major refactor in progress, unsafe at the moment.
Ben Bangert
2012-08-27
1
-0
/
+58