summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid recreating dict every line process call.0.2Ben Bangert2012-08-121-7/+9
* Prep for 0.2 release.Ben Bangert2012-08-122-3/+3
* Avoid unnecessary repeat connections.Ben Bangert2012-08-121-5/+9
* Update CHANGES to reflect issue 16 resolution.Ben Bangert2012-08-091-0/+3
* Fix test for pipe writing.Ben Bangert2012-08-091-1/+3
* Make the pipe once, alter it as appropriate.Ben Bangert2012-08-091-16/+13
* Clean up klog as gevent 0.13 also has wait_read for pipes.Ben Bangert2012-08-092-47/+19
* Fashion a logging handler appropriate based on the handler used for KazooClient.Ben Bangert2012-08-092-47/+143
* Cache the real thread this time.Ben Bangert2012-08-091-1/+2
* Update change log with recent changes.Ben Bangert2012-08-071-0/+4
* Fix similar session listener blocking in ChildrenWatch.Ben Bangert2012-08-071-1/+1
* Spawn _get_data from session listener to avoid blocking session events.Ben Bangert2012-08-072-3/+27
* Better handling of the gevent.sleep func with static method rather than anoth...Ben Bangert2012-08-071-4/+1
* sleep_func for SequentialGeventHandler was not set on the class appropriately...Ben Bangert2012-08-072-1/+7
* don't install `libev-dev` on travis, gevent 1.x includes a copy inside itHanno Schlichting2012-08-071-3/+0
* use our own zookeeper build on travis (3.3.6 vs. 3.3.3 system package)Hanno Schlichting2012-08-071-2/+1
* don't build zkpython as part of `make zookeeper`Hanno Schlichting2012-08-071-5/+0
* introduce a requirements.txt to pin down all dependenciesHanno Schlichting2012-08-072-2/+16
* remove catch-all trove classifier (`Python Modules`)Hanno Schlichting2012-08-071-1/+0
* Update trove classifiers to beta labelHanno Schlichting2012-08-071-1/+1
* turn off verbose test mode againHanno Schlichting2012-08-071-1/+1
* update to ZK 3.3.6Hanno Schlichting2012-08-071-1/+1
* when building zookeeper, reinstall zc-zookeeper-staticHanno Schlichting2012-08-071-0/+1
* Cleanup copy/paste docs and debug statementHanno Schlichting2012-08-071-3/+2
* More docs for double barrier.Ben Bangert2012-08-061-0/+7
* Use 0.2 as the next versionBen Bangert2012-08-061-1/+1
* Add barrier and double barrier recipe along with docs and tests.Ben Bangert2012-08-065-1/+258
* grammarHanno Schlichting2012-08-041-2/+2
* spellingHanno Schlichting2012-08-041-1/+1
* Add basic zookeeper barrier recipe.Ben Bangert2012-08-036-1/+109
* Doc reflowing.Ben Bangert2012-08-031-8/+8
* More async usage docs on callbacks.Ben Bangert2012-08-031-2/+15
* Use a consistent name for PatientChildrenWatch.Ben Bangert2012-08-035-10/+19
* Update CHANGES to reflect refactor.Ben Bangert2012-08-031-0/+2
* Refactor ChildrenWatcher to PatientChildrenWatcher, expose publicly under wat...Ben Bangert2012-08-036-123/+124
* Fix timing issues on children watcher for the set partitioner.Ben Bangert2012-08-031-12/+8
* Correct start_async docs.Ben Bangert2012-08-031-7/+6
* Align -----Ben Bangert2012-08-031-1/+1
* Ensure self._live is always returned by connect_asyncBen Bangert2012-08-031-1/+1
* Obsolete TODO referring to a variable that is no longer relevant.Ben Bangert2012-08-031-1/+0
* Reflect upcoming release number.Ben Bangert2012-08-031-1/+1
* Doc update to remove other connect_async mention, better example of a callback.Ben Bangert2012-08-031-14/+14
* try travis-ci without the `apt-get update` to cut down test timeHanno Schlichting2012-08-031-1/+0
* document `KazooTestCase` as a public APIHanno Schlichting2012-08-031-5/+1
* grammarHanno Schlichting2012-08-032-3/+2
* document `threading.TimeoutError`Hanno Schlichting2012-08-031-0/+2
* Turn gevent/threading module docs into actual sentences, document start/stopHanno Schlichting2012-08-032-3/+7
* explicitly note time arguments being in secondsHanno Schlichting2012-08-031-1/+1
* actually sort alphabetically ;)Hanno Schlichting2012-08-031-1/+1
* note and explain the `ZOOKEEPER_PATH` environment variableHanno Schlichting2012-08-031-0/+6