395 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Antoine Pitrou fd060474e3 Make it clear that PyNumber_AsSsize_t() returns -1 on error. 15 years ago
Georg Brandl 325eb470b7 Clarify that PyErr_NewException creates an exception *class*, not instance. 15 years ago
Éric Araujo d2f8cec885 Fix a few misuses of :option: I missed in r86521. 15 years ago
Benjamin Peterson 2e3a38a774 demote this to a note 15 years ago
Éric Araujo 87418afb3b Fix typo in 0311f62714f7 15 years ago
Ezio Melotti 261d855fd6 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. 15 years ago
Georg Brandl 521143dd6c Update pydoc topics and handle suspicious markup. 15 years ago
Georg Brandl 0b2489e986 Closes #6498: fix several misspellings of "SystemExit" as "SystemError". 15 years ago
Ezio Melotti d92ab0806d #11997: fix typo in init.rst. 15 years ago
Benjamin Peterson 4c020885d9 fix function name in example (closes #11966) 15 years ago
Ezio Melotti f95033ba44 #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. 15 years ago
Éric Araujo ce4c4074f9 The version* directives don’t work with a blank line between arguments 15 years ago
Ezio Melotti e402724912 Fix wrong function name. Noticed by Clive Darke. 15 years ago
Ezio Melotti 340bb95ffd #11865: fix typo in init.rst. 15 years ago
Ezio Melotti 95cd91c17f #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. 15 years ago
Éric Araujo 8b8f2ec560 Kill last reference to defunct module 15 years ago
Antoine Pitrou 9bb9877d80 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. 15 years ago
Antoine Pitrou 9bd3bbcfe8 Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore 15 years ago
Antoine Pitrou 6b19e50e9b Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 15 years ago
Georg Brandl d98934c483 Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 15 years ago
Georg Brandl f6c8fd62b9 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 15 years ago
Martin v. Löwis 738236dbd6 Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check 15 years ago
Georg Brandl 1f3fa04543 Markup fix. 15 years ago
Georg Brandl 375aec2315 Fix a few doc errors, mostly undefined keywords. 15 years ago
Antoine Pitrou f5cf435bb5 Nits 15 years ago
Antoine Pitrou 3acd3e97f2 Merged revisions 88012-88018 via svnmerge from 15 years ago
Antoine Pitrou 5ace8e98da Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and 15 years ago
Antoine Pitrou bedd2c2d88 Reword and restructure the GIL API doc 15 years ago
Antoine Pitrou 9bf8d1c228 Add mention of how to switch interpreters 15 years ago
Antoine Pitrou f1dfe735b5 Improve description of issues 15 years ago
Antoine Pitrou 8b50b831b4 Restructure a bit 15 years ago
Antoine Pitrou 0765dd6b96 Standard streams use file descriptors, not FILE pointers. 15 years ago
Eli Bendersky 5bcc563cde Merged revisions 88009 via svnmerge from 15 years ago
Eli Bendersky ad30c4206a Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. 15 years ago
Antoine Pitrou 818581c72a Merged revisions 87784 via svnmerge from 15 years ago
Antoine Pitrou d53dfa3fb1 Issue #10840: make it explicit that "s*" and friends provide contiguous memory. 15 years ago
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