COMMITS
/ Doc/c-api/sys.rst May 12, 2021
V
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
December 9, 2019
November 26, 2019
T
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy committed
November 15, 2019
E
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Eric Snow committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
October 26, 2019
S
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
May 24, 2019
X
Fix typo: decription -> description (GH-13543)
Xtreak committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
March 4, 2019
P
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr committed
August 29, 2018
V
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner committed
March 25, 2018
N
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
May 29, 2017
G
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
June 24, 2016
B
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
Brett Cannon committed
June 9, 2016
B
Issue #27186: Document PyOS_FSPath().
Brett Cannon committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
June 21, 2015
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
October 31, 2012
A
Remove already dropped function PySys_GetFile from documentation.
Andrew Svetlov committed
October 21, 2010
A
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 17, 2010
G
Consistency check for versionadded/changed directives.
Georg Brandl committed
August 16, 2010
V
Add versionadded tag to PySys_FormatStd*() functions doc
Victor Stinner committed
V
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
Victor Stinner committed
May 19, 2010
V
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner committed
July 29, 2009
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
January 3, 2009
M
Merged revisions 68203 via svnmerge from
Martin v. Löwis committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed