COMMITS
/ Doc/c-api/sys.rst February 11, 2024
M
[3.12] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115308)
Miss Islington (bot) committed
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 23, 2023
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
August 18, 2022
V
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner committed
June 17, 2022
V
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
May 6, 2022
V
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner committed
April 22, 2022
P
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
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