summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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