summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_launcher.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, ↵Miss Islington (bot)2022-09-051-0/+7
| | | | | | | and adds What's New section (GH-96595) (cherry picked from commit 80a9bd2e94b1759a7669fa811ed3526eb137c92d) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)Miss Islington (bot)2022-08-221-3/+5
| | | | | | Patch authored by Eryksun. (cherry picked from commit 216ccacda193733ef92146c8ac1eb81893b4478d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-94399: Restore PATH search behaviour of py.exe launcher for ↵Miss Islington (bot)2022-08-031-8/+45
| | | | | | | '/usr/bin/env' shebang lines (GH-95582) (cherry picked from commit 67840edb2851c6d4ca65d8389327d8a6dc06255a) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names ↵Miss Islington (bot)2022-07-281-1/+1
| | | | | | | (GH-95399) (cherry picked from commit 38bb2068fe1f51a74b36c46e820abc5f6422cded) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)Miss Islington (bot)2022-07-271-3/+15
| | | | | (cherry picked from commit 7ac5bb3e6a1cf780aea8164fdba09db993a21d6f) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Miss Islington (bot)2022-07-161-0/+24
| | | | | | | (cherry picked from commit 407ff6556cc999d692b264466ad8d32304a09bce) Co-authored-by: Paul Moore <p.f.moore@gmail.com> Co-authored-by: Paul Moore <p.f.moore@gmail.com>
* gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)Miss Islington (bot)2022-05-251-1/+1
| | | | | (cherry picked from commit ca58e4a2c596d1b4cdcae9ec92844d3d3272c4ce) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-93005: Fixes launcher test when no Python install is available (GH-93007)Miss Islington (bot)2022-05-231-5/+5
| | | | | (cherry picked from commit 949dbf97ba09da3cfb243d5ad7f90967ad15f354) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Miss Islington (bot)2022-05-191-9/+25
| | | | | (cherry picked from commit 73473fdeac3ff9d75ac9d189bb8552b7459812f1) Co-authored-by: Steve Dower <steve.dower@python.org>
* 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