summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare0.6Hanno Schlichting2012-09-271-1/+1
* use ISO datesHanno Schlichting2012-09-271-8/+8
* reorder changelog a bit, add explicit note about path/value typesHanno Schlichting2012-09-271-3/+6
* note PatientChildrenWatch fixHanno Schlichting2012-09-271-0/+1
* stylingHanno Schlichting2012-09-273-8/+6
* note Semaphore in changelogHanno Schlichting2012-09-271-0/+1
* mark Semaphore as being added in 0.6Hanno Schlichting2012-09-271-0/+3
* styleHanno Schlichting2012-09-271-6/+4
* Add semaphore class for docking.Ben Bangert2012-09-261-0/+5
* Add lease holders method and test for it.Ben Bangert2012-09-262-0/+41
* fix PatientChildrenWatch example, thx jrydbergHanno Schlichting2012-09-261-2/+2
* Add context manager to Semaphore and fix the semaphore tests.Ben Bangert2012-09-262-23/+22
* use handler specific sleep functionHanno Schlichting2012-09-261-1/+1
* fix `super`Hanno Schlichting2012-09-261-1/+1
* Also protect against time outs.Ben Bangert2012-09-261-1/+3
* Add basic semaphore tests.Ben Bangert2012-09-261-0/+45
* Remove forever waits....Ben Bangert2012-09-261-4/+9
* Add rough semaphore implementation.Ben Bangert2012-09-262-3/+123
* Add note about lock bug fix.Ben Bangert2012-09-261-0/+1
* add `versionadded` note for `retry_max_delay`Hanno Schlichting2012-09-251-0/+3
* add new `randomize_hosts` argument to `KazooClient`Hanno Schlichting2012-09-254-11/+33
* use present tense in changelogHanno Schlichting2012-09-251-2/+2
* Add new `retry_max_delay` and prevent unbounded retry delay growth.Hanno Schlichting2012-09-254-10/+30
* coverage test for retry.py:111Hanno Schlichting2012-09-251-2/+10
* Username on some systems can't have leading slash.Ben Bangert2012-09-241-1/+1
* test against new ZK 3.4.4 release and make it the new default targetHanno Schlichting2012-09-242-7/+7
* re-use the API tests for testing the gevent handlerHanno Schlichting2012-09-221-1/+21
* use handler specific event object in testsHanno Schlichting2012-09-221-4/+2
* make `KazooTestCase.tearDown` work even if `setUp` wasn't calledHanno Schlichting2012-09-222-2/+2
* ignore coverage for py2/3 compat codeHanno Schlichting2012-09-221-1/+1
* update r.s.autointerfaceHanno Schlichting2012-09-221-1/+1
* try to avoid a deadlock in `test_wait` and have a test failure insteadHanno Schlichting2012-09-221-3/+3
* remove irc notifications - they don't workHanno Schlichting2012-09-221-1/+0
* remove `ant compile` from `make zookeeper` - we don't actually need itHanno Schlichting2012-09-221-1/+1
* make a test a bit less time-sensitiveHanno Schlichting2012-09-221-0/+3
* avoid installing Sphinx and its dependencies on travis-ciHanno Schlichting2012-09-226-21/+13
* Test and declare PyPy compatibilityHanno Schlichting2012-09-225-5/+28
* Do better client handling with read-only.Ben Bangert2012-09-212-7/+9
* note Python 3.3 compatibilityHanno Schlichting2012-09-212-1/+2
* deal with threading.Event vs. _Event function/class troubleHanno Schlichting2012-09-211-1/+3
* remove unused importHanno Schlichting2012-09-211-2/+0
* Fix slots vs. class variable conflictHanno Schlichting2012-09-211-2/+0
* correctly detect Python 3.x in MakefileHanno Schlichting2012-09-211-1/+1
* remove wsgiref from requirements, not sure what kazoo has to do with WSGIHanno Schlichting2012-09-212-2/+0
* Merge pull request #27 from python-zk/python3Ben Bangert2012-09-2125-186/+2786
|\
| * mention Py3k support in changelogHanno Schlichting2012-09-211-1/+2
| * fix code snippets in docs to be valid Py3k syntaxHanno Schlichting2012-09-211-9/+9
| * less whitespaceHanno Schlichting2012-09-211-4/+1
| * correct test to actually cover the invalid case for a non-int versionHanno Schlichting2012-09-211-1/+1
| * add a new test for auth data with non-ascii chars in itHanno Schlichting2012-09-211-0/+26