COMMITS
/ Doc/c-api/arg.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
March 6, 2026
V
gh-144175: Add PyArg_ParseArray() function (#144283)
Victor Stinner committed
October 24, 2025
R
Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525)
RayXu committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
July 22, 2025
S
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
Serhiy Storchaka committed
July 13, 2025
S
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
Serhiy Storchaka committed
June 23, 2025
P
gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (GH-135610)
Petr Viktorin committed
June 6, 2025
R
Fix versionadded directive rendering in c-api/arg.rst (#135199)
Rafael Fontenelle committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 26, 2025
S
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
Serhiy Storchaka committed
April 25, 2025
B
gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
Bénédikt Tran committed
April 8, 2025
S
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka committed
S
gh-50333: Deprecate support of non-tuple sequences in PyArg_ParseTuple() (GH-128374)
Serhiy Storchaka committed
March 2, 2025
A
Fix grammar typo in `Doc/c-api/arg.rst` (#130741)
Arijit Kumar Das committed
February 18, 2025
P
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a Python bool (#28634)
Pablo Galindo Salgado committed
January 6, 2025
S
gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451)
Serhiy Storchaka committed
S
gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454)
Serhiy Storchaka committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
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