COMMITS
/ Lib/test/test_sys.py May 2, 2026
B
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
Brian Schubert committed
April 16, 2026
M
March 27, 2026
S
gh-138580: Revert sys.float_info.iec_60559 boolean flag (#146501)
Sergey B Kirpichev committed
March 24, 2026
S
gh-138580: Add sys.float_info.iec_60559 boolean flag (#138811)
Sergey B Kirpichev committed
March 15, 2026
G
gh-122575: gh-142349: fix sys.flags tuple size (it unintentionally increased) (GH-145988)
Gregory P. Smith committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 28, 2026
P
gh-140232: Do not track frozenset objects with immutables (#140234)
Pieter Eendebak committed
January 22, 2026
J
gh-143001: Add @cpython_only to test_sys.test_current_frames() (#144004)
Jeong, YunWon committed
J
gh-143959: Make _datetime optional for test_sys (GH-144003)
Jeong, YunWon committed
January 9, 2026
V
gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)
Victor Stinner committed
November 26, 2025
S
GH-141861: Fix TRACE_RECORD if full (GH-141959)
Sergey Miryanov committed
November 19, 2025
A
gh-141172: Update to wasi-sdk-29 (GH-141684)
Alex Crichton committed
November 14, 2025
P
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Petr Viktorin committed
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
C
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)
Cody Maloney committed
November 5, 2025
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
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 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
June 27, 2025
S
gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981)
Serhiy Storchaka committed
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
June 11, 2025
E
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow committed
June 3, 2025
May 31, 2025
C
skip test for sys._stdlib_dir if that is not present (#134973)
CF Bolz-Tereick committed
May 30, 2025
V
gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)
Victor Stinner committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 17, 2025
V
gh-134064: Fix sys.remote_exec() error checking (#134067)
Victor Stinner committed
May 13, 2025
S
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
Serhiy Storchaka committed
May 6, 2025
May 5, 2025
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
I
L
gh-132143: Fix the `AssertionError` in the test case `test.test_sys.TestRemoteExec` (#132248)
littlebutt's workshop committed
A
May 4, 2025
P
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado committed
April 25, 2025
S
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
April 23, 2025
M
gh-132859: Run debugger scripts in their own namespaces (#132860)
Matt Wozniski committed
April 11, 2025
X
gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)
Xuehai Pan 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
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 25, 2025
P
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
R
gh-130384: Skip a test_getallocatedblocks test pre-condition on iOS. (GH-130385)
Russell Keith-Magee committed
January 27, 2025
S
gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958)
Sam Gross committed
November 4, 2024
October 24, 2024
S
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Sam Gross committed
September 24, 2024
D
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na committed