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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.10.7
Choose a base ref
...
head repository: tox-dev/filelock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.11.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 7 contributors

Commits on Apr 5, 2023

  1. Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#218)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e02b493 View commit details
    Browse the repository at this point in the history
  2. Fix #220: Allow filelock test thread to catch any exceptions (#221)

    * Allow filelock test thread to catch any exceptions
    
    * Change except to make Flake happy
    
    * Make catch `Exception` not `BaseException`
    
    ---------
    
    Co-authored-by: TheMatt2 <TheMatt2@users.noreply.github.com>
    TheMatt2 and TheMatt2 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    abcc19f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    995c93e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    fc38859 View commit details
    Browse the repository at this point in the history
  2. Make the lock a thread local variable (#219)

    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 people authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    eb09492 View commit details
    Browse the repository at this point in the history
  3. Update changelog.rst

    gaborbernat authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d3241b9 View commit details
    Browse the repository at this point in the history
Loading