index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pathconfig.c
Commit message (
Expand
)
Author
Age
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
*
gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
Victor Stinner
2022-11-03
*
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...
neonene
2022-06-16
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
*
bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)
Eric Snow
2021-10-14
*
Fix typos in the Python directory (GH-28767)
Christian Clauss
2021-10-06
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
*
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner
2020-11-10
*
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner
2020-07-08
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Steve Dower
2020-07-06
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Gregory P. Smith
2020-06-22
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
*
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner
2020-03-25
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-07
*
bpo-39270: Remove dead assignment from config_init_module_search_paths (GH-17...
Alex Henrie
2020-01-09
*
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
Anthony Wee
2020-01-06
*
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner
2019-10-04
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
*
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
Victor Stinner
2019-09-26
*
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner
2019-09-26
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner
2019-09-23
*
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner
2019-09-21
*
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner
2019-09-21
*
bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15...
Zackery Spytz
2019-08-28
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
*
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner
2019-05-16
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
*
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
*
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441)
Victor Stinner
2019-03-19
*
bpo-36236: Handle removed cwd at Python init (GH-12424)
Victor Stinner
2019-03-19
*
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner
2019-03-19
*
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner
2019-03-19
*
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
Victor Stinner
2019-03-18
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
*
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner
2019-03-05
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
[next]