summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)Mark Shannon2023-09-051-0/+7
* Docs: Fix Sphinx warnings in sys.rst (#108106)Erlend E. Aasland2023-08-201-113/+152
* Docs: format sys.float_info properly (#108107)Erlend E. Aasland2023-08-191-52/+73
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-2/+2
* Docs: emphasise warning and add accurate markups for sys.unraisablehook (#108...Erlend E. Aasland2023-08-181-17/+21
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-0/+9
* gh-107091: Fix some uses of :const: role (GH-107379)Serhiy Storchaka2023-07-281-4/+4
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)qqwqqw6892023-07-211-21/+25
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-2/+2
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-5/+5
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-1/+1
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-4/+0
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-0/+7
* gh-103176: sys._current_exceptions() returns mapping to exception instances i...Irit Katriel2023-04-111-0/+4
* gh-102899: Fix doc link for getting filesystem error handler (#102901)Olivier Gayot2023-04-051-1/+1
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-181-11/+14
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Julien Palard2023-03-151-1/+1
* GH-90744: Fix erroneous doc links in the sys module (#101319)Furkan Onder2023-02-281-49/+49
* gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...Steve Dower2023-01-131-0/+16
* GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...ram vikram singh2023-01-121-1/+1
* gh-85988: Change documentation for sys.float_info.rounds (GH-99675)Brad Wolfe2022-11-271-6/+12
* gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)Steve Dower2022-11-111-0/+9
* Fix typo in docs (GH-98863)Yuvi Panda2022-10-291-1/+1
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-271-0/+32
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-3/+3
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-191-4/+4
* gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)Alex Waygood2022-09-131-1/+1
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-13/+44
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-1/+1
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Pablo Galindo Salgado2022-07-311-2/+2
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-1/+1
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+2
* gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)Steve Dower2022-07-171-1/+1
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-171-1/+1
* bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)Irit Katriel2022-06-211-1/+2
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-8/+16
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-231-0/+29
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-12/+5
* bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-101-0/+2
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-231-3/+4
* bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...vidhya2022-03-031-5/+3
* bpo-46328: Add sys.exception() (GH-30514)Irit Katriel2022-01-131-15/+30