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
/
testing
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
1
-1
/
+4
*
style: pep8 imports
jeffwidman-pep8-imports
Jeff Widman
2017-07-23
1
-2
/
+1
*
move code out of `testing.__init__`
Hanno Schlichting
2012-09-04
1
-140
/
+3
*
Remove zookeeper C leftovers.
Ben Bangert
2012-08-31
1
-151
/
+0
*
Fetch a value for a slightly faster session expiration.
Ben Bangert
2012-08-29
1
-0
/
+1
*
Don't do full listener state transitions when going from closed -> connecting.
Ben Bangert
2012-08-29
1
-1
/
+1
*
Wait longer for session expiration, it'll happen….
Ben Bangert
2012-08-29
1
-3
/
+3
*
Import objects from the right place for tests.
Ben Bangert
2012-08-29
1
-3
/
+4
*
Remove debugging code, lower timeouts.
Ben Bangert
2012-08-23
1
-2
/
+2
*
Remove sys.exit that should've been in rollback.
Ben Bangert
2012-08-21
1
-1
/
+0
*
Back out sub process spawning which doesn't solve the C binding issue.
Ben Bangert
2012-08-21
1
-34
/
+5
*
Try and locate proper python
Ben Bangert
2012-08-21
1
-1
/
+6
*
Use appropriate python for CI.
Ben Bangert
2012-08-21
1
-7
/
+14
*
Spin up session killer in a separate process.
Ben Bangert
2012-08-21
1
-5
/
+24
*
Remove zookeeper server ordering here.
Ben Bangert
2012-08-21
1
-1
/
+0
*
Use new return system to de-register.
Ben Bangert
2012-08-21
1
-2
/
+1
*
Ensure deterministic order once.
Ben Bangert
2012-08-21
1
-0
/
+3
*
Make expire_session a blocking call that doesn't return until it sees a sessi...
Ben Bangert
2012-08-21
1
-0
/
+13
*
Avoid unnecessary repeat connections.
Ben Bangert
2012-08-12
1
-5
/
+9
*
Rename connect/connect_async to start/start_async.
Ben Bangert
2012-08-02
1
-3
/
+3
*
spelling, Ben asked for it ;)
Hanno Schlichting
2012-07-31
1
-5
/
+5
*
Better docs on ZooError's
Ben Bangert
2012-07-30
1
-0
/
+7
*
Fix testing issue with assigning to a tuple.
Ben Bangert
2012-07-25
1
-0
/
+7
*
Setup testing cluster on first use, not import
David LaBissoniere
2012-07-19
1
-9
/
+13
*
Consolidate testing code in kazoo.testing
David LaBissoniere
2012-07-19
1
-0
/
+254