summaryrefslogtreecommitdiff
path: root/Doc/c-api/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Miss Islington (bot)2018-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