summaryrefslogtreecommitdiff
path: root/Doc/c-api/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+54
|\
| * Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-0/+54
* | Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
|/
* 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