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-81790: support "UNC" device paths in ntpath.splitdrive() #91882

Merged
merged 16 commits into from
Jun 10, 2022

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    c97bfbf View commit details
    Browse the repository at this point in the history
  2. Add docs, news, tests.

    barneygale committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2da18ba View commit details
    Browse the repository at this point in the history
  3. Add a couple of comments.

    barneygale committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    49f9373 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    57840d4 View commit details
    Browse the repository at this point in the history
  2. Address review feedback

    barneygale committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    264d79e View commit details
    Browse the repository at this point in the history
  3. Add a few comments

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

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    bcc561c View commit details
    Browse the repository at this point in the history
  2. Update Lib/ntpath.py

    Co-authored-by: Eryk Sun <[email protected]>
    barneygale and eryksun authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    40c1eaf View commit details
    Browse the repository at this point in the history
  3. Update Lib/ntpath.py

    Co-authored-by: Eryk Sun <[email protected]>
    barneygale and eryksun authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    34358c8 View commit details
    Browse the repository at this point in the history
  4. Update Lib/ntpath.py

    Co-authored-by: Eryk Sun <[email protected]>
    barneygale and eryksun authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0213a72 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    a7fa62b View commit details
    Browse the repository at this point in the history
  2. Undo formatting change.

    barneygale committed May 28, 2022
    Configuration menu
    Copy the full SHA
    992f59d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f163ff View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    4244684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    471e3b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Remove unnecessary tests

    barneygale committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8f9ab9a View commit details
    Browse the repository at this point in the history