COMMITS
/ Python/sysmodule.c May 6, 2019
Z
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz committed
May 2, 2019
V
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner committed
April 24, 2019
V
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner committed
March 27, 2019
P
bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586)
Pablo Galindo committed
V
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner committed
March 26, 2019
V
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner committed
March 25, 2019
S
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Stefan Krah committed
March 19, 2019
V
bpo-36236: Handle removed cwd at Python init (GH-12424)
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.allocator (GH-12181)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner committed
February 3, 2019
M
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong committed
February 2, 2019
T
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Tony Roberts committed
January 23, 2019
V
bpo-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner committed
January 22, 2019
V
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner committed
January 15, 2019
S
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)
Serhiy Storchaka committed
January 14, 2019
S
bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(). (GH-9457)
Serhiy Storchaka committed
January 6, 2019
T
remove doc-string declaration no longer used after AC conversion (GH-11444)
Tal Einat committed
December 31, 2018
T
bpo-20182: AC convert Python/sysmodule.c (GH-11328)
Tal Einat committed
December 10, 2018
S
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)
Serhiy Storchaka committed
S
bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063)
Serhiy Storchaka committed
December 8, 2018
Z
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 16, 2018
V
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
A
Simplify sys.breakpointhook implementation (#9519)
Anthony Sottile committed
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
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-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
Victor Stinner committed
October 28, 2018
P
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
Pablo Galindo committed
August 29, 2018
V
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner committed
V
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 9, 2018
S
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Serhiy Storchaka committed
June 16, 2018
C
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
March 25, 2018
N
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
V
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner committed
December 13, 2017
V
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner committed
V
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner committed
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 6, 2017
V
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner committed
November 30, 2017
V
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner committed