COMMITS
/ PC/getpathp.c November 6, 2021
S
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower committed
October 7, 2021
C
[3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)
Christian Clauss committed
September 21, 2021
Ł
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa committed
July 15, 2020
S
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Steve Dower committed
July 6, 2020
May 18, 2020
M
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Minmin Gong 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 30, 2020
Z
bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)
Zackery Spytz committed
March 25, 2020
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
January 29, 2020
S
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower committed
October 4, 2019
V
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
September 30, 2019
V
bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489)
Victor Stinner committed
September 26, 2019
V
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner committed
September 25, 2019
V
bpo-38234: Cleanup getpath.c (GH-16367)
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
V
bpo-38236: Dump path config at first import error (GH-16300)
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
June 29, 2019
S
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
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 _PyInitError functions (GH-13395)
Victor Stinner committed
December 10, 2018
S
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
Steve Dower committed
December 7, 2018
V
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner committed
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
S
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower committed
November 18, 2018
S
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
July 25, 2018
E
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss committed
July 24, 2018
V
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner committed
July 21, 2018
V
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner committed
V
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner committed
February 22, 2018
S
January 24, 2018
V
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner committed
December 14, 2017
V
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 4, 2017
V
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner committed
December 2, 2017
S
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka committed
V
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner committed
December 1, 2017
V
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner committed
V
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner committed
V
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner committed
V
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner committed
November 25, 2017
V
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner committed
November 24, 2017
V
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner committed