summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getpath.py
Commit message (Expand)AuthorAgeFilesLines
* gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...Yilei Yang2023-11-011-0/+14
* gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower2023-01-161-8/+12
* gh-99370: Calculate zip path from prefix when in a venv (GH-99371)Kai Zhang2022-11-141-0/+33
* gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)Vincent Fazio2022-11-101-0/+31
* gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...Steve Dower2022-11-021-0/+23
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
* bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...Ronald Oussoren2022-04-051-0/+177
* bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)Steve Dower2022-01-181-0/+32
* bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in ...Daniel2022-01-071-2/+5
* Remove spaces in empty lines (GH-30121)AN Long2021-12-151-1/+1
* bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)Steve Dower2021-12-081-0/+1
* bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)Steve Dower2021-12-071-0/+30
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-0/+879