summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_launcher.py
Commit message (Expand)AuthorAgeFilesLines
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-021-0/+22
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-241-10/+10
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Steve Dower2023-02-011-4/+25
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-131-17/+40
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Steve Dower2022-11-181-1/+10
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-0/+47
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Steve Dower2022-10-191-0/+7
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+7
* gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)Terry Jan Reedy2022-08-221-3/+5
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-8/+45
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Steve Dower2022-07-281-1/+1
* 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