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

GH-101362: Omit path anchor from pathlib.PurePath()._parts #102476

Merged

Commits on Mar 6, 2023

  1. pythonGH-101362: Omit path anchor from pathlib.PurePath()._parts

    Improve performance of path construction by skipping the addition of the
    path anchor (`drive + root`) to the internal `_parts` list. This change
    allows us to simplify the implementations of `joinpath()`, `name`,
    `parent`, and `parents` a little. The public `parts` tuple is unaffected.
    barneygale committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8bf4600 View commit details
    Browse the repository at this point in the history
  2. Add news blurb.

    barneygale committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e7a58c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d58aed View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    f529d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0f5bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a4e92f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8d4b38 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 8, 2023

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

Commits on Apr 9, 2023

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