COMMITS
/ Python/sysmodule.c May 7, 2022
S
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
Serhiy Storchaka committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
April 23, 2022
C
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes committed
April 7, 2022
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
April 4, 2022
I
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
March 25, 2022
M
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
Mark Shannon committed
March 21, 2022
V
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Victor Stinner committed
V
bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Victor Stinner committed
March 14, 2022
D
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
Dong-hee Na committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 23, 2022
V
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner committed
February 8, 2022
February 7, 2022
M
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
Mark Shannon committed
January 21, 2022
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
January 13, 2022
I
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel committed
December 10, 2021
N
December 7, 2021
November 25, 2021
November 16, 2021
M
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon committed
October 28, 2021
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 15, 2021
V
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner committed
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
October 5, 2021
M
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
Mark Shannon committed
September 28, 2021
E
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 15, 2021
P
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado committed
June 7, 2021
M
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon committed
May 13, 2021
V
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Victor Stinner committed
May 3, 2021
P
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Pablo Galindo committed
April 30, 2021
V
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Victor Stinner committed
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
April 22, 2021
R
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger committed
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