summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_launcher.py
Commit message (Collapse)AuthorAgeFilesLines
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-241-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 Dower2023-02-011-4/+25
| | | | runtime is installed (GH-101468)
* gh-100247: Fix py.exe launcher not using entire shebang command for finding ↵Steve Dower2023-01-131-17/+40
| | | | custom commands (GH-100944)
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a ↵Steve Dower2022-11-181-1/+10
| | | | file extension (GH-99542)
* gh-98692: Enable treating shebang lines as executables in py.exe launcher ↵Steve Dower2022-10-311-0/+47
| | | | (GH-98732)
* gh-98414: py.exe launcher does not use defaults for -V:company/ option ↵Steve Dower2022-10-191-0/+7
| | | | (GH-98460)
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, ↵Steve Dower2022-09-051-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 Reedy2022-08-221-3/+5
| | | Patch authored by Eryksun.
* gh-94399: Restore PATH search behaviour of py.exe launcher for ↵Steve Dower2022-08-031-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 Dower2022-07-281-1/+1
| | | | (GH-95399)
* gh-95285: py.exe launcher fails with short argv0 (GH-95295)Steve Dower2022-07-261-3/+15
|
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Paul Moore2022-07-161-0/+24
|
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
|
* gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)Steve Dower2022-05-251-1/+1
|
* gh-93005: Fixes launcher test when no Python install is available (GH-93007)Steve Dower2022-05-231-5/+5
|
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Steve Dower2022-05-191-9/+25
|
* bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)Steve Dower2022-04-061-8/+74
|
* bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204)Steve Dower2022-03-301-6/+32
|
* bpo-46566: Add new py.exe launcher implementation (GH-32062)Steve Dower2022-03-281-0/+423