summaryrefslogtreecommitdiff
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add link threading.settrace to sys.settrace (GH-13345)Miss Islington (bot)2019-05-171-2/+2
* bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)Miss Islington (bot)2019-03-291-0/+6
* bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6...Miss Islington (bot)2019-02-141-7/+24
* Fixed missing colun in library/sys.po (GH-11153)Miss Islington (bot)2018-12-141-1/+1
* [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)Serhiy Storchaka2018-10-261-0/+2
* [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (G...Cheryl Sabella2018-10-151-7/+13
* bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)Miss Islington (bot)2018-10-071-0/+4
* closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)Miss Islington (bot)2018-08-251-3/+0
* bpo-32532: Improve documentation of settrace and setprofile (#5359)Xiang Zhang2018-01-271-1/+5
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)Pablo Galindo2018-01-241-17/+32
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+40
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-1/+12
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-301-0/+4
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-28647: Update -u documentation after bpo-30404 (GH-3961)Berker Peksag2017-10-131-3/+3
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-051-4/+43
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-1/+16
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* Merge 3.6 (issue #28091)Yury Selivanov2016-12-151-0/+36
|\
| * Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+36
* | Add sys.getandroidapilevel()Victor Stinner2016-12-021-0/+9
|/
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-171-16/+11
* | remove ceval timestamp supportBenjamin Peterson2016-09-091-12/+0
* | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-11/+40
* | Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-1/+3
|\ \ | |/
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|\ \ | |/
| * Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* | Merge for issue #23936Brett Cannon2015-12-041-13/+26
|\ \ | |/
| * Issue #23936: Clarify what finders are.Brett Cannon2015-12-041-13/+26
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-1/+6
|/
* sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-131-0/+7
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* | Fix usage of the default role.Zachary Ware2015-07-071-1/+1
* | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-2/+3
* | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-1/+4
* | Docs: Fix typoYury Selivanov2015-06-041-2/+2
* | Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefullyYury Selivanov2015-06-021-0/+14
* | Issue 24180: Document sys.(set|get)_coroutine_wrapperYury Selivanov2015-05-311-0/+34
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+1
* | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...Antoine Pitrou2014-12-071-0/+8
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
|/
* Revert #22251Berker Peksag2014-09-281-1/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1