Skip to content

Releases: tox-dev/filelock

3.8.1

05 Dec 07:46
579ccc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.0...3.8.1

3.8.0

10 Aug 06:36
24b26b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.1...3.8.0

3.7.1

31 May 20:10
4730a40
Compare
Choose a tag to compare
Make the readme documentation point to the index page

3.7.0: Add ability to return immediately when a lock cannot be obtained inst…

13 May 08:29
4555608
Compare
Choose a tag to compare
…… (#142)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

3.6.0: Raise NotImplementedError if using wrong class (#135)

17 Feb 18:12
befd166
Compare
Choose a tag to compare
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>

3.5.1: Use time.monotonic() for calculating timeouts. (#136)

16 Feb 14:01
46e4d0b
Compare
Choose a tag to compare
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>

3.5.0

15 Feb 09:06
9ca0f61
Compare
Choose a tag to compare
Update changelog.rst

Drop Python 3.6 support

26 Dec 17:07
87acc9f
Compare
Choose a tag to compare
Drop python3.11 checks

As often segfaults.

Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>

Add stacklevel to deprecation warnings for argument name change

26 Dec 14:08
6823192
Compare
Choose a tag to compare
Fix linting

Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>

3.4.0: Fix misspelled keyword argument `poll_interval` for method `acquire` …

16 Nov 11:02
a6c8fab
Compare
Choose a tag to compare
…(#119)

Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>