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: pytest-dev/pyfakefs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pytest-dev/pyfakefs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: version-5.10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 11, 2025

  1. Release 5.10.0

    - adds official support for Python 3.14
    mrbean-bremen committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    52fae28 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Fix deadlock in shutil.copytree

    - support recursive entry into patch functions
    - happened if using shutil's own function as
      copy_function argument
    mrbean-bremen committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    a13bd92 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Release 5.10.1

    - fixes a regression introduced in version 5.9.0
    mrbean-bremen committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    3c3b0b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Fix pathlib.glob() for Python 3.14

    - glob() defines another static method that has to be patched
    mrbean-bremen committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    0ec7737 View commit details
    Browse the repository at this point in the history
  2. Release 5.10.2

    - fixes a problem with pathlib.glob in Python 3.14
    mrbean-bremen committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    8b9823c View commit details
    Browse the repository at this point in the history
Loading