summaryrefslogtreecommitdiff
path: root/kazoo/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* construct empty exceptions with no arguments, instead of () and {}Christopher Armstrong2015-11-131-4/+1
* Add support for reconfig cluster membership operation (issue #234)Raul Gutierrez S2015-06-021-0/+10
* doc tweaksHanno Schlichting2013-07-231-1/+1
* - Issue #99: Better exception raised when the writer fails to close. ABen Bangert2013-07-161-0/+7
* brush up lock docs a bitHanno Schlichting2013-06-081-1/+4
* add timeout param to LockCarlo Cabanilla2013-06-031-0/+4
* Minor spelling, grammar, consistency fixesJonathan Boulle2013-05-141-2/+2
* Add transactions and some tests for them.Ben Bangert2012-09-071-1/+1
* Add read-only mode with background r/w server scanning.Ben Bangert2012-09-061-0/+11
* PEP8 gardening.Ben Bangert2012-09-051-1/+2
* Add b/w compatible exception aliases.Ben Bangert2012-08-311-0/+22
* Line formattingBen Bangert2012-08-311-4/+4
* Make a closed session subclass expired session for C/Java lib consistency, bu...Ben Bangert2012-08-301-4/+4
* docs: spelling, fewer references to ZK OS threadHanno Schlichting2012-08-301-1/+1
* Need the code for these.Ben Bangert2012-08-291-0/+1
* Add working ensure_path, exists, get_children calls.Ben Bangert2012-08-281-0/+4
* Most of the main refactor complete, basic connection and ping handling workin...Ben Bangert2012-08-281-4/+116
* Major refactor in progress, unsafe at the moment.Ben Bangert2012-08-271-73/+15
* Handle zkpython binding bugs properly for older versions of the lib.Ben Bangert2012-06-061-1/+3
* Complete integration of twitter's zk connection handling style.Ben Bangert2012-06-021-2/+2
* Fix handling of base class.Ben Bangert2012-06-011-6/+0
* Better reporting of error when connect() was never called.Ben Bangert2012-06-011-4/+24
* Refactor exceptions into individual module similar to nimbus kazoo.Ben Bangert2012-05-251-0/+76