summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_launcher.py
Commit message (Expand)AuthorAgeFilesLines
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Miss Islington (bot)2022-09-051-0/+7
* gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)Miss Islington (bot)2022-08-221-3/+5
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Miss Islington (bot)2022-08-031-8/+45
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Miss Islington (bot)2022-07-281-1/+1
* gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)Miss Islington (bot)2022-07-271-3/+15
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Miss Islington (bot)2022-07-161-0/+24
* gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)Miss Islington (bot)2022-05-251-1/+1
* gh-93005: Fixes launcher test when no Python install is available (GH-93007)Miss Islington (bot)2022-05-231-5/+5
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Miss Islington (bot)2022-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