index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
sys.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov
2016-12-15
1
-0
/
+36
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1
/
+1
|
\
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1
/
+1
*
|
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-17
1
-16
/
+11
*
|
remove ceval timestamp support
Benjamin Peterson
2016-09-09
1
-12
/
+0
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-11
/
+40
*
|
Issue #26462: Merge code block fixes from 3.5
Martin Panter
2016-07-29
1
-1
/
+3
|
\
\
|
|
/
|
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-1
/
+3
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0
/
+1
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0
/
+1
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1
/
+1
*
|
Merge for issue #23936
Brett Cannon
2015-12-04
1
-13
/
+26
|
\
\
|
|
/
|
*
Issue #23936: Clarify what finders are.
Brett Cannon
2015-12-04
1
-13
/
+26
*
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-1
/
+6
|
/
*
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-13
1
-0
/
+7
*
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-2
/
+61
|
\
|
*
Fix usage of the default role.
Zachary Ware
2015-07-07
1
-1
/
+1
|
*
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
1
-2
/
+3
|
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-1
/
+4
|
*
Docs: Fix typo
Yury Selivanov
2015-06-04
1
-2
/
+2
|
*
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
1
-0
/
+14
|
*
Issue 24180: Document sys.(set|get)_coroutine_wrapper
Yury Selivanov
2015-05-31
1
-0
/
+34
|
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-2
/
+1
|
*
Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...
Antoine Pitrou
2014-12-07
1
-0
/
+8
*
|
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1
/
+1
|
/
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1
/
+1
*
Revert #22251
Berker Peksag
2014-09-28
1
-1
/
+0
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0
/
+1
*
Issue #21364: remove recommendation of broken pattern.
Antoine Pitrou
2014-05-15
1
-15
/
+12
*
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl
2014-03-24
1
-1
/
+2
*
closes #20960
R David Murray
2014-03-17
1
-1
/
+1
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-15
1
-5
/
+8
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1
/
+1
|
\
|
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1
/
+1
*
|
(Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation
Victor Stinner
2013-12-02
1
-7
/
+41
|
\
\
|
|
/
|
/
|
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1
/
+1
|
|
\
|
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0
/
+11
|
*
|
#13226: update references from ctypes/DLFCN modules to os module
Andrew Kuchling
2013-06-21
1
-4
/
+5
|
*
|
merge fix for issue #17953
Brett Cannon
2013-05-24
1
-0
/
+2
|
|
\
\
|
*
|
|
Issue #5845: Enable tab-completion in the interactive interpreter by default,...
Antoine Pitrou
2013-05-04
1
-0
/
+10
|
*
|
|
Merge with 3.3.
Georg Brandl
2013-03-28
1
-0
/
+6
|
|
\
\
\
|
*
|
|
|
Issue #17176: Document that imp.NullImporter is no longer inserted
Brett Cannon
2013-03-13
1
-3
/
+6
|
*
|
|
|
Merge fix for #15465 from 3.3
Nick Coghlan
2013-03-07
1
-3
/
+15
|
|
\
\
\
\
|
|
*
\
\
\
merge 3.3 (#7340)
Benjamin Peterson
2013-01-15
1
-15
/
+0
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...
Antoine Pitrou
2012-12-17
1
-7
/
+8
|
|
*
|
|
|
|
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...
Antoine Pitrou
2012-12-09
1
-0
/
+14
|
|
*
|
|
|
|
Merge fixes for #13614, #13512 and #7719 from 3.3
?ric Araujo
2012-12-08
1
-1
/
+1
|
|
|
\
\
\
\
\
|
|
*
\
\
\
\
\
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-1
/
+3
|
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
#16135: Removal of OS/2 support (Docs)
Jesus Cea
2012-10-05
1
-3
/
+0
[next]