COMMITS
/ Python/sysmodule.c March 23, 2026
H
gh-146197: Include a bit more information in sys._emscripten_info.runtime (#146346)
Hood Chatham committed
March 15, 2026
G
gh-122575: gh-142349: fix sys.flags tuple size (it unintentionally increased) (GH-145988)
Gregory P. Smith committed
March 10, 2026
P
gh-145376: Fix refleaks and double decref for code in Python/ (#145666)
Pieter Eendebak committed
March 3, 2026
J
gh-145376: Fix various reference leaks (GH-145377)
Jelle Zijlstra committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 10, 2026
December 11, 2025
November 15, 2025
P
gh-141579: Fix perf_jit backend in sys.activate_stack_trampoline() (#141580)
Pablo Galindo Salgado committed
November 9, 2025
B
gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
Bénédikt Tran committed
November 3, 2025
N
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer committed
September 15, 2025
S
September 9, 2025
P
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
Petr Viktorin committed
September 8, 2025
A
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
Adam Turner committed
K
gh-133143: Add sys.abi_info (GH-137476)
Klaus Zimmermann committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
P
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin committed
August 13, 2025
S
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
Sam Gross committed
August 12, 2025
June 21, 2025
June 19, 2025
N
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
Nadeshiko Manju committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
May 17, 2025
V
gh-134064: Fix sys.remote_exec() error checking (#134067)
Victor Stinner committed
May 14, 2025
M
gh-133580: Add missing exception to _sys_getwindowsversion_from_kernel32 (GH-133574)
Max Bachmann committed
May 13, 2025
S
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
Serhiy Storchaka committed
May 8, 2025
S
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32 (GH-133598)
Sergey Miryanov committed
May 5, 2025
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
April 25, 2025
P
gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled (#132959)
Pablo Galindo Salgado committed
S
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 20, 2025
C
GH-131296: fix clang-cl warnings in sysmodule.c (#131304)
Chris Eibl committed
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
V
Fix Windows build warnings (#131487)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 11, 2025
M
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
February 20, 2025
S
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross committed
January 31, 2025
P
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma committed
V
gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnicode` (#126118)
Valery Fedorenko committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 6, 2025
V
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner committed
December 13, 2024
M
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon committed
November 25, 2024
S
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
Sergey B Kirpichev committed
November 8, 2024
S
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka committed
November 4, 2024
November 1, 2024
October 30, 2024
P
gh-124855: Don't allow the JIT and perf support to be active at the same time (#124856)
Pablo Galindo Salgado committed
October 27, 2024
D
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed