summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #23936: Clarify what finders are.Brett Cannon2015-12-041-13/+26
* sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-121-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-271-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-161-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
| * Issue #17176: Document that imp.NullImporter is no longerBrett Cannon2013-03-131-3/+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-23/+1
|\ \ | |/
| * Close #15465: Document C API version macrosNick Coghlan2013-03-071-23/+1
* | merge 3.3 (#7340)Benjamin Peterson2013-01-151-15/+0
|\ \ | |/
| * remove warning about tb circular reference (closes #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-091-1/+1
|\ \ | |/
| * Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-091-1/+1
| |\
| | * Fix a few markup/grammar nitsÉric Araujo2012-12-081-1/+1
* | | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-1/+3
|\ \ \ | |/ /
| * | - 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-041-3/+0
|/ /
* | Added cross-references to venv definition.Vinay Sajip2012-07-091-11/+14
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+16
* | Elaborate that sizeof only accounts for the object itself.Martin v. Löwis2012-06-171-0/+3