710 Commits (313242aa03aed2ebdaa0dd47428b60b68d8a4e78)

Author SHA1 Message Date
Martin Panter 78d5033337 Issue #24808: Update the documentation of some PyTypeObject fields 11 years ago
Benjamin Peterson 2053aa1193 'Py_Buffer' should be 'Py_buffer' (closes #24883) 11 years ago
Stefan Krah 70e543b266 Issue #23756: Clarify the terms "contiguous" and "bytes-like object". 11 years ago
Zachary Ware e36402a830 Fix usage of the default role. 11 years ago
Zachary Ware 5c676f67d1 Fix suspicious markup 11 years ago
Nick Coghlan 2ab5b092e5 Close #24458: PEP 489 documentation 11 years ago
Yury Selivanov f488fb422a Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 11 years ago
Yury Selivanov bce294b993 docs.capi: Fix tp_as_async doc 11 years ago
Yury Selivanov 5376ba9630 Issue #24400: Introduce a distinct type for 'async def' coroutines. 11 years ago
Serhiy Storchaka 03863d2b29 Fixed documentation of functions with const char* arguments. 11 years ago
Serhiy Storchaka 5fa22fc088 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 11 years ago
Yury Selivanov 6ef059097c Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Yury Selivanov a18cad543f Issue 24180: Fixes by Berker Peksag. 11 years ago
Yury Selivanov f3e40fac10 Issue 24180: Documentation for PEP 492 changes. 11 years ago
R David Murray 0a560a11af #23088: Clarify null termination of bytes and strings in C API. 11 years ago
Serhiy Storchaka a7db0576ac Fixed a typo. 11 years ago
Larry Hastings 770ce204ee Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. 11 years ago
R David Murray 5be7f1513d #23957: fix typo. 11 years ago
Gregory P. Smith 0f2f3bc9db issue9014: Include more formatting on :c:type:`PyObject` etc. 11 years ago
Gregory P. Smith 1b24465c93 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. 11 years ago
Brett Cannon f299abdafa Issue #23731: Implement PEP 488. 11 years ago
Larry Hastings ab792ac704 Doc clarification / edification on the semantics of the 'w*' format unit. 11 years ago
Victor Stinner 6a318d420a Issue #19428: Document that PyMarshal_ReadLongFromFile() and 11 years ago
Berker Peksag 32799953b0 Issue #23081: Document that PySequence_List also accepts iterables. 11 years ago
Stefan Krah 3a43d06321 Whitespace. 11 years ago
Stefan Krah 3e9bec26f4 Whitespace. 11 years ago
Stefan Krah 0dc4e153a2 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets 11 years ago
Serhiy Storchaka d3faf43f9b Issue #23181: More "codepoint" -> "code point". 11 years ago
Georg Brandl 3be472b5f7 Closes #23181: codepoint -> code point 11 years ago
Benjamin Peterson 82f34ada45 fix instances of consecutive articles (closes #23221) 11 years ago
Benjamin Peterson b33bb89b1a doucment that Py_SetPath copies its argument (closes #23110) 11 years ago
Serhiy Storchaka b757c83ec6 Issue #22581: Use more "bytes-like object" throughout the docs and comments. 11 years ago
Berker Peksag 87f6c2212e Issue #19676: Tweak documentation a bit. 11 years ago
Serhiy Storchaka 166ebc4e5d Issue #19676: Added the "namereplace" error handler. 11 years ago
Georg Brandl a4c8c47961 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 12 years ago
Georg Brandl 93a56cdc37 Doc: fix default role usage (except in unittest mock docs) 12 years ago
Georg Brandl e8ea355b72 Closes #21687: delimiter in Py_SetPath is platform dependent 12 years ago
Victor Stinner 13d3aa502d Closes #22580: Fix documentation of PyUnicode_Tailmatch() 12 years ago
Georg Brandl f6d6dc2e36 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. 12 years ago
Georg Brandl a920b6d762 Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. 12 years ago
Georg Brandl 97435166aa Closes #22565: fix argument types of PyErr_WarnEx. 12 years ago
Benjamin Peterson 1c262a6c75 PyObject not PyType (closes #18494) 12 years ago
Georg Brandl 340c749a3a Closes #19477: remove outdated documentation of tp_print type object slot. 12 years ago
Antoine Pitrou 550ff723a0 Reorganize C API docs of the exception API 12 years ago
Antoine Pitrou 0676a406bf Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. 12 years ago
Victor Stinner 25e014bd91 Issue #18395, #22108: Update embedded Python examples to decode correctly 12 years ago
Victor Stinner f6a271ae98 Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename 12 years ago
Victor Stinner 115171086a Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. 12 years ago
Victor Stinner 1d8948e023 Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ 12 years ago