| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(core): allow requests to be queued in CONNECTING state (#374) (#588) | Damien Diederen | 2020-03-09 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | With this patch, requests issued while the client is in the 'CONNECTING' state get queued instead of raising a misleading 'SessionExpiredError'. This fixes https://github.com/python-zk/kazoo/issues/374, and brings Kazoo more in line with the Java and C clients. See the 'kazoo.client.KazooClient.state' documentation as well as these discussions for more details: https://github.com/python-zk/kazoo/pull/570#issuecomment-554798550 https://github.com/python-zk/kazoo/pull/583#issuecomment-586422386 | ||||
| * | Add transactions and some tests for them. | Ben Bangert | 2012-09-07 | 1 | -0/+4 |
| | | |||||
| * | Indent docs for methods. | Ben Bangert | 2012-09-05 | 1 | -7/+7 |
| | | |||||
| * | document client.state and avoid describing internals of client.retry | Hanno Schlichting | 2012-08-30 | 1 | -3/+9 |
| | | |||||
| * | document client.handler API | Hanno Schlichting | 2012-08-30 | 1 | -0/+5 |
| | | |||||
| * | officially document client.retry and the availibility of the recipes | Hanno Schlichting | 2012-08-30 | 1 | -0/+5 |
| | | |||||
| * | order client docs by source instead of alphabetically | Hanno Schlichting | 2012-08-30 | 1 | -0/+1 |
| | | |||||
| * | Add new api/protocol/states doc and move docs from api/client | Hanno Schlichting | 2012-08-30 | 1 | -16/+0 |
| | | |||||
| * | docs: stop duplicate long listing of all `__init__` arguments for client | Hanno Schlichting | 2012-07-30 | 1 | -1/+1 |
| | | |||||
| * | move EventType below main KazooClient class | Hanno Schlichting | 2012-07-30 | 1 | -2/+1 |
| | | |||||
| * | One typo is all it takes | Ben Bangert | 2012-05-31 | 1 | -1/+1 |
| | | |||||
| * | Use a ZnodeStat structure for additional documentation and convenience ↵ | Ben Bangert | 2012-05-31 | 1 | -3/+5 |
| | | | | | functions. | ||||
| * | Include __init__ method. | Ben Bangert | 2012-05-31 | 1 | -2/+3 |
| | | |||||
| * | Fix docs to include all the data. | Ben Bangert | 2012-05-31 | 1 | -5/+7 |
| | | |||||
| * | Don't doc all special methods | Ben Bangert | 2012-05-31 | 1 | -2/+1 |
| | | |||||
| * | Fix doc strings for sphinx. | Ben Bangert | 2012-05-31 | 1 | -0/+1 |
| | | |||||
| * | Documentation updates. | Ben Bangert | 2012-05-31 | 1 | -0/+19 |
| | | |||||
| * | Add client placeholder | Ben Bangert | 2012-05-30 | 1 | -0/+7 |
