| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-126985: Don't override venv detection with PYTHONHOME (#127968) | Filipe Laíns 🇵🇸 | 2024-12-15 | 1 | -3/+7 |
|
|
* | getpath: Add comments highlighing details of the pyvenv.cfg detection (#127966) | Filipe Laíns 🇵🇸 | 2024-12-15 | 1 | -0/+11 |
|
|
* | GH-126985: move pyvenv.cfg detection from site to getpath (#126987) | Filipe Laíns 🇵🇸 | 2024-11-26 | 1 | -15/+28 |
|
|
* | getpath: fix warning typo (#126978) | Filipe Laíns 🇵🇸 | 2024-11-18 | 1 | -1/+1 |
|
|
* | gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293) | Sam Gross | 2024-07-11 | 1 | -3/+5 |
|
|
* | gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_... | Steve Dower | 2024-04-24 | 1 | -10/+14 |
|
|
* | gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d... | Yilei Yang | 2023-11-01 | 1 | -10/+14 |
|
|
* | no-issue: Remove unused variable in getpath.py (gh-111372) | Satish Pokala | 2023-10-27 | 1 | -2/+0 |
|
|
* | gh-101543: Ensure Windows registry path is only used when stdlib can't be fou... | Steve Dower | 2023-02-06 | 1 | -19/+12 |
|
|
* | gh-100320: Fix path calculations on Windows when python.exe is moved outside ... | Steve Dower | 2023-01-16 | 1 | -18/+30 |
|
|
* | gh-99370: Calculate zip path from prefix when in a venv (GH-99371) | Kai Zhang | 2022-11-14 | 1 | -2/+1 |
|
|
* | gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) | Vincent Fazio | 2022-11-10 | 1 | -0/+19 |
|
|
* | gh-98790: When DLLs directory is missing on Windows, assume executable_dir co... | Steve Dower | 2022-11-02 | 1 | -7/+21 |
|
|
* | gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) | Christian Heimes | 2022-08-16 | 1 | -3/+3 |
|
|
* | docs: Fix a few typos (#94899) | Tim Gates | 2022-08-08 | 1 | -1/+1 |
|
|
* | gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula... | neonene | 2022-06-16 | 1 | -1/+2 |
|
|
* | gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G... | Steve Dower | 2022-05-19 | 1 | -2/+3 |
|
|
* | gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) | Victor Stinner | 2022-05-05 | 1 | -0/+1 |
|
|
* | bpo-46890: Fix setting of sys._base_executable with framework builds on macOS... | Ronald Oussoren | 2022-04-05 | 1 | -2/+13 |
|
|
* | bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699) | Christian Heimes | 2022-03-06 | 1 | -1/+1 |
|
|
* | bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144) | Steve Dower | 2022-01-18 | 1 | -1/+12 |
|
|
* | bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in ... | Daniel | 2022-01-07 | 1 | -12/+5 |
|
|
* | bpo-46049: Fixes ._pth support on non-Windows (GH-30051) | Steve Dower | 2021-12-11 | 1 | -18/+16 |
|
|
* | bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) | neonene | 2021-12-10 | 1 | -1/+1 |
|
|
* | bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992) | Steve Dower | 2021-12-08 | 1 | -8/+11 |
|
|
* | bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d... | Steve Dower | 2021-12-08 | 1 | -0/+4 |
|
|
* | bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948) | Steve Dower | 2021-12-07 | 1 | -0/+2 |
|
|
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 1 | -0/+727 |
|
|