summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: 2.6.0 release and changelog2.6.0Stephen2018-11-142-1/+33
* fix(core): ensure timeout argument is positive (#534)Chris Donati2018-11-092-1/+84
* style(Makefile): add self-documenting make targets (#531)Derek2018-10-261-21/+22
* Merge pull request #532 from salbertson/patch-1Ben Bangert2018-10-231-1/+1
|\
| * Add "Reviewed by Hound" badgeScott Albertson2018-10-181-1/+1
|/
* docs: make badges link to travis and pypi (#528)Nakul Pathak2018-10-161-2/+2
* docs: specify description type for pypi to render correctlyNakul Pathak2018-10-092-2/+3
* docs: remove broken downloads badgeJeff Widman2018-10-091-2/+0
* fix(core): get_children with include_data=True uses GetChildren2 types (#514)Jean-Marc Saffroy2018-10-081-1/+2
* feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-betaStephen2018-10-084-17/+73
* docs(core): fix broken zookeeper programmers guide linkNakul Pathak2018-10-081-1/+1
* fix(core): allow authentification in RO and RW modesStephen2018-10-081-48/+56
* fix(core): Use a copy of auth data when reconnecting (#509)arushiagg2018-10-061-2/+8
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-067-9/+154
* feat(tests): update Zookeeper version from 3.4.10 to 3.4.13Stephen2018-10-051-7/+7
* fix(core): change KazooRetry to uniformly jitter over the whole backoff inter...Andreas Guðmundsson2018-09-262-10/+3
* feat(core): Added SSL support (#513)Stephen SORRIAUX2018-09-253-23/+98
* fix(recipe): Delete lock node in queue recipe if entry already consumedKhaled Basbous2018-09-251-2/+11
* Merge pull request #507 from python-zk/release/2.5Ben Bangert2018-06-013-2/+47
|\
| * chore: 2.5.0 release and changelog2.5.0release/2.5Ben Bangert2018-06-013-2/+47
|/
* fix(core): Fix gevent 1.3b1+ timeout importCarson Ip2018-05-111-2/+2
* fix(core): Correctly fire multiple callbacksPatrick White2018-03-262-3/+19
* Update states.pyWei-Ming Yang2018-03-241-3/+3
* feat(recipe): allow non ephemeral lockingRaghu Udiyar2018-03-232-4/+28
* fix(recipe): conn hangs when TreeCache refreshingJiangge Zhang2018-03-231-3/+3
* fix(recipe): Unexpected exceptions break TreeCacheJiangge Zhang2018-03-232-14/+30
* perf(recipe): Give TreeCache standalone queueJiangge Zhang2018-03-231-1/+16
* refactor: Unify queue factory in various handlersJiangge Zhang2018-03-232-7/+9
* fix (recipe): Don't set creation watch on lock predecessor nodePatrick White2018-03-151-5/+8
* fix: Pass watch as keyword arg instead of positional arg (#495)arushiagg2018-02-261-3/+4
* fix(core): resolve race in IAsyncResult.wait() (#487)Jim Hanko2017-11-092-1/+29
* Merge pull request #483 from python-zk/fix-gevent-requirementJeff Widman2017-11-042-7/+7
|\
| * fix: need gevent >= 1.2, not > 1.1fix-gevent-requirementJeff Widman2017-11-032-7/+7
|/
* Merge pull request #484 from python-zk/correct-supported-versions-in-readmeJeff Widman2017-11-031-2/+2
|\
| * docs: Correctly document supported versionscorrect-supported-versions-in-readmeJeff Widman2017-11-021-2/+2
|/
* Merge pull request #481 from python-zk/add-license-to-wheelJeff Widman2017-10-311-0/+3
|\
| * docs: Add license to Wheeladd-license-to-wheelJeff Widman2017-10-311-0/+3
|/
* Merge pull request #476 from tgockel/issue/455Jeff Widman2017-08-294-65/+67
|\
| * fix: Remove use of "async" as a variableTravis Gockel2017-08-244-65/+67
|/
* Merge pull request #470 from python-zk/jeffwidman-drop-old-geventBen Bangert2017-07-281-2/+1
|\
| * chore: drop python 2.6 compatible geventjeffwidman-drop-old-geventJeff Widman2017-07-271-2/+1
|/
* Merge pull request #469 from python-zk/462-virtualenv-continuedJeff Widman2017-07-244-19/+3
|\
| * Remove unused GEVENT_VERSION env variable.462-virtualenv-continuedHanno Schlichting2017-07-242-11/+0
| * Remove deprecated `pip --download-cache` option.Hanno Schlichting2017-07-243-6/+1
| * Use the right python executable.Hanno Schlichting2017-07-241-2/+2
|/
* docs: minor tweaks to contributing.md (#464)Jeff Widman2017-07-241-9/+10
* chore: remove debian packaging (#468)Jeff Widman2017-07-2414-120/+0
* chore: stop bundling virtualenvJeff Widman2017-07-247-2345/+5
* Merge pull request #463 from python-zk/jeffwidman-pep8-importsBen Bangert2017-07-2421-77/+66
|\
| * style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-2321-77/+66