COMMITS
/ Python/initconfig.c February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
December 2, 2020
P
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
Pablo Galindo committed
November 24, 2020
S
bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)
Serhiy Storchaka committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 5, 2020
V
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner committed
V
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
V
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
V
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner committed
October 31, 2020
V
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner committed
September 21, 2020
S
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Samuel Marks committed
September 9, 2020
V
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Victor Stinner committed
S
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka committed
July 7, 2020
V
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner committed
June 29, 2020
V
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner committed
June 15, 2020
V
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 15, 2020
V
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
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
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
March 22, 2020
R
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
Ronald Oussoren committed
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
March 7, 2020
A
closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823)
Andy Lester committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 23, 2020
P
bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
Pablo Galindo committed
December 14, 2019
I
Add PYTHONUTF8 to commandline usage. (GH-17587)
Inada Naoki committed
December 9, 2019
V
bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)
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 29, 2019
V
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 23, 2019
V
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333)
Victor Stinner committed
V
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner committed
August 24, 2019
S
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
Serhiy Storchaka committed
August 23, 2019
V
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner committed
V
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
July 21, 2019
M
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim committed
July 1, 2019
V
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner committed
June 29, 2019
S