index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
sys.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)
Inada Naoki
2019-03-30
1
-0/+6
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
1
-2/+6
*
bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6...
Lysandros Nikolaou
2019-02-14
1
-7/+24
*
Fixed missing colun in library/sys.po (GH-11153)
Jules Lasne (jlasne)
2018-12-14
1
-1/+1
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-0/+2
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-7/+13
*
bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)
Danish Prakash
2018-10-07
1
-0/+4
*
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
Alexey Izbyshev
2018-08-25
1
-3/+0
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+20
*
bpo-32532: Improve documentation of settrace and setprofile (#5359)
Xiang Zhang
2018-01-27
1
-1/+5
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo
2018-01-24
1
-17/+32
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+40
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-1/+12
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-0/+4
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag
2017-10-13
1
-3/+3
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-4/+43
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-1/+16
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
Merge 3.6 (issue #28091)
Yury Selivanov
2016-12-15
1
-0/+36
|
\
|
*
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov
2016-12-15
1
-0/+36
*
|
Add sys.getandroidapilevel()
Victor Stinner
2016-12-02
1
-0/+9
|
/
*
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-18
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-12
1
-0/+7
*
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+1
|
\
|
*
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
*
|
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
*
|
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
|
/
*
Revert #22251
Berker Peksag
2014-09-27
1
-1/+0
[next]