index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
sys.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info...
Miss Islington (bot)
2025-11-08
1
-1/+5
*
[3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-13806...
Miss Islington (bot)
2025-09-08
1
-1/+1
*
[3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928)
Miss Islington (bot)
2025-07-21
1
-2/+5
*
[3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#1...
Miss Islington (bot)
2025-07-07
1
-0/+2
*
[3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementati...
Miss Islington (bot)
2025-06-21
1
-0/+12
*
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...
Miss Islington (bot)
2025-06-19
1
-2/+11
*
[3.14] gh-135361: update documentation for `remote_debugger_script` audit eve...
Miss Islington (bot)
2025-06-15
1
-0/+7
*
Python 3.14.0b1
v3.14.0b1
Hugo van Kemenade
2025-05-06
1
-1/+1
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-0/+58
*
Docs: fix some typos in `Doc/library` (#132511)
Yongzi Li
2025-04-14
1
-2/+2
*
docs: Fix typo in context_aware_warnings flag (#132340)
Jo
2025-04-10
1
-1/+1
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-1/+23
*
Python 3.14.0a7
v3.14.0a7
Hugo van Kemenade
2025-04-08
1
-1/+1
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+22
*
document that `sys._is_gil_enabled` is CPython-specific (#131748)
Ralf Gommers
2025-03-26
1
-0/+3
*
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
RUANG (James Roy)
2025-02-24
1
-2/+2
*
Add measuring unit to `sys.getswitchinterval` docs (#130457)
sobolevn
2025-02-22
1
-1/+1
*
Python 3.14.0a5
v3.14.0a5
Hugo van Kemenade
2025-02-11
1
-1/+1
*
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma
2025-01-31
1
-0/+23
*
gh-129393: Make 'sys.platform' return "freebsd" only on FreeBSD (#129394)
Michael Osipov
2025-01-31
1
-5/+10
*
gh-128017: Make a note that sys variables are read-only (#128887)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-01-16
1
-1/+1
*
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸
2024-11-26
1
-23/+41
*
Python 3.14.0a2
v3.14.0a2
Hugo van Kemenade
2024-11-19
1
-1/+1
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
1
-0/+2
*
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow
2024-10-23
1
-0/+29
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
1
-1/+2
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-2/+2
*
Remove unneeded verb in the phrase in sys.rst (#122718)
Rafael Fontenelle
2024-08-17
1
-1/+1
*
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka
2024-05-08
1
-1/+1
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-1/+1
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
1
-0/+8
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
1
-1/+3
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-25/+20
*
gh-115664: Fix chronological ordering of versionadded and versionchanged dire...
Brian Schubert
2024-02-19
1
-2/+2
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
1
-0/+2
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-1/+12
*
Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)
Bradley Reynolds
2024-01-31
1
-1/+4
*
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...
Nikita Sobolev
2024-01-21
1
-1/+1
*
gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421)
AN Long
2024-01-11
1
-4/+7
*
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki
2023-12-28
1
-0/+8
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
1
-4/+5
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
1
-0/+12
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
1
-3/+3
*
gh-102249: Expand sys.call_tracing documentation (#102806)
Quentin Peter
2023-10-31
1
-3/+17
*
Fix typo in sys docs (#111196)
James Tocknell
2023-10-24
1
-1/+1
*
GH-104232: Fix statement about trace return values (GH-110516)
Tian Gao
2023-10-18
1
-3/+2
*
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross
2023-09-27
1
-0/+2
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-2/+2
*
GH-90915: Document that SystemExit doesn't trigger sys.excepthook (#31357)
Colin Watson
2023-09-07
1
-1/+1
[next]