408 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Antoine Pitrou 04707c032e Fix error handling in examples of C API use. 14 years ago
Meador Inge a3443d985e Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 14 years ago
Sandro Tosi 645a0dd6f7 Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ 14 years ago
Victor Stinner 6fbd525ef5 Issue #13617: Document that the result of the conversion of a Unicode object to 14 years ago
Victor Stinner a94a0e92b8 Issue #13522: Fix _Py_co_pow() documentation 14 years ago
Antoine Pitrou 07b1c877b2 Issue #13522: document error return values of some float and complex C API functions. 14 years ago
Eli Bendersky 5a53f368e6 fix some typos in Doc/c-api/memoryview.rst 14 years ago
Ezio Melotti e130a52d8a Remove duplication. 14 years ago
Mark Dickinson f1ab47ebc4 Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. 14 years ago
Éric Araujo 37b5f9eebc Fix some misuses of Sphinx roles and one typo 15 years ago
Éric Araujo 43ba354599 Fix some misuses of Sphinx roles and one typo 15 years ago
Sandro Tosi 7bf4363f77 let PySequence_Check me a link; thanks to tomo cocoa from docs@ 15 years ago
Benjamin Peterson 77c4fd01dd note mutating tp_dict is bad (closes #12719) 15 years ago
Sandro Tosi 61baee0ee7 #10741: add documentation for PyGILState_GetThisThreadState() 15 years ago
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