COMMITS
/ Python/pathconfig.c November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
July 7, 2020
V
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner committed
July 6, 2020
June 22, 2020
G
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
Gregory P. Smith committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
January 9, 2020
A
bpo-39270: Remove dead assignment from config_init_module_search_paths (GH-17914)
Alex Henrie committed
January 6, 2020
A
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
Anthony Wee committed
October 4, 2019
V
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 26, 2019
V
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
Victor Stinner committed
V
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner committed
September 24, 2019
V
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner committed
September 23, 2019
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
V
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner committed
August 28, 2019
Z
bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15424)
Zackery Spytz committed
June 29, 2019
S
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 22, 2019
V
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner committed
May 18, 2019
V
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
May 16, 2019
V
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner committed
March 26, 2019
V
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner committed
V
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner committed
March 25, 2019
V
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner committed
March 19, 2019
V
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441)
Victor Stinner committed
V
bpo-36236: Handle removed cwd at Python init (GH-12424)
Victor Stinner committed
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-36301: Fix Py_Main() memory leaks (GH-12420)
Victor Stinner committed
March 15, 2019
V
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner committed
March 5, 2019
V
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner committed
March 1, 2019
V
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
Victor Stinner committed
V
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner committed
February 3, 2019
M
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong committed
November 18, 2018
S
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
July 25, 2018
V
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner committed