COMMITS
/ Python/sysmodule.c March 6, 2024
N
March 4, 2024
M
[3.11] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (GH-115321) (#116324)
Miss Islington (bot) committed
January 21, 2024
M
[3.11] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implementation (GH-114385) (#114387)
Miss Islington (bot) committed
September 18, 2023
M
[3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551)
Miss Islington (bot) committed
June 12, 2023
M
[3.11] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105676)
Miss Islington (bot) committed
June 11, 2023
E
[3.11] gh-105375: Improve error handling in the sys extension module (#105611) (#105666)
Erlend E. Aasland committed
May 19, 2023
M
[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650)
Mark Shannon committed
December 24, 2022
G
[3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)
Gregory P. Smith committed
November 15, 2022
M
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
Miss Islington (bot) committed
September 13, 2022
C
September 2, 2022
G
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith committed
July 17, 2022
M
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Miss Islington (bot) committed
July 4, 2022
M
[3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482)
Miss Islington (bot) committed
June 20, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner committed
May 8, 2022
M
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)
Miss Islington (bot) 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