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

bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT #20088

Merged
merged 15 commits into from
Oct 23, 2020

Commits on May 14, 2020

  1. shutil.which will not return None anymore for empty str in PATHEXT

    Christopher Marchfelder committed May 14, 2020
    Configuration menu
    Copy the full SHA
    2981e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df7b99 View commit details
    Browse the repository at this point in the history
  3. Defaulted missing PATHEX env to cmd defaults

    Christopher Marchfelder committed May 14, 2020
    Configuration menu
    Copy the full SHA
    6dd9574 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:python/cpython into fix-shutil-wh…

    …ich-windows
    Christopher Marchfelder committed May 14, 2020
    Configuration menu
    Copy the full SHA
    65b2847 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix-shutil-which-windows' of github.com:peanut-lord/cpy…

    …thon into fix-shutil-which-windows
    Christopher Marchfelder committed May 14, 2020
    Configuration menu
    Copy the full SHA
    49284d9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Changed os.chmod from 'S_IXUSR' to 'S_IXUSR | S_IWUSR'

    Christopher Marchfelder committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9eb17bb View commit details
    Browse the repository at this point in the history
  2. Added comment to explain the _WIN_DEFAULT_PATHEXT properly

    Christopher Marchfelder committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e6a9c2c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Updated change description

    Co-authored-by: Steve Dower <steve.dower@microsoft.com>
    peanutlord and zooba authored May 19, 2020
    Configuration menu
    Copy the full SHA
    4966956 View commit details
    Browse the repository at this point in the history
  2. Adjusted list comprehension to adhere line length

    Christopher Marchfelder committed May 19, 2020
    Configuration menu
    Copy the full SHA
    cdb179e View commit details
    Browse the repository at this point in the history
  3. Removed chown from unittest

    Christopher Marchfelder committed May 19, 2020
    Configuration menu
    Copy the full SHA
    01efb42 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Empty PATHEXT () will now also be defaulted to _WIN_DEFAULT_PATHEXT

    Christopher Marchfelder committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    fc87309 View commit details
    Browse the repository at this point in the history
  2. When no extension is found, we return a list with the command

    Christopher Marchfelder committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6af00e7 View commit details
    Browse the repository at this point in the history
  3. Revert "When no extension is found, we return a list with the command"

    This reverts commit 6af00e7.
    Christopher Marchfelder committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ee618eb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Merge branch 'master' of github.com:python/cpython into fix-shutil-wh…

    …ich-windows
    Christopher Marchfelder committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    77de5b8 View commit details
    Browse the repository at this point in the history
  2. Switched to from support to os_helper in unittest

    Christopher Marchfelder committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    6c66dfc View commit details
    Browse the repository at this point in the history