summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info...Miss Islington (bot)2025-11-081-1/+5
* [3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-13806...Miss Islington (bot)2025-09-081-1/+1
* [3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928)Miss Islington (bot)2025-07-211-2/+5
* [3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#1...Miss Islington (bot)2025-07-071-0/+2
* [3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementati...Miss Islington (bot)2025-06-211-0/+12
* gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...Miss Islington (bot)2025-06-191-2/+11
* [3.14] gh-135361: update documentation for `remote_debugger_script` audit eve...Miss Islington (bot)2025-06-151-0/+7
* Python 3.14.0b1v3.14.0b1Hugo van Kemenade2025-05-061-1/+1
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-0/+58
* Docs: fix some typos in `Doc/library` (#132511)Yongzi Li2025-04-141-2/+2
* docs: Fix typo in context_aware_warnings flag (#132340)Jo2025-04-101-1/+1
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-1/+23
* Python 3.14.0a7v3.14.0a7Hugo van Kemenade2025-04-081-1/+1
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+22
* document that `sys._is_gil_enabled` is CPython-specific (#131748)Ralf Gommers2025-03-261-0/+3
* gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)RUANG (James Roy)2025-02-241-2/+2
* Add measuring unit to `sys.getswitchinterval` docs (#130457)sobolevn2025-02-221-1/+1
* Python 3.14.0a5v3.14.0a5Hugo van Kemenade2025-02-111-1/+1
* gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)Peter Bierma2025-01-311-0/+23
* gh-129393: Make 'sys.platform' return "freebsd" only on FreeBSD (#129394)Michael Osipov2025-01-311-5/+10
* gh-128017: Make a note that sys variables are read-only (#128887)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-01-161-1/+1
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-261-23/+41
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-191-1/+1
* gh-124855: Don't allow the JIT and perf support to be active at the same time...Pablo Galindo Salgado2024-10-301-0/+2
* gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)Eric Snow2024-10-231-0/+29
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-091-1/+2
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-2/+2
* Remove unneeded verb in the phrase in sys.rst (#122718)Rafael Fontenelle2024-08-171-1/+1
* Format None, True, False and NotImplemented as literals (GH-118758)Serhiy Storchaka2024-05-081-1/+1
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-081-1/+1
* gh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross2024-05-031-0/+8
* gh-71042: Add `platform.android_ver` (#116674)Malcolm Smith2024-03-271-1/+3
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-111-25/+20
* gh-115664: Fix chronological ordering of versionadded and versionchanged dire...Brian Schubert2024-02-191-2/+2
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+2
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-1/+12
* Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)Bradley Reynolds2024-01-311-1/+4
* gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...Nikita Sobolev2024-01-211-1/+1
* gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421)AN Long2024-01-111-4/+7
* gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)Inada Naoki2023-12-281-0/+8
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-051-4/+5
* bpo-34392: Add sys. _is_interned() (GH-8755)Serhiy Storchaka2023-12-041-0/+12
* gh-110481, doc: Add "immortal" term to the glossary (#112180)Victor Stinner2023-11-171-3/+3
* gh-102249: Expand sys.call_tracing documentation (#102806)Quentin Peter2023-10-311-3/+17
* Fix typo in sys docs (#111196)James Tocknell2023-10-241-1/+1
* GH-104232: Fix statement about trace return values (GH-110516)Tian Gao2023-10-181-3/+2
* gh-109740: Use 't' in `--disable-gil` SOABI (#109922)Sam Gross2023-09-271-0/+2
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-2/+2
* GH-90915: Document that SystemExit doesn't trigger sys.excepthook (#31357)Colin Watson2023-09-071-1/+1