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.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-2/+2
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
1
-1/+1
*
[3.12] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
[3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)
Miss Islington (bot)
2024-05-08
1
-1/+1
*
[3.12] gh-115664: Fix chronological ordering of versionadded and versionchang...
Brian Schubert
2024-02-19
1
-1/+3
*
[3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12 (#114540)
Tian Gao
2024-02-04
1
-0/+6
*
[3.12] Add note to `sys.orig_argv` clarifying the difference from `sys.argv` ...
Miss Islington (bot)
2024-01-31
1
-1/+4
*
[3.12] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i...
Miss Islington (bot)
2024-01-21
1
-1/+1
*
[3.12] gh-112419: Document removal of sys.meta_path's 'find_module' fallback ...
Miss Islington (bot)
2024-01-11
1
-4/+7
*
[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...
Miss Islington (bot)
2023-12-05
1
-4/+5
*
[3.12] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111557)
Miss Islington (bot)
2023-10-31
1
-3/+17
*
[3.12] Fix typo in sys docs (GH-111196) (#111248)
Miss Islington (bot)
2023-10-24
1
-1/+1
*
[3.12] GH-104232: Fix statement about trace return values (GH-111047)
Miss Islington (bot)
2023-10-18
1
-3/+2
*
[3.12] gh-109634: Use :samp: role (GH-109635) (#109776)
Miss Islington (bot)
2023-09-24
1
-2/+2
*
[3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...
Miss Islington (bot)
2023-09-08
1
-1/+1
*
[3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...
Miss Islington (bot)
2023-09-05
1
-0/+7
*
[3.12] Docs: Fix Sphinx warnings in sys.rst (#108106) (#108178)
Erlend E. Aasland
2023-08-20
1
-113/+152
*
[3.12] Docs: format sys.float_info properly (GH-108107) (#108130)
Miss Islington (bot)
2023-08-19
1
-52/+73
*
[3.12] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...
Miss Islington (bot)
2023-08-18
1
-17/+21
*
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (...
Miss Islington (bot)
2023-08-08
1
-0/+9
*
[3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)
Miss Islington (bot)
2023-07-28
1
-4/+4
*
gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)
Miss Islington (bot)
2023-07-22
1
-21/+25
*
[3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-5/+5
*
[3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-1/+1
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-1/+1
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-4/+0
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-0/+7
*
gh-103176: sys._current_exceptions() returns mapping to exception instances i...
Irit Katriel
2023-04-11
1
-0/+4
*
gh-102899: Fix doc link for getting filesystem error handler (#102901)
Olivier Gayot
2023-04-05
1
-1/+1
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
1
-11/+14
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
1
-1/+1
*
GH-90744: Fix erroneous doc links in the sys module (#101319)
Furkan Onder
2023-02-28
1
-49/+49
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-0/+16
*
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...
ram vikram singh
2023-01-12
1
-1/+1
*
gh-85988: Change documentation for sys.float_info.rounds (GH-99675)
Brad Wolfe
2022-11-27
1
-6/+12
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Steve Dower
2022-11-11
1
-0/+9
*
Fix typo in docs (GH-98863)
Yuvi Panda
2022-10-29
1
-1/+1
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
1
-0/+32
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-3/+3
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-4/+4
*
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)
Alex Waygood
2022-09-13
1
-1/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-13/+44
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
1
-2/+2
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
1
-1/+1
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
1
-0/+2
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower
2022-07-17
1
-1/+1
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
1
-1/+1
[next]