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.5.2
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: main
Choose a head ref
  • 15 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    aee344d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    75ce9ab View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    1c9467f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Select Ruff rules for modern type annotations (jaraco/skeleton#160)

    * Select Ruff rules for modern type annotations
    
    Ensure modern type annotation syntax and best practices
    Not including those covered by type-checkers or exclusive to Python 3.11+
    
    Not including rules currently in preview either.
    
    These are the same set of rules I have in pywin32 as of mhammond/pywin32#2458
    
    setuptools has all the same rules enabled (except it also includes the `UP` group directly)
    
    * Add PYI011 ignore and #local section
    
    * Update ruff.toml
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    
    * Add 	# upstream
    
    ---------
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    Avasam and jaraco authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    1a2f930 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    aa89106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e3441 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158)

    Starting with ruff 0.9.1, they are compatible with the ruff formatter
    when used together.
    DimitriPapadopoulos authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    8f42595 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    b7d4b6e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    b00e9dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d587ff7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    ad84110 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    1ebb559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979e626 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Configuration menu
    Copy the full SHA
    9a81db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85f32b View commit details
    Browse the repository at this point in the history
Loading