summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...Victor Stinner2010-10-021-1/+2
* Fix weird markup that caused latex to fail.Georg Brandl2010-10-011-92/+90
* Issue #9979: Create function PyUnicode_AsWideCharString().Victor Stinner2010-09-291-0/+13
* Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-283-48/+55
* Buffers are not sequence objects (!). Put them in the abstract objects layersAntoine Pitrou2010-09-284-24/+22
* Various improvements to the docs of the buffer APIAntoine Pitrou2010-09-281-47/+82
* Discourage use of the old buffer API funcsAntoine Pitrou2010-09-281-1/+16
* Issue #9970: improve C API documentation for memoryview objectsAntoine Pitrou2010-09-281-6/+28
* issue 9910Kristján Valur Jónsson2010-09-271-2/+23
* note versionBenjamin Peterson2010-09-211-0/+2
* #9911: doc copyedits.Georg Brandl2010-09-212-3/+3
* add PyErr_SyntaxLocationEx, to support adding a column offsetBenjamin Peterson2010-09-201-0/+14
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-112-2/+2
* Add versionadded tag to PyUnicode_AsUnicodeCopy's docVictor Stinner2010-09-031-0/+2
* Doc fix: unicode() is now str()Daniel Stutzbach2010-09-031-1/+1
* Document PyUnicode_AsUnicodeCopy()Victor Stinner2010-09-031-0/+8
* fix old markupBenjamin Peterson2010-08-211-1/+1
* Add versionadded tag to PyModule_GetFilenameObject() docVictor Stinner2010-08-181-0/+2
* Issue #9425: Create PyModule_GetFilenameObject() functionVictor Stinner2010-08-171-2/+13
* Replace :func: by :cfunc:Victor Stinner2010-08-174-12/+12
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-174-9/+13
* 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 #9542: Create PyUnicode_FSDecoder() functionVictor Stinner2010-08-131-4/+16
* Fix copy-paste error.Georg Brandl2010-08-131-1/+1
* Issue #9425: Create PyErr_WarnFormat() functionVictor Stinner2010-08-131-3/+10
* Issue #9425: PyFile_FromFd() ignores the name argumentVictor Stinner2010-08-131-2/+6
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-1/+1
* #8648: document UTF-7 codec functions.Georg Brandl2010-08-021-0/+32
* #8578: mention danger of not incref'ing weak referenced object.Georg Brandl2010-08-021-1/+8
* #9381: fix markup.Georg Brandl2010-07-261-1/+1
* #9158: Fix y* format of PyArg_Parse*() functions documentationVictor Stinner2010-07-051-1/+1
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-1/+1
* Merged revisions 81881-81882 via svnmerge fromBenjamin Peterson2010-06-271-4/+4
* Issue #9089: PyNumber_Int is no more. Remove it from the docs.Mark Dickinson2010-06-271-12/+0
* #9078: fix some Unicode C API descriptions, in comments and docs.Georg Brandl2010-06-271-4/+4
* Merged revisions 82251 via svnmerge fromAlexander Belopolsky2010-06-261-1/+2
* Merged revisions 82236 via svnmerge fromAlexander Belopolsky2010-06-261-3/+3
* Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, useVictor Stinner2010-06-251-14/+4
* Issue #8939: Improve arg.rstVictor Stinner2010-06-181-5/+5
* Further refinements to the C file API.Antoine Pitrou2010-06-151-10/+14
* Fixes to the PyFile_FromFd() doc, by Renato Cunha.Antoine Pitrou2010-06-151-4/+5
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-0/+2
* Fix some bugs in c-api/arg.rst documentationVictor Stinner2010-06-111-16/+15
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-7/+0
* Fix #8946. Extra PyObject* parameter documented which doesn't exist.Brian Curtin2010-06-081-3/+3
* Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functionsVictor Stinner2010-06-071-89/+91
* Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#Victor Stinner2010-06-071-4/+2
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-211-5/+33
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-191-0/+4