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: python/importlib_resources
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.3
Choose a base ref
...
head repository: python/importlib_resources
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 6, 2024

  1. Give precedence to native traversable readers.

    Ensure that standard library readers are replaced while third-party readers are passed along. Closes #295.
    jaraco committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    527173b View commit details
    Browse the repository at this point in the history
  2. Re-implement _block_standard as a wrapper function around _adapters.T…

    …raversableResourcesLoader and ensure that the known standard readers are replaced by readers from importlib_resources.
    jaraco committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a7b1b80 View commit details
    Browse the repository at this point in the history
  3. Add news fragment.

    jaraco committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6d48bc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #297 from python/feature/better-native-reader-support

    Give precedence to native traversable readers.
    jaraco authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ec50a15 View commit details
    Browse the repository at this point in the history
  2. Finalize

    jaraco committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    15ef1e1 View commit details
    Browse the repository at this point in the history
Loading