summaryrefslogtreecommitdiff
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)Serhiy Storchaka2018-10-261-0/+2
* [3.6] bpo-34901: add -I flag to sys.flags (GH-9755)danishprakash2018-10-221-0/+3
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...Xiang Zhang2018-01-241-17/+32
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+36
* 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
* Issue #21364: remove recommendation of broken pattern.Antoine Pitrou2014-05-151-15/+12
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-1/+2
* closes #20960R David Murray2014-03-171-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-5/+8
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|\
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* | (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentationVictor Stinner2013-12-021-3/+2
|\ \ | |/
| * Issue #19728: Fix sys.getfilesystemencoding() documentationVictor Stinner2013-12-021-3/+2
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+11
* | #13226: update references from ctypes/DLFCN modules to os moduleAndrew Kuchling2013-06-211-4/+5
* | merge fix for issue #17953Brett Cannon2013-05-241-0/+2
|\ \ | |/
| * Issue #17953: document that sys.modules shouldn't be replaced (thanksBrett Cannon2013-05-241-0/+2
* | Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-041-0/+10
* | Merge with 3.3.Georg Brandl2013-03-281-0/+6
|\ \ | |/
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+6