COMMITS
/ Doc/library/sys.rst April 6, 2026
P
gh-148110: Resolve lazy import filter names for relative imports (#148111)
Pablo Galindo Salgado committed
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 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 22, 2026
R
gh-143993: Document ways to disable remote debugging support (#143994)
Rafael Weingartner-Ortner committed
November 8, 2025
B
gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (#141233)
Bénédikt Tran committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 8, 2025
K
gh-133143: Add sys.abi_info (GH-137476)
Klaus Zimmermann committed
A
Doc: Apply keyword role around finally (in sys module doc) (GH-138544)
Adorilson Bezerra committed
August 22, 2025
K
gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062)
Krishna Chaitanya committed
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
July 21, 2025
P
gh-121028: Soft-deprecate sys.api_version (GH-136463)
Petr Viktorin committed
July 7, 2025
A
gh-86682: Add versionadded for sys._getframemodulename (#136325)
Anthony Sottile 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 15, 2025
N
gh-135361: update documentation for `remote_debugger_script` audit event (#135362)
Nadeshiko Manju committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 5, 2025
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
April 14, 2025
Y
Docs: fix some typos in `Doc/library` (#132511)
Yongzi Li committed
April 10, 2025
J
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 26, 2025
R
document that `sys._is_gil_enabled` is CPython-specific (#131748)
Ralf Gommers committed
February 24, 2025
R
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
RUANG (James Roy) committed
February 22, 2025
S
Add measuring unit to `sys.getswitchinterval` docs (#130457)
sobolevn committed
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
January 31, 2025
P
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma committed
M
gh-129393: Make 'sys.platform' return "freebsd" only on FreeBSD (#129394)
Michael Osipov committed
January 16, 2025
S
gh-128017: Make a note that sys variables are read-only (#128887)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
November 26, 2024
F
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸 committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
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 23, 2024
E
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
August 17, 2024
R
Remove unneeded verb in the phrase in sys.rst (#122718)
Rafael Fontenelle committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
May 3, 2024
S
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross committed
March 27, 2024
M
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
February 19, 2024
B
gh-115664: Fix chronological ordering of versionadded and versionchanged directives (#115676)
Brian Schubert committed
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
February 12, 2024
B
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher committed
January 31, 2024
B
Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)
Bradley Reynolds committed