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-101196: Make isdir/isfile/exists faster on Windows #101324

Merged
merged 32 commits into from
Feb 8, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    9a7d3d8 View commit details
    Browse the repository at this point in the history
  2. Fix doc syntax

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a07f1e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7765fea View commit details
    Browse the repository at this point in the history
  4. Fix doc syntax

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    684d683 View commit details
    Browse the repository at this point in the history
  5. Update Lib/ntpath.py

    Co-authored-by: Eryk Sun <eryksun@gmail.com>
    mdboom and eryksun committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    781fa07 View commit details
    Browse the repository at this point in the history
  6. Mark test as CPython-only

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    dda7be7 View commit details
    Browse the repository at this point in the history
  7. Handle files correctly

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    565c2e1 View commit details
    Browse the repository at this point in the history
  8. Remove unused variable

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    53b932b View commit details
    Browse the repository at this point in the history
  9. Add islink

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f6ce580 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG entry

    mdboom committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    88c8b25 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Handle uncommon error cases

    mdboom committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    39beb86 View commit details
    Browse the repository at this point in the history
  2. Fix drive test

    mdboom committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9d4af5a View commit details
    Browse the repository at this point in the history
  3. Update Lib/test/test_ntpath.py

    Co-authored-by: Eryk Sun <eryksun@gmail.com>
    mdboom and eryksun committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1030d8a View commit details
    Browse the repository at this point in the history
  4. Use STAT and LSTAT macros

    Co-authored-by: Eryk Sun <eryksun@gmail.com>
    mdboom and eryksun committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    be6b592 View commit details
    Browse the repository at this point in the history
  5. Fix and add more tests

    mdboom committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0e465dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fff56b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    dcb9513 View commit details
    Browse the repository at this point in the history
  2. Fix spelling of Win32

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0d2985d View commit details
    Browse the repository at this point in the history
  3. PEP7

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    19018dc View commit details
    Browse the repository at this point in the history
  4. Reduce use of else

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7583a1d View commit details
    Browse the repository at this point in the history
  5. Remove variable declarations

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    30cf754 View commit details
    Browse the repository at this point in the history
  6. Docstring improvements

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c0991ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3400f07 View commit details
    Browse the repository at this point in the history
  8. Update generated code

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cb7cea3 View commit details
    Browse the repository at this point in the history
  9. PEP7

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    636886e View commit details
    Browse the repository at this point in the history
  10. Make docs consistent

    mdboom committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    05c9165 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5818815 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Revert docstrings to the equivalent Python ones

    Co-authored-by: Eryk Sun <eryksun@gmail.com>
    mdboom and eryksun committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ff6bca9 View commit details
    Browse the repository at this point in the history
  2. Revert docs changes

    mdboom committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6d48808 View commit details
    Browse the repository at this point in the history
  3. Move islink to genericpath.py

    mdboom committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c7128bc View commit details
    Browse the repository at this point in the history
  4. Regenerate clinic

    mdboom committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a72aba0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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