COMMITS
/ Python/sysmodule.c July 3, 2023
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
June 30, 2023
V
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner committed
I
gh-106182: sys: Intern getfilesystemencoding() and getfilesystemencodeerrors() (#106183)
Inada Naoki committed
I
fix typos (#106247)
Inada Naoki committed
V
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner committed
June 28, 2023
E
gh-106118: Add O_CLOEXEC preprocessor guard (#106120)
Erlend E. Aasland committed
June 26, 2023
V
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner committed
June 12, 2023
N
gh-105673: Fix uninitialized warning in sysmodule.c (#105674)
Nikita Sobolev committed
June 11, 2023
E
gh-105375: Improve error handling in the sys extension module (#105611)
Erlend E. Aasland committed
June 8, 2023
E
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
Eric Snow committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
May 31, 2023
I
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki committed
May 21, 2023
G
gh-103295: expose API for writing perf map files (#103546)
gsallam committed
May 19, 2023
M
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-104579)
Mark Shannon committed
May 15, 2023
E
May 4, 2023
V
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner committed
May 2, 2023
May 1, 2023
E
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 5, 2023
N
March 21, 2023
E
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow committed
March 20, 2023
E
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow committed
March 18, 2023
I
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
E
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow committed
March 14, 2023
E
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 28, 2023
I
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
January 13, 2023
S
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
Steve Dower committed
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
December 18, 2022
J
Correct CVE-2020-10735 documentation (#100306)
Jeremy Paige committed
December 12, 2022
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 14, 2022
November 12, 2022
E
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
October 27, 2022
E
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland committed
October 19, 2022
E
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
October 4, 2022
V
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner committed
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 7, 2022
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed