COMMITS
/ Doc/c-api/arg.rst December 4, 2023
S
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka committed
October 14, 2023
S
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (GH-110816)
Serhiy Storchaka committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 26, 2023
V
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 13, 2023
V
gh-105373: Remove PyArg_Parse() deprecation (#105394)
Victor Stinner committed
May 31, 2023
I
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki committed
December 23, 2022
P
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (#98710)
Petr Viktorin committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
A
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
Adam Turner committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Adam Turner committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
I
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
February 22, 2021
I
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
June 19, 2020
V
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner committed
February 26, 2020
I
Doc: int -> int or Py_ssize_t (GH-18663)
Inada Naoki committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 4, 2018
I
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
INADA Naoki committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
September 8, 2016
B
more PY_LONG_LONG to long long
Benjamin Peterson committed
August 4, 2016
M
Issue #24278: Merge argument parsing docs from 3.5
Martin Panter committed
August 3, 2016
M
Issue #24278: Explain how argument parsing output buffers are managed
Martin Panter committed
July 12, 2016
S
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka committed
S
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka committed
June 9, 2016
S
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka committed
February 10, 2016
M
Issue #26304: Merge doc wording from 3.5
Martin Panter committed
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
February 7, 2016
S
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka committed
November 23, 2015
S
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka committed
S
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka committed
April 13, 2015
L
Doc clarification / edification on the semantics of the 'w*' format unit.
Larry Hastings committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
October 31, 2014
G
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
Georg Brandl committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
January 31, 2014
Z
Issue #20460: Merge with 3.3
Zachary Ware committed
Z
Issue #20460: Render 'bytes' as a class, not a function.
Zachary Ware committed
January 16, 2014
L
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings committed
May 4, 2013
E
#16518: use "bytes-like object" throughout the docs.
Ezio Melotti committed
June 24, 2012
G
Fix a couple of versionadded/versionchanged related markup errors.
Georg Brandl committed
May 5, 2012
L
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Larry Hastings committed
March 20, 2012
L
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings committed
December 1, 2011
V
c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc
Victor Stinner committed