Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/filelock Loading
base: 3.13.4
Choose a base ref
...
head repository: tox-dev/filelock Loading
compare: 3.15.3
Choose a head ref
  • 16 commits
  • 11 files changed
  • 7 contributors

Commits on Apr 16, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#323)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    853e7d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#324)

    updates:
    - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](tox-dev/pyproject-fmt@1.7.0...1.8.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.7...v0.4.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    26ccad3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. feat: blocking parameter on lock constructor with tests and docs (#325

    )
    
    * feat: blocking param on lock constructor with tests and docs
    
    * docs: replace a todo with actual doc
    
    * better docs and additional test on blocking precedence
    
    * fix: docs were broken
    
    * docs: add a period .
    iamkhav committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8556141 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#326)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8a168c5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#327)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    19f78fc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#328)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1cdb3b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#330)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8292363 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#333)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0ee2e3c View commit details
    Browse the repository at this point in the history
  2. asyncio support (#332)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Ovizro and pre-commit-ci[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    87453f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64787f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Hotfix: Restore __init__ method; more robust initialization for singl…

    …eton locks (#338)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    ethanbb and pre-commit-ci[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3d7b1a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#342)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7bd3b7b View commit details
    Browse the repository at this point in the history
  2. Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#341)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    48788c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Use a metaclass to implement the singleton pattern (#340)

    * add test to check the number of `__init__` calls
    
    * FileLockMeta
    
    * fix lint
    
    * minor touch
    
    * minor touch
    
    * revert self._context
    
    * fix type check
    kwist-sgr committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    192f1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d4cf9 View commit details
    Browse the repository at this point in the history
  3. Fix `TypeError: _CountedFileLock.__init__() got an unexpected keyword…

    … argument 'timeout'` (#345)
    
    * Fix TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout'
    
    * fix
    
    * fix type check
    
    * ignore Skipping analyzing "virtualenv": module is installed, but missing library stubs or py.typed marker  [import-untyped]
    kwist-sgr committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3a79343 View commit details
    Browse the repository at this point in the history
Loading