COMMITS
/ Python/coreconfig.c March 15, 2019
V
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Victor Stinner committed
V
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
March 6, 2019
V
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Victor Stinner committed
March 5, 2019
V
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner committed
March 4, 2019
P
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr committed
March 1, 2019
V
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner committed
V
bpo-36142: Move command line parsing to coreconfig.c (GH-12123)
Victor Stinner committed
V
bpo-36142: Remove _PyMain structure (GH-12120)
Victor Stinner committed
V
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner committed
November 30, 2018
V
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
Victor Stinner committed
November 18, 2018
S
November 14, 2018
V
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner committed
November 13, 2018
V
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner committed
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
V
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
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
October 30, 2018
V
bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232)
Victor Stinner committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 18, 2018
V
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner committed
September 17, 2018
V
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner committed
V
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner committed
August 29, 2018
V
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
Victor Stinner committed
V
bpo-34523: Fix config_init_fs_encoding() (GH-8991)
Victor Stinner committed
V
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner committed
V
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
Victor Stinner committed
August 28, 2018
V
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Victor Stinner committed
V
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
Victor Stinner committed
V
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner committed
V
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner committed
August 24, 2018
A
bpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy() (GH-8910)
Alexey Izbyshev committed
August 3, 2018
V
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
Victor Stinner committed
August 1, 2018
V
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner committed
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed