COMMITS
/ Python/pathconfig.c 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
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
March 25, 2018
N
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan committed
January 18, 2018
V
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner committed
December 20, 2017
V
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner committed
December 14, 2017
V
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner committed
December 13, 2017
V
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
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