summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove zookeeper C leftovers.Ben Bangert2012-08-312-34/+0
|
* document client.state and avoid describing internals of client.retryHanno Schlichting2012-08-301-3/+9
|
* document client.handler APIHanno Schlichting2012-08-301-0/+5
|
* officially document client.retry and the availibility of the recipesHanno Schlichting2012-08-302-0/+7
|
* order client docs by source instead of alphabeticallyHanno Schlichting2012-08-301-0/+1
|
* no longer document handlers.util.thread as a public APIHanno Schlichting2012-08-302-12/+0
|
* docs: code locations updates and adjust text referring to the C bindingsHanno Schlichting2012-08-304-37/+23
|
* docs: correctly link to `ZnodeStat` classHanno Schlichting2012-08-301-0/+2
|
* list all exceptions - mark the uncommon ones as private for nowHanno Schlichting2012-08-301-0/+52
|
* Add api/exceptions doc and test proper linkage from client docsHanno Schlichting2012-08-302-0/+15
|
* Add new api/protocol/states doc and move docs from api/clientHanno Schlichting2012-08-303-16/+23
|
* Update docs for error.Ben Bangert2012-08-291-1/+1
|
* Update versions to reflect that this is newer.Ben Bangert2012-08-201-2/+2
|
* Prep for 0.2 release.Ben Bangert2012-08-121-1/+1
|
* Add barrier and double barrier recipe along with docs and tests.Ben Bangert2012-08-061-0/+5
|
* grammarHanno Schlichting2012-08-041-2/+2
|
* Add basic zookeeper barrier recipe.Ben Bangert2012-08-032-0/+15
|
* More async usage docs on callbacks.Ben Bangert2012-08-031-2/+15
|
* Use a consistent name for PatientChildrenWatch.Ben Bangert2012-08-031-1/+2
|
* Refactor ChildrenWatcher to PatientChildrenWatcher, expose publicly under ↵Ben Bangert2012-08-032-8/+4
| | | | watchers recipes.
* Doc update to remove other connect_async mention, better example of a callback.Ben Bangert2012-08-031-14/+14
|
* document `KazooTestCase` as a public APIHanno Schlichting2012-08-031-5/+1
| | | | It's described in the testing overview.
* document `threading.TimeoutError`Hanno Schlichting2012-08-031-0/+2
|
* actually sort alphabetically ;)Hanno Schlichting2012-08-031-1/+1
|
* note and explain the `ZOOKEEPER_PATH` environment variableHanno Schlichting2012-08-031-0/+6
|
* update version numbers to be the next version to be releasedHanno Schlichting2012-08-031-1/+1
|
* Remove the stop/disconnect naming explanation.Hanno Schlichting2012-08-031-3/+0
| | | | | `stop` really does disconnect and stop any threads/gevent workers as you'd expect from such a method
* Rename connect/connect_async to start/start_async.Ben Bangert2012-08-022-4/+4
| | | | | Update docs for renaming. Retain old connect/connect_async aliases for now.
* Show proper async connect example with timeout and connection checking.Ben Bangert2012-08-011-10/+16
| | | | Fixes #10.
* spelling, Ben asked for it ;)Hanno Schlichting2012-07-313-4/+4
|
* explicitly note ensure_path / acreate relation in error testing supportHanno Schlichting2012-07-311-0/+1
|
* note upstream availability of memory leak patchesHanno Schlichting2012-07-311-1/+2
|
* correct async example, you need pass in a handler instanceHanno Schlichting2012-07-311-1/+1
|
* Spelling.Ben Bangert2012-07-311-4/+4
|
* Add information on retrying commands.Ben Bangert2012-07-301-0/+70
|
* Switch up the index order and pitch it a little betterBen Bangert2012-07-301-9/+25
|
* Split out install to a separate page to move the table of contents up on the ↵Ben Bangert2012-07-302-37/+39
| | | | index.
* Add some docs on using the testing functionality.Ben Bangert2012-07-302-0/+87
|
* Emphasize appropriate portion.Ben Bangert2012-07-301-2/+3
|
* Add implementation details on handlersBen Bangert2012-07-303-0/+47
|
* Add async usage docsBen Bangert2012-07-302-0/+95
|
* docs: stop duplicate long listing of all `__init__` arguments for clientHanno Schlichting2012-07-301-1/+1
|
* docs: fix too short underlineHanno Schlichting2012-07-301-1/+1
|
* move EventType below main KazooClient classHanno Schlichting2012-07-301-2/+1
|
* explicitly mention default portHanno Schlichting2012-07-301-2/+2
|
* spellingHanno Schlichting2012-07-301-2/+2
|
* doc improvementHanno Schlichting2012-07-301-2/+2
| | | | Python raises exceptions, Java throws them ;)
* Note that makepath lets create make the path.Ben Bangert2012-07-271-1/+1
|
* Emphasize the fact that many python-zookeeper distros do not have the memory ↵Ben Bangert2012-07-271-3/+7
| | | | leak patches applied.
* Update docs, include more usage docs.Ben Bangert2012-07-274-46/+221
|