summaryrefslogtreecommitdiffstats
path: root/PC/launcher2.c
Commit message (Expand)AuthorAgeFilesLines
* gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...Miss Islington (bot)2024-01-251-0/+69
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Miss Islington (bot)2023-02-011-9/+56
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Miss Islington (bot)2023-01-241-34/+121
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Miss Islington (bot)2023-01-131-65/+85
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Miss Islington (bot)2022-11-181-50/+32
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-311-3/+68
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Miss Islington (bot)2022-10-281-1/+4
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Miss Islington (bot)2022-10-191-0/+1
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Miss Islington (bot)2022-09-051-22/+19
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Miss Islington (bot)2022-08-031-0/+106
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Miss Islington (bot)2022-07-281-7/+11
* gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)Miss Islington (bot)2022-07-271-0/+3
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Miss Islington (bot)2022-07-161-1/+3
* gh-93005: Fixes launcher test when no Python install is available (GH-93007)Miss Islington (bot)2022-05-231-3/+3
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Miss Islington (bot)2022-05-191-2/+21
* bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)Steve Dower2022-04-061-96/+205
* bpo-46566: Add new py.exe launcher implementation (GH-32062)Steve Dower2022-03-281-0/+2264