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-100479: Add pathlib.PurePath.with_segments() #103975

Merged
merged 24 commits into from
May 5, 2023

Commits on Dec 23, 2022

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

Commits on Dec 24, 2022

  1. Fix reST role name.

    barneygale committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    b061747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99eb8b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    ef6f4c3 View commit details
    Browse the repository at this point in the history
  2. Add news blurb.

    barneygale committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    595b8ae View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

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

Commits on Apr 10, 2023

  1. Add whatsnew entry

    barneygale committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    117fe4b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 13, 2023

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

Commits on Apr 24, 2023

  1. other --> pathsegments

    barneygale committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f2f1048 View commit details
    Browse the repository at this point in the history
  2. Update Lib/pathlib.py

    Co-authored-by: Alex Waygood <[email protected]>
    barneygale and AlexWaygood authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3c172fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4637109 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Restore _PathParents

    barneygale committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ae48454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7a8fe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    cdedc92 View commit details
    Browse the repository at this point in the history
  2. __newpath__ --> _newpath_

    barneygale committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    8341566 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    610b0c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f28ed3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 4, 2023

  1. Revert "with_segments --> with_path"

    This reverts commit 7f28ed3.
    barneygale committed May 4, 2023
    Configuration menu
    Copy the full SHA
    961e2bf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    39297cf View commit details
    Browse the repository at this point in the history
  2. *args --> *pathsegments

    barneygale committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4e28944 View commit details
    Browse the repository at this point in the history