- e835b31 bpo-38600: NULL -> ``NULL``. (GH-17001) by Serhiy Storchaka · 6 years ago
- 25fc088 bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) by Serhiy Storchaka · 6 years ago
- cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 6 years ago
- 42ec190 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by INADA Naoki · 7 years ago
- 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
- 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
- 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
- 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 9 years ago
- 0de01c4 Issue #24278: Merge argument parsing docs from 3.5 by Martin Panter · 9 years ago
- 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 9 years ago
- b133bb4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 9 years ago
- 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 9 years ago
- f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 9 years ago
- 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 10 years ago
- c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
- c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 10 years ago
- 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 10 years ago
- bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 10 years ago
- ab792ac Doc clarification / edification on the semantics of the 'w*' format unit. by Larry Hastings · 10 years ago
- b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 11 years ago
- a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 12 years ago
- a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 12 years ago
- 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 12 years ago
- c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 12 years ago
- 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 13 years ago
- faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 13 years ago
- 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 13 years ago
- 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 14 years ago
- 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 14 years ago
- d53dfa3 Issue #10840: make it explicit that "s*" and friends provide contiguous memory. by Antoine Pitrou · 15 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
- 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
- 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
- 1f1ccc0 #9158: Fix y* format of PyArg_Parse*() functions documentation by Victor Stinner · 15 years ago
- 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 15 years ago
- 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 15 years ago
- 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 15 years ago
- 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 15 years ago
- 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 15 years ago
- 69e25fa Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions by Victor Stinner · 15 years ago
- 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 15 years ago
- 83fd9b9 Issue #8593: Fix, reorder and improve the documentation for argument parsing by Antoine Pitrou · 15 years ago
- 44d3d78 add versionadded by Benjamin Peterson · 15 years ago
- fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 15 years ago
- 2952148 Merged revisions 77242 via svnmerge from by Gregory P. Smith · 16 years ago
- 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 16 years ago
- c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 16 years ago
- b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 16 years ago
- bd87552 Merged revisions 71898-71900,71910,71914-71919 via svnmerge from by Jeroen Ruigrok van der Werven · 16 years ago
- a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 16 years ago
- 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 16 years ago
- bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 17 years ago
- 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 17 years ago
- da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 17 years ago
- 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 17 years ago
- 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 17 years ago
- 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 17 years ago
- 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 17 years ago
- ffc9479 document 'y(#)' format codes for Py_BuildValue by Benjamin Peterson · 17 years ago
- 8fa8952 #3753: document that s* etc. are newer and preferred to s#. by Georg Brandl · 17 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 17 years ago
- 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 17 years ago
- 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 18 years ago