Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-103805: Lib test f541 linting issue fix (#103812) | Rodolfo M. Pereira | 2023-04-24 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | This PR makes some minor linting adjustments to the Lib/test module caught by [ruff](https://github.com/charliermarsh/ruff). The adjustments are all related to the `F541 f-string without any placeholders` issue. Issue: https://github.com/python/cpython/issues/103805 <!-- gh-issue-number: gh-103805 --> * Issue: gh-103805 <!-- /gh-issue-number --> --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> | ||||
* | gh-101467: Correct py.exe handling of prefix matches and cases when only one ↵ | Steve Dower | 2023-02-01 | 1 | -4/+25 |
| | | | | runtime is installed (GH-101468) | ||||
* | gh-100247: Fix py.exe launcher not using entire shebang command for finding ↵ | Steve Dower | 2023-01-13 | 1 | -17/+40 |
| | | | | custom commands (GH-100944) | ||||
* | gh-99442: Fix handling in py.exe launcher when argv[0] does not include a ↵ | Steve Dower | 2022-11-18 | 1 | -1/+10 |
| | | | | file extension (GH-99542) | ||||
* | gh-98692: Enable treating shebang lines as executables in py.exe launcher ↵ | Steve Dower | 2022-10-31 | 1 | -0/+47 |
| | | | | (GH-98732) | ||||
* | gh-98414: py.exe launcher does not use defaults for -V:company/ option ↵ | Steve Dower | 2022-10-19 | 1 | -0/+7 |
| | | | | (GH-98460) | ||||
* | gh-96559: Fixes Windows launcher handling of defaults using old-style tags, ↵ | Steve Dower | 2022-09-05 | 1 | -0/+7 |
| | | | | and adds What's New section (GH-96595) | ||||
* | gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091) | Terry Jan Reedy | 2022-08-22 | 1 | -3/+5 |
| | | | Patch authored by Eryksun. | ||||
* | gh-94399: Restore PATH search behaviour of py.exe launcher for ↵ | Steve Dower | 2022-08-03 | 1 | -8/+45 |
| | | | | '/usr/bin/env' shebang lines (GH-95582) | ||||
* | gh-95359: Fix py.exe launcher handling of per-user py.ini and command names ↵ | Steve Dower | 2022-07-28 | 1 | -1/+1 |
| | | | | (GH-95399) | ||||
* | gh-95285: py.exe launcher fails with short argv0 (GH-95295) | Steve Dower | 2022-07-26 | 1 | -3/+15 |
| | |||||
* | gh-94772: Fix off-by-one error in Windows launcher (GH-94779) | Paul Moore | 2022-07-16 | 1 | -0/+24 |
| | |||||
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190) | Steve Dower | 2022-05-25 | 1 | -1/+1 |
| | |||||
* | gh-93005: Fixes launcher test when no Python install is available (GH-93007) | Steve Dower | 2022-05-23 | 1 | -5/+5 |
| | |||||
* | gh-92817: Fix precedence of options to py.exe launcher (GH-92988) | Steve Dower | 2022-05-19 | 1 | -9/+25 |
| | |||||
* | bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364) | Steve Dower | 2022-04-06 | 1 | -8/+74 |
| | |||||
* | bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204) | Steve Dower | 2022-03-30 | 1 | -6/+32 |
| | |||||
* | bpo-46566: Add new py.exe launcher implementation (GH-32062) | Steve Dower | 2022-03-28 | 1 | -0/+423 |