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
...
*
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
*
bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)
Irit Katriel
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
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-1/+21
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-17/+25
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+12
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
1
-17/+14
*
bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...
Andrew Kuchling
2020-10-20
1
-10/+25
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-1/+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-1/+1
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-0/+12
*
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
Michał Górny
2020-05-28
1
-3/+4
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-0/+21
*
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...
Saiyang Gou
2020-02-08
1
-0/+2
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-7/+8
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
1
-8/+14
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
1
-3/+9
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...
Steve Dower
2019-11-28
1
-1/+22
*
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy
2019-11-26
1
-3/+3
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-1/+1
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower
2019-10-26
1
-8/+11
*
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
Ram Rachum
2019-09-20
1
-0/+11
*
bpo-36270: Doc: add link to traceback object reference (GH-13119)
Björn Meier
2019-09-11
1
-1/+1
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
1
-6/+6
*
Correct minor gramatical mistake in sys.settrace doc (GH-15637)
Andre Delfino
2019-09-05
1
-1/+2
*
bpo-37284: Add note to sys.implementation doc (GH-14328)
Giovanni Cappellotto
2019-07-15
1
-0/+4
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-0/+6
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-6/+9
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-23/+0
[prev]
[next]