COMMITS
/ Doc/c-api/arg.rst 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
July 29, 2011
E
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Eli Bendersky committed
January 6, 2011
A
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 21, 2010
G
#9911: doc copyedits.
Georg Brandl committed
August 17, 2010
G
Consistency check for versionadded/changed directives.
Georg Brandl committed
July 5, 2010
V
#9158: Fix y* format of PyArg_Parse*() functions documentation
Victor Stinner committed
June 25, 2010
V
Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
Victor Stinner committed
June 18, 2010
V
Issue #8939: Improve arg.rst
Victor Stinner committed
June 13, 2010
V
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
Victor Stinner committed
June 11, 2010
V
Fix some bugs in c-api/arg.rst documentation
Victor Stinner committed
June 8, 2010
V
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner committed
June 7, 2010
V
Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions
Victor Stinner committed
V
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner committed
May 3, 2010
A
Issue #8593: Fix, reorder and improve the documentation for argument parsing
Antoine Pitrou committed
April 25, 2010
B
add versionadded
Benjamin Peterson committed
April 24, 2010
B
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson committed
January 2, 2010
G
Merged revisions 77242 via svnmerge from
Gregory P. Smith committed
July 29, 2009
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
May 29, 2009
M
Issue #6012: Add cleanup support to O& argument parsing.
Martin v. Löwis committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
April 3, 2009
B
Py_BuildValue's 'c' code should use byte strings #5666
Benjamin Peterson committed
April 2, 2009
B
make 'c' only accept bytes and 'C' only unicode #5499
Benjamin Peterson committed