index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
getpath.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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