summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Rephrase PyUnicode_CompareWithASCIIString() documentationVictor Stinner2010-12-281-2/+3
* Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded stringVictor Stinner2010-12-281-1/+1
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+3
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-2/+3
* Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-11/+20
* Issue #9738: document encodings of unicode functionsVictor Stinner2010-12-271-1/+2
* Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-9/+16
* Fix typoDaniel Stutzbach2010-12-171-3/+3
* Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave.Daniel Stutzbach2010-12-171-0/+29
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-0/+3
* Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-122-16/+26
* Fix markup.Georg Brandl2010-12-111-2/+4
* Add versionchanged for parameter type changes.Martin v. Löwis2010-12-111-0/+5
* Adjust PySlice_GetIndices documentation to signature change.Martin v. Löwis2010-12-111-2/+2
* Remove visible XXX comments.Georg Brandl2010-12-061-3/+5
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-0/+14
* Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-0/+7
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+2
* #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONH...Georg Brandl2010-12-021-2/+3
* #10594: fix parameter names in PyList API docs.Georg Brandl2010-12-011-3/+3
* Make doc for PyErr_Format() up to date.Antoine Pitrou2010-11-271-74/+5
* assert.h is also included. Thanks to Savio Sena.Georg Brandl2010-11-231-2/+2
* #10468: document Unicode exception creation and access functions.Georg Brandl2010-11-232-4/+79
* #10439: document PyCodec C APIs.Georg Brandl2010-11-202-0/+121
* update items/keys/values doc #10300Benjamin Peterson2010-11-031-6/+4
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+15
* Be consistent in the spelling of thread-safe(ty).Georg Brandl2010-10-191-1/+1
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-172-6/+11
* #5121: fix claims about default values leading to segfaults.Georg Brandl2010-10-171-10/+10
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-1710-29/+15
* Fix capitalization.Georg Brandl2010-10-171-2/+2
* #10058: tweak wording about exception returns.Georg Brandl2010-10-171-9/+10
* #6798: fix wrong docs for the arguments to several trace events.Georg Brandl2010-10-151-4/+5
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-151-3/+6
* Document that the 'strict' error handler is used to encode/decode filenames onVictor Stinner2010-10-091-6/+13
* Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()Victor Stinner2010-10-091-1/+3
* PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*Victor Stinner2010-10-071-1/+1
* Fix spelling and markup.Georg Brandl2010-10-061-10/+10
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-0651-1818/+1818
* 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