COMMITS
/ Doc/library/sys.rst 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
January 21, 2024
N
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implementation (#114385)
Nikita Sobolev committed
January 11, 2024
December 28, 2023
I
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
December 4, 2023
S
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka committed
November 17, 2023
V
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner committed
October 31, 2023
Q
gh-102249: Expand sys.call_tracing documentation (#102806)
Quentin Peter committed
October 24, 2023
J
Fix typo in sys docs (#111196)
James Tocknell committed
October 18, 2023
T
GH-104232: Fix statement about trace return values (GH-110516)
Tian Gao committed
September 27, 2023
S
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross committed
September 23, 2023
S
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka committed
September 7, 2023
C
GH-90915: Document that SystemExit doesn't trigger sys.excepthook (#31357)
Colin Watson committed
September 5, 2023
M
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
Mark Shannon committed
August 20, 2023
E
Docs: Fix Sphinx warnings in sys.rst (#108106)
Erlend E. Aasland committed
August 19, 2023
E
Docs: format sys.float_info properly (#108107)
Erlend E. Aasland committed
August 18, 2023
V
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner committed
E
Docs: emphasise warning and add accurate markups for sys.unraisablehook (#108105)
Erlend E. Aasland committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 28, 2023
S
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka committed