summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-45711: Change exc_info related APIs to derive type and traceback from the...Irit Katriel2021-11-301-3/+8
* bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)Terry Jan Reedy2021-11-181-6/+3
* bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado2021-10-131-2/+2
* bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)Gregory P. Smith2021-10-091-1/+5
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Shreyan Avigyan2021-04-221-1/+6
* bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)Raymond Hettinger2021-04-221-1/+1
* bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...Steve Dower2021-04-211-2/+2
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-2/+3
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-2/+2
* bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)Victor Stinner2021-01-271-3/+4
* bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)Victor Stinner2021-01-251-19/+19
* bpo-42955: Fix sys.module_names doc (GH-24329)Victor Stinner2021-01-251-1/+1
* bpo-42955: Add sys.modules_names (GH-24238)Victor Stinner2021-01-251-1/+21
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-17/+25
* bpo-41435: Add sys._current_exceptions() function (GH-21689)Julien Danjou2020-11-021-0/+12
* bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)Victor Stinner2020-11-011-17/+14
* bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...Andrew Kuchling2020-10-201-10/+25
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* bpo-23427: Add sys.orig_argv attribute (GH-20729)Victor Stinner2020-06-291-0/+12
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Michał Górny2020-05-281-3/+4
* bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner2020-03-101-0/+21
* Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...Saiyang Gou2020-02-081-0/+2
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-7/+8
* bpo-39310: Add math.ulp(x) (GH-17965)Victor Stinner2020-01-131-8/+14
* bpo-13601: always use line-buffering for sys.stderr (GH-17646)Jendrik Seipp2020-01-011-3/+9
* bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...Steve Dower2019-11-281-1/+22
* bpo-38892: Improve docs for audit event (GH-17361)Terry Jan Reedy2019-11-261-3/+3
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-1/+1
* bpo-38434: Fixes some audit event documentation (GH-16932)Steve Dower2019-10-261-8/+11
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Ram Rachum2019-09-201-0/+11
* bpo-36270: Doc: add link to traceback object reference (GH-13119)Björn Meier2019-09-111-1/+1
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)Raymond Hettinger2019-09-111-6/+6
* Correct minor gramatical mistake in sys.settrace doc (GH-15637)Andre Delfino2019-09-051-1/+2
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-151-0/+4
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Steve Dower2019-07-011-0/+6
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-6/+9
* bpo-37392: Remove sys.setcheckinterval() (GH-14355)Victor Stinner2019-06-251-23/+0
* bpo-36707: Document "m" removal from sys.abiflags (GH-14090)Victor Stinner2019-06-151-0/+4
* bpo-37261: Document sys.unraisablehook corner cases (GH-14059)Victor Stinner2019-06-141-3/+11
* bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...Matthias Bussonnier2019-05-281-59/+0
* bpo-1230540: Add threading.excepthook() (GH-13515)Victor Stinner2019-05-271-1/+5
* bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)Victor Stinner2019-05-271-0/+5
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+63
* bpo-36829: Add sys.unraisablehook() (GH-13187)Victor Stinner2019-05-221-4/+29