summaryrefslogtreecommitdiff
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+61
|\
| * 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
* | 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
* 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-7/+41
|\ \ | |/ |/|
| * 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 #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
| |\ \ \
| * | | | Issue #17176: Document that imp.NullImporter is no longer insertedBrett Cannon2013-03-131-3/+6
| * | | | Merge fix for #15465 from 3.3Nick Coghlan2013-03-071-3/+15
| |\ \ \ \
| | * \ \ \ merge 3.3 (#7340)Benjamin Peterson2013-01-151-15/+0
| | |\ \ \ \
| | * | | | | Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...Antoine Pitrou2012-12-171-7/+8
| | * | | | | Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...Antoine Pitrou2012-12-091-0/+14
| | * | | | | Merge fixes for #13614, #13512 and #7719 from 3.3?ric Araujo2012-12-081-1/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-1/+3
| | |\ \ \ \ \ \
| | * | | | | | | #16135: Removal of OS/2 support (Docs)Jesus Cea2012-10-051-3/+0