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: jaraco/zipp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.23.0
Choose a base ref
...
head repository: jaraco/zipp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.23.1
Choose a head ref
  • 10 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 25, 2025

  1. Fix TypeError from str(Path(...))

    Make `Path.__str__()` return `self.at` rather than attempting to join the
    member path onto the zip file path.
    
    When the `ZipFile` is named, the new behaviour produces a more
    straightforward string representation that is less likely to be mistaken
    for a real filesystem path.
    
    When the `ZipFile` is unnamed, the new behaviour ensures that a `TypeError`
    isn't raised.
    
    Resolves #134
    barneygale committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    c5320cc View commit details
    Browse the repository at this point in the history
  2. Fix docstring

    barneygale committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    a3ef453 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Improve tests

    barneygale committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    a82f7b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Mark 3.21 as Python 3.15.

    jaraco committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    e7956b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    f7bdf7c View commit details
    Browse the repository at this point in the history
  2. Moved none_as to _functools.

    jaraco committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    c5f40d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b07235 View commit details
    Browse the repository at this point in the history
  4. Update news fragment.

    jaraco committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    6d1e280 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #135 from barneygale/fix-134

    Fix `TypeError` from `str(Path(...))`
    jaraco authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    0c7638a View commit details
    Browse the repository at this point in the history
  6. Finalize

    jaraco committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    157860e View commit details
    Browse the repository at this point in the history
Loading