8000 Tags · tox-dev/filelock · GitHub
[go: up one dir, main page]

Skip to content

Tags: tox-dev/filelock

Tags

3.25.2

Toggle 3.25.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.25.2

3.25.1

Toggle 3.25.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.25.1

3.25.0

Toggle 3.25.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.25.0

3.24.4

Toggle 3.24.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ValueError in _acquire_transaction_lock when blocking=False with …

…timeout (#498)

* Fix ValueError in _acquire_transaction_lock when blocking=False with timeout

threading.Lock.acquire() raises ValueError when called with
blocking=False and a timeout argument, since Python does not allow
specifying a timeout for a non-blocking call.

Handle blocking=False as a separate branch that never passes a
timeout, regardless of the timeout parameter value.

* Add test and fix lint for non-blocking with timeout

---------

Co-authored-by: Kadir Can Ozden <101993364+bysiber@users.noreply.github.com>

3.24.3

Toggle 3.24.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.24.3

3.24.2

Toggle 3.24.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.24.2

3.24.1

Toggle 3.24.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.24.1

3.24.0

Toggle 3.24.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.24.0

3.23.0

Toggle 3.23.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.23.0

3.22.0

Toggle 3.22.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 3.22.0

0