COMMITS
/ Modules/getpath.c April 5, 2022
R
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958)
Ronald Oussoren committed
January 13, 2022
N
December 11, 2021
S
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower committed
S
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-30048)
Steve Dower committed
December 8, 2021
S
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
Steve Dower committed
December 7, 2021
C
bpo-45582: Fix framework path and bootstrap build (GH-29954)
Christian Heimes committed
December 6, 2021
C
bpo-45582: framework build: modPath must not be const (GH-29944)
Christian Heimes committed
N
bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)
neonene committed
C
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes committed
December 5, 2021
C
bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)
Christian Heimes committed
December 3, 2021
N
C
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes committed
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
October 22, 2021
E
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Eric Snow committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
September 28, 2021
E
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow committed
September 27, 2021
E
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow committed
June 2, 2021
S
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
June 11, 2020
V
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner committed
June 8, 2020
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
May 19, 2020
P
bpo-37616: Handle version information more gracefully in getpath.c (GH-20214)
Pablo Galindo committed
P
Python 3.10.0a0 (GH-20198)
Pablo Galindo committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
October 10, 2019
V
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695)
Victor Stinner committed
October 7, 2019
V
bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
Victor Stinner committed
October 4, 2019
V
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner committed
V
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)
Victor Stinner committed
V
bpo-38353: Rework ismodule() in getpath.c (GH-16574)
Victor Stinner committed
V
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner committed
October 3, 2019
V
bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549)
Victor Stinner committed
September 25, 2019
V
bpo-38234: Cleanup getpath.c (GH-16367)
Victor Stinner committed
September 24, 2019
V
bpo-38234: Add tests for Python init path config (GH-16358)
Victor Stinner committed
September 23, 2019
V
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Victor Stinner committed
V
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner committed
September 20, 2019
V
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner committed
September 9, 2019
O
bpo-37649: Fix exec_prefix check (GH-14897)
Orivej Desh committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
June 28, 2019
V
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
Victor Stinner committed
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
March 19, 2019
V
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner committed
V
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner committed
March 18, 2019
V
bpo-36352: Add error handling to getpath.c (GH-12421)
Victor Stinner committed