0
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump to 0.4 . More... about 11 years ago
tests: Move "locker" closer to Test*Swarm classes. More... about 11 years ago
Add compatibility with multiprocessing module locks timeout. More... about 11 years ago
Retry 3 times when network issue is suspected. More... about 11 years ago
Add TestSlowSwarm. More... about 11 years ago
TestSwarm: close and join pool even when test fails. More... about 11 years ago
TestSwarm: opportunist test of uid unicity. More... about 11 years ago
Add "timeout" parameters to "release". More... about 11 years ago
Simplify _wait usage. More... about 11 years ago
Do not sleep past deadline. More... about 11 years ago
Move quadratic backoff and deadline handling in separate method. More... about 11 years ago
Use add/delete pattern instead of gets/cas. More... about 11 years ago
Allow disabling release safety check. More... about 11 years ago
Use add instead of gets+cas to initialise uid generator. More... about 11 years ago
Implement blocking acquisition quadratic backoff. More... about 11 years ago
Add timeout support for lock acquisition. More... about 11 years ago
Add test for lock persistence. More... about 11 years ago
Make pep8 happy. More... about 11 years ago
ThreadRLock.locked: Add support for "by_self". More... about 11 years ago
ThreadRLock: inherit from RLock instead of proxying it. More... about 11 years ago
Distinguish between unresponsive memcached and failed command. More... about 11 years ago
Implement stand-in optional behaviour. More... about 11 years ago
Rework docstrings. More... about 11 years ago
Skip swarm tests if multiprocessing.Pool() fails. More... about 11 years ago
Drop default parameter values from docstring. More... about 11 years ago
Add travis-ci file. More... about 11 years ago
Detect failure to allocate an uid. More... about 11 years ago
Use finer-grained exceptions. More... about 11 years ago
Add memcache-style exptime support. More... about 11 years ago
Add deadlock tests. More... about 11 years ago