COMMITS
/ Modules/main.c January 22, 2019
L
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
Lucas Cimon committed
November 14, 2018
V
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner committed
November 13, 2018
V
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
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
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
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
September 3, 2018
V
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)
Victor Stinner committed
V
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner committed
V
bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041)
Victor Stinner committed
August 29, 2018
V
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner committed
V
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner committed
V
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner committed
V
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
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
August 23, 2018
V
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
Victor Stinner committed
August 7, 2018
Z
Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)
Zackery Spytz committed
August 3, 2018
V
bpo-34170: Fix pymain_run_file() (GH-8660)
Victor Stinner committed
August 2, 2018
V
bpo-34170: Cleanup pymain_run_filename() (GH-8631)
Victor Stinner committed
August 1, 2018
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed
V
bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)
Victor Stinner committed
V
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
Victor Stinner committed
V
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Victor Stinner committed
V
bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593)
Victor Stinner committed
V
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner committed
July 29, 2018
S
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Stéphane Wirtel committed
July 26, 2018
V
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
Victor Stinner committed
V
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner committed
July 25, 2018
V
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
Victor Stinner committed
V
bpo-34170: Cleanup pymain_run_python() (GH-8455)
Victor Stinner committed
V
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner committed
July 24, 2018
V
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner committed
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
July 20, 2018
V
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner committed
June 16, 2018
C
June 15, 2018
V
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Victor Stinner committed
May 31, 2018
V
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Victor Stinner committed
May 19, 2018
C
Fix typo in error message when decoding PYTHONPATH. (GH-6981)
Carl Meyer committed
February 25, 2018
C
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella committed
January 25, 2018
V
bpo-32652: Defer pymain_set_global_config() call (#5303)
Victor Stinner committed
January 24, 2018
V
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner committed
December 20, 2017
V
bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner committed
V
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner committed