- bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 14 years ago
- 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
- 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
- f5cf435 Nits by Antoine Pitrou · 14 years ago
- 5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and by Antoine Pitrou · 14 years ago
- bedd2c2 Reword and restructure the GIL API doc by Antoine Pitrou · 14 years ago
- 9bf8d1c Add mention of how to switch interpreters by Antoine Pitrou · 14 years ago
- f1dfe73 Improve description of issues by Antoine Pitrou · 14 years ago
- 8b50b83 Restructure a bit by Antoine Pitrou · 14 years ago
- 0765dd6 Standard streams use file descriptors, not FILE pointers. by Antoine Pitrou · 14 years ago
- ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
- d53dfa3 Issue #10840: make it explicit that "s*" and friends provide contiguous memory. by Antoine Pitrou · 14 years ago
- 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 14 years ago
- b1dbd10 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string by Victor Stinner · 14 years ago
- 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
- cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
- 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
- dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
- 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
- c5895dc Fix typo by Daniel Stutzbach · 14 years ago
- 7cb3051 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. by Daniel Stutzbach · 14 years ago
- 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 14 years ago
- 8abc935 Better explain the buffer interface (hopefully) by Antoine Pitrou · 14 years ago
- 18d378d Fix markup. by Georg Brandl · 14 years ago
- 6d9839d Add versionchanged for parameter type changes. by Martin v. Löwis · 14 years ago
- dd59097 Adjust PySlice_GetIndices documentation to signature change. by Martin v. Löwis · 14 years ago
- fbb56ed Remove visible XXX comments. by Georg Brandl · 14 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
- 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- de0ab5e #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. by Georg Brandl · 14 years ago
- f7f5a82 #10594: fix parameter names in PyList API docs. by Georg Brandl · 14 years ago
- a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 14 years ago
- 4f13d61 assert.h is also included. Thanks to Savio Sena. by Georg Brandl · 14 years ago
- 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 14 years ago
- bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 14 years ago
- 3c6830c update items/keys/values doc #10300 by Benjamin Peterson · 14 years ago
- 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
- f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 14 years ago
- 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
- 12c695c #5121: fix claims about default values leading to segfaults. by Georg Brandl · 14 years ago
- 2aff335 #9204: remove mentions of removed types in the types module. by Georg Brandl · 14 years ago
- 418cc73 Fix capitalization. by Georg Brandl · 14 years ago
- dd909db #10058: tweak wording about exception returns. by Georg Brandl · 14 years ago
- d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 14 years ago
- f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
- 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
- 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
- beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
- fa4f7f9 Fix spelling and markup. by Georg Brandl · 14 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
- 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
- d0ffa4c Fix weird markup that caused latex to fail. by Georg Brandl · 14 years ago
- 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 14 years ago
- c663b58 Give a dedicated page to memoryview objects, so that they can be part by Antoine Pitrou · 14 years ago
- f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers by Antoine Pitrou · 14 years ago
- 99a00a4 Various improvements to the docs of the buffer API by Antoine Pitrou · 14 years ago
- a0b6873 Discourage use of the old buffer API funcs by Antoine Pitrou · 14 years ago
- 826903e Issue #9970: improve C API documentation for memoryview objects by Antoine Pitrou · 14 years ago
- 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
- b5d23b4 note version by Benjamin Peterson · 14 years ago
- 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
- 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
- 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
- 2b19f35 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc by Victor Stinner · 14 years ago
- 98c07bd Doc fix: unicode() is now str() by Daniel Stutzbach · 14 years ago
- e4ea994 Document PyUnicode_AsUnicodeCopy() by Victor Stinner · 14 years ago
- 3cabbeb fix old markup by Benjamin Peterson · 14 years ago
- c14190d Add versionadded tag to PyModule_GetFilenameObject() doc by Victor Stinner · 14 years ago
- 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 14 years ago
- 6009ece Replace :func: by :cfunc: by Victor Stinner · 14 years ago
- 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
- ad5b1df Add versionadded tag to PySys_FormatStd*() functions doc by Victor Stinner · 14 years ago
- 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
- 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 14 years ago
- 4d22409 Fix copy-paste error. by Georg Brandl · 14 years ago
- 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
- 3603cc5 Issue #9425: PyFile_FromFd() ignores the name argument by Victor Stinner · 14 years ago
- 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
- 8477f82 #8648: document UTF-7 codec functions. by Georg Brandl · 14 years ago
- 502c3eb #8578: mention danger of not incref'ing weak referenced object. by Georg Brandl · 14 years ago
- 6f93419 #9381: fix markup. by Georg Brandl · 14 years ago
- 1f1ccc0 #9158: Fix y* format of PyArg_Parse*() functions documentation by Victor Stinner · 14 years ago
- d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
- 2ebf8ce Merged revisions 81881-81882 via svnmerge from by Benjamin Peterson · 14 years ago
- 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 14 years ago
- 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
- 1341f57 Merged revisions 82251 via svnmerge from by Alexander Belopolsky · 14 years ago
- 56303e0 Merged revisions 82236 via svnmerge from by Alexander Belopolsky · 14 years ago
- 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
- 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 14 years ago
- 0460288 Further refinements to the C file API. by Antoine Pitrou · 14 years ago
- 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 14 years ago
- 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
- 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 14 years ago
- 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
- 1fbd36b Fix #8946. Extra PyObject* parameter documented which doesn't exist. by Brian Curtin · 14 years ago
- 69e25fa Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions by Victor Stinner · 14 years ago
- 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
- f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago