summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)Skip Montanaro2024-02-111-11/+22
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-111-4/+4
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-051-4/+17
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-2/+3
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-271-2/+2
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-1/+1
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-231-2/+2
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-2/+2
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-011-0/+3
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-54/+0
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-3/+3
* gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)Victor Stinner2022-08-181-2/+2
* gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)Victor Stinner2022-06-171-1/+3
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-2/+2
* gh-88279: Deprecate PySys_SetArgvEx() (#92363)Victor Stinner2022-05-061-0/+7
* Docs: Clarify availability of PyOS_CheckStack (GH-91816)Petr Viktorin2022-04-221-3/+3
* More minor fixes to C API docs (GH-31525)Jelle Zijlstra2022-04-021-3/+3
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-121-0/+18
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-34/+36
* bpo-39882: Py_FatalError() logs the function name (GH-18819)Victor Stinner2020-03-061-0/+7
* bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...Steve Dower2019-12-091-0/+8
* bpo-38892: Improve docs for audit event (GH-17361)Terry Jan Reedy2019-11-261-11/+12
* bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)Eric Snow2019-11-151-0/+18
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-4/+4
* bpo-38434: Fixes some audit event documentation (GH-16932)Steve Dower2019-10-261-1/+10
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-4/+0
* Fix typo: decription -> description (GH-13543)Xtreak2019-05-241-1/+1
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+50
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)pxinwr2019-03-041-2/+2
* bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)Victor Stinner2018-08-291-4/+11
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Nick Coghlan2018-03-251-3/+12
* bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner2018-01-151-0/+22
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-2/+11
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-291-3/+4
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-271-0/+39
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-2/+2
* Issue #27186: Update os.fspath()/PyOS_FSPath() to check the returnBrett Cannon2016-06-241-2/+3
* Issue #27186: Document PyOS_FSPath().Brett Cannon2016-06-091-0/+10
* Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-5/+9
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
|\
| * Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-0/+54
|/
* Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-311-6/+0
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+15
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-34/+34
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-0/+1
* Add versionadded tag to PySys_FormatStd*() functions docVictor Stinner2010-08-161-0/+4
* Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()Victor Stinner2010-08-161-1/+12
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-191-0/+4