COMMITS
/ Python/sysmodule.c April 13, 2021
M
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
February 28, 2021
P
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
Pablo Galindo committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
V
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
Victor Stinner committed
January 25, 2021
V
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner committed
V
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner committed
December 22, 2020
J
Fix typos in sysmodule (GH-23883)
Joannah Nanjekye committed
December 2, 2020
M
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon committed
November 12, 2020
V
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner committed
November 10, 2020
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 5, 2020
V
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Victor Stinner committed
November 2, 2020
J
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
October 11, 2020
S
bpo-42002: Clean up initialization of the sys module. (GH-22642)
Serhiy Storchaka committed
June 29, 2020
V
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner committed
June 22, 2020
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 8, 2020
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
June 1, 2020
V
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner committed
April 29, 2020
V
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
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 osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
H
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi committed
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
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 26, 2020
V
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner committed
Z
bpo-38410: Properly handle PySys_Audit() failures (GH-16657)
Zackery Spytz committed
March 13, 2020
V
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
March 6, 2020
V
bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816)
Victor Stinner committed
A
closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796)
Andy Lester committed
February 12, 2020
A
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner committed
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