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-117114: Add isdevdrive to posixpath #117115

Merged
merged 11 commits into from
Mar 25, 2024
Merged

gh-117114: Add isdevdrive to posixpath #117115

merged 11 commits into from
Mar 25, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    38f3e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1376b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e29802e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9cc0c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Make requested changes

    nineteendo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d4aef86 View commit details
    Browse the repository at this point in the history
  2. Revert splitroot

    nineteendo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    63d219c View commit details
    Browse the repository at this point in the history
  3. Remove comment

    nineteendo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    22f2c79 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Update Misc/NEWS.d/next/Core and Builtins/2024-03-21-09-57-57.gh-issu…

    …e-117114.Qu-p55.rst
    
    Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
    nineteendo and Eclips4 authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    50a9e30 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Allow checking support for Dev Drives / junctions

    You can now check if a platform supports Dev Drives / junctions:
    
    - `ntpath.isdevdrive` is not `genericpath.isdevdrive`, `posixpath.isdevdrive` is not `genericpath.isdevdrive`
    - `ntpath.isjunction` is not `genericpath.isjunction`, `posixpath.isjunction` is not `genericpath.isjunction`
    nineteendo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0193598 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update Misc/NEWS.d/next/Core and Builtins/2024-03-21-09-57-57.gh-issu…

    …e-117114.Qu-p55.rst
    
    Co-authored-by: Steve Dower <steve.dower@microsoft.com>
    nineteendo and zooba authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cbf1dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c0c97 View commit details
    Browse the repository at this point in the history