Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-123693: Use platform-agnostic semantics when processing zipfile.Path.name. #123694

Merged
merged 10 commits into from
Sep 5, 2024

Commits on Aug 28, 2024

  1. [3.10] [3.11] pythongh-123270: Replaced SanitizedNames with a more su…

    …rgical fix. (pythonGH-123354)
    
    Applies changes from zipp 3.20.1 and jaraco/zippGH-124
    (cherry picked from commit 2231286)
    (cherry picked from commit 17b77bb)
    
    Co-authored-by: Jason R. Coombs <[email protected]>
    jaraco committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c94488e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    87ac08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1eca1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c243c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ee0d35f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a7927 View commit details
    Browse the repository at this point in the history
  3. [3.10] pythongh-123693: When computing the zipfile.Path.name, use Pur…

    …ePosixPath for platform-agnostic behavior.
    
    Aligns with Python 3.9 and 3.11 behavor and fixes failing tests.
    jaraco committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7990bf9 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    jaraco committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9f1dac0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7d5cad View commit details
    Browse the repository at this point in the history
  6. Remove unused import

    jaraco committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0df599f View commit details
    Browse the repository at this point in the history