summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...Miss Islington (bot)2019-12-091-0/+8
* bpo-38892: Improve docs for audit event (GH-17361)Miss Islington (bot)2019-11-261-11/+12
* bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)Miss Islington (bot)2019-11-151-0/+18
* [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-301-4/+4
* bpo-38434: Fixes some audit event documentation (GH-16932)Miss Skeleton (bot)2019-10-261-1/+10
* bpo-37390: Add audit event table to documentations (GH-14406)Miss Islington (bot)2019-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
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-1/+1
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-031-7/+0
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-2/+2
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+158