summaryrefslogtreecommitdiff
path: root/src/etcd/lock.py
Commit message (Expand)AuthorAge
* Merge pull request #126 from thepwagner/python3-timeoutGiuseppe Lavagetto2015-12-02
|\
| * Python3 fix when blocking on contented lockPeter Wagner2015-09-21
* | Do not cast the lock sequence to intGiuseppe Lavagetto2015-09-19
|/
* Add a client-side locking implementationGiuseppe Lavagetto2015-07-01
* Remove locking and election modules supportGiuseppe Lavagetto2015-05-10
* Removing "None" where 0 is to be used in Lock()Aleksandar Veselinovic2014-04-21
* adding timeouts in the relevant places.Giuseppe Lavagetto2014-01-13
* Leader Election support.Giuseppe Lavagetto2014-01-06
* Style corrections: removing the redundant proxy method for api_execute.Giuseppe Lavagetto2013-12-31
* A few corrections to the lock interface.Giuseppe Lavagetto2013-12-31
* Fix to work on python 3.3Jim Rollenhagen2013-12-30
* add documentation for lock moduleJim Rollenhagen2013-12-30
* add support for lock primitivesJim Rollenhagen2013-12-30