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.11] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111558)
Miss Islington (bot)
2023-10-31
1
-3/+17
*
[3.11] Fix typo in sys docs (GH-111196) (#111249)
Miss Islington (bot)
2023-10-24
1
-1/+1
*
[3.11] GH-104232: Fix statement about trace return values (GH-111045)
Miss Islington (bot)
2023-10-18
1
-3/+2
*
[3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)
Serhiy Storchaka
2023-09-29
1
-2/+2
*
[3.11] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...
Miss Islington (bot)
2023-09-07
1
-1/+1
*
[3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166)
Miss Islington (bot)
2023-08-20
1
-113/+152
*
[3.11] Docs: format sys.float_info properly (GH-108107) (#108131)
Miss Islington (bot)
2023-08-19
1
-52/+73
*
[3.11] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...
Miss Islington (bot)
2023-08-18
1
-17/+21
*
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow
2023-08-07
1
-0/+3
*
[3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)
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.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
[3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-5/+5
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
1
-1/+1
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
Miss Islington (bot)
2023-04-05
1
-1/+1
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Miss Islington (bot)
2023-03-15
1
-1/+1
*
[3.11] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102321)
Hugo van Kemenade
2023-03-02
1
-43/+49
*
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...
Miss Islington (bot)
2023-01-12
1
-1/+1
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Miss Islington (bot)
2022-11-11
1
-0/+9
*
Fix typo in docs (GH-98863)
Miss Islington (bot)
2022-10-29
1
-1/+1
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
1
-3/+3
*
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)
Miss Islington (bot)
2022-09-13
1
-1/+1
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-13/+44
*
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Christian Heimes
2022-08-01
1
-0/+2
*
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
Christian Heimes
2022-08-01
1
-1/+1
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Miss Islington (bot)
2022-07-31
1
-2/+2
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Miss Islington (bot)
2022-07-17
1
-1/+1
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Miss Islington (bot)
2022-07-17
1
-1/+1
*
bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098) ...
Miss Islington (bot)
2022-06-21
1
-1/+2
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-8/+16
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+29
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-12/+5
*
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes
2022-04-10
1
-0/+2
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
1
-3/+4
*
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...
vidhya
2022-03-03
1
-5/+3
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-15/+30
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
1
-3/+8
*
bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)
Terry Jan Reedy
2021-11-18
1
-6/+3
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
1
-2/+2
*
bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
Gregory P. Smith
2021-10-09
1
-1/+5
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Shreyan Avigyan
2021-04-22
1
-1/+6
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
1
-1/+1
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Steve Dower
2021-04-21
1
-2/+2
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
1
-2/+3
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-2/+2
*
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
Victor Stinner
2021-01-27
1
-3/+4
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-19/+19
*
bpo-42955: Fix sys.module_names doc (GH-24329)
Victor Stinner
2021-01-25
1
-1/+1
[next]