COMMITS
/ Python/sysmodule.c February 6, 2020
V
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 28, 2020
D
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier committed
December 9, 2019
December 6, 2019
V
bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
Victor Stinner committed
November 28, 2019
November 20, 2019
V
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner committed
September 29, 2019
V
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 11, 2019
R
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger committed
September 1, 2019
S
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka committed
August 23, 2019
V
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner committed
V
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
Victor Stinner committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
June 29, 2019
S
June 28, 2019
J
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer committed
June 26, 2019
V
bpo-37414: Remove sys.callstats() (GH-14398)
Victor Stinner committed
June 25, 2019
V
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner committed
June 21, 2019
Z
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz committed
June 19, 2019
V
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner committed
June 13, 2019
V
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner committed
June 4, 2019
V
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner committed
June 1, 2019
E
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow committed
May 29, 2019
J
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer committed
May 28, 2019
M
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Matthias Bussonnier committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
V
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 22, 2019
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
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