408 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Victor Stinner 80e788a5dd Rephrase PyUnicode_CompareWithASCIIString() documentation 15 years ago
Victor Stinner b1dbd10c42 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string 15 years ago
Victor Stinner 92be939695 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and 15 years ago
Victor Stinner cb428f0162 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem 15 years ago
Victor Stinner 00676d1436 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions 15 years ago
Victor Stinner dc2081f72b Issue #9738: document encodings of unicode functions 15 years ago
Victor Stinner 555a24f206 Issue #9738: Document encodings of error and warning functions 15 years ago
Daniel Stutzbach c5895dcc15 Fix typo 15 years ago
Daniel Stutzbach 7cb3051dc3 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. 15 years ago
Éric Araujo 930df31987 Add missing docs and directives related to PEP 3147 and byte-compilation 15 years ago
Antoine Pitrou a92d1f5041 Merged revisions 87188-87190,87192-87194 via svnmerge from 15 years ago
Antoine Pitrou 8abc93580d Better explain the buffer interface (hopefully) 15 years ago
Georg Brandl 18d378dc3d Fix markup. 15 years ago
Martin v. Löwis 6d9839d011 Add versionchanged for parameter type changes. 15 years ago
Martin v. Löwis dd5909725c Adjust PySlice_GetIndices documentation to signature change. 15 years ago
Georg Brandl fbb56ed8fb Remove visible XXX comments. 15 years ago
Georg Brandl 8334fd9285 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 15 years ago
Alexander Belopolsky 942af5a9a4 Issue #10557: Fixed error messages from float() and other numeric 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Georg Brandl de0ab5eab3 #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. 15 years ago
Georg Brandl f7f5a82b36 #10594: fix parameter names in PyList API docs. 15 years ago
Antoine Pitrou f66a1dd12b Merged revisions 86838 via svnmerge from 15 years ago
Antoine Pitrou a66e029a9d Make doc for PyErr_Format() up to date. 15 years ago
Georg Brandl f65e25b626 Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 15 years ago
Georg Brandl d62ecbf0ba Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from 15 years ago
Georg Brandl ab32fec83c Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from 15 years ago
Georg Brandl c524cff3d3 Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from 15 years ago
Georg Brandl 4f13d6145f assert.h is also included. Thanks to Savio Sena. 15 years ago
Georg Brandl 5a9326502d #10468: document Unicode exception creation and access functions. 15 years ago
Georg Brandl bab3378f36 #10439: document PyCodec C APIs. 15 years ago
Georg Brandl fc5f381caa Fix markup. 15 years ago
Benjamin Peterson 48bbc68c8b Merged revisions 86144 via svnmerge from 15 years ago
Benjamin Peterson 3c6830ca8f update items/keys/values doc #10300 15 years ago
Antoine Pitrou 9583cac633 Issue #10089: Add support for arbitrary -X options on the command-line. 15 years ago
Georg Brandl f285bcca28 Be consistent in the spelling of thread-safe(ty). 15 years ago
Benjamin Peterson 8f67d0893f make hashes always the size of pointers; introduce Py_hash_t #9778 15 years ago
Georg Brandl 12c695cea9 #5121: fix claims about default values leading to segfaults. 15 years ago
Georg Brandl 2aff335c36 #9204: remove mentions of removed types in the types module. 15 years ago
Georg Brandl 418cc73403 Fix capitalization. 15 years ago
Georg Brandl dd909db1a9 #10058: tweak wording about exception returns. 15 years ago
Georg Brandl d0b0e1d869 #6798: fix wrong docs for the arguments to several trace events. 15 years ago
Victor Stinner f3170ccef8 Use locale encoding if Py_FileSystemDefaultEncoding is not set 15 years ago
Victor Stinner 62165d67a2 Document that the 'strict' error handler is used to encode/decode filenames on 15 years ago
Victor Stinner 257d38ffdd Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() 15 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 15 years ago
Georg Brandl fa4f7f97b8 Fix spelling and markup. 15 years ago
Georg Brandl 60203b41b0 Migrate to Sphinx 1.0 C language constructs. 15 years ago
Georg Brandl 4b05466e25 Merged revisions 84945 via svnmerge from 15 years ago
Georg Brandl 23b4f927d5 Merged revisions 84142 via svnmerge from 15 years ago
Georg Brandl 13f959b501 Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from 15 years ago