-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Commits on May 14, 2020
-
shutil.which will not return None anymore for empty str in PATHEXT
Christopher Marchfelder committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 2981e84 - Browse repository at this point
Copy the full SHA 2981e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df7b99 - Browse repository at this point
Copy the full SHA 9df7b99View commit details -
Defaulted missing PATHEX env to cmd defaults
Christopher Marchfelder committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 6dd9574 - Browse repository at this point
Copy the full SHA 6dd9574View commit details -
Merge branch 'master' of github.com:python/cpython into fix-shutil-wh…
…ich-windows
Christopher Marchfelder committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 65b2847 - Browse repository at this point
Copy the full SHA 65b2847View commit details -
Merge branch 'fix-shutil-which-windows' of github.com:peanut-lord/cpy…
…thon into fix-shutil-which-windows
Christopher Marchfelder committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 49284d9 - Browse repository at this point
Copy the full SHA 49284d9View commit details
Commits on May 15, 2020
-
Changed os.chmod from 'S_IXUSR' to 'S_IXUSR | S_IWUSR'
Christopher Marchfelder committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 9eb17bb - Browse repository at this point
Copy the full SHA 9eb17bbView commit details -
Added comment to explain the _WIN_DEFAULT_PATHEXT properly
Christopher Marchfelder committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for e6a9c2c - Browse repository at this point
Copy the full SHA e6a9c2cView commit details
Commits on May 19, 2020
-
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4966956 - Browse repository at this point
Copy the full SHA 4966956View commit details -
Adjusted list comprehension to adhere line length
Christopher Marchfelder committedMay 19, 2020 Configuration menu - View commit details
-
Copy full SHA for cdb179e - Browse repository at this point
Copy the full SHA cdb179eView commit details -
Christopher Marchfelder committed
May 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 01efb42 - Browse repository at this point
Copy the full SHA 01efb42View commit details
Commits on Oct 21, 2020
-
Empty PATHEXT () will now also be defaulted to _WIN_DEFAULT_PATHEXT
Christopher Marchfelder committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for fc87309 - Browse repository at this point
Copy the full SHA fc87309View commit details -
When no extension is found, we return a list with the command
Christopher Marchfelder committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 6af00e7 - Browse repository at this point
Copy the full SHA 6af00e7View commit details -
Revert "When no extension is found, we return a list with the command"
This reverts commit 6af00e7.
Christopher Marchfelder committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for ee618eb - Browse repository at this point
Copy the full SHA ee618ebView commit details
Commits on Oct 22, 2020
-
Merge branch 'master' of github.com:python/cpython into fix-shutil-wh…
…ich-windows
Christopher Marchfelder committedOct 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 77de5b8 - Browse repository at this point
Copy the full SHA 77de5b8View commit details -
Switched to from support to os_helper in unittest
Christopher Marchfelder committedOct 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c66dfc - Browse repository at this point
Copy the full SHA 6c66dfcView commit details