index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
/
arg.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
1
-1/+1
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
1
-1/+1
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-105373: Remove PyArg_Parse() deprecation (#105394)
Victor Stinner
2023-06-13
1
-8/+16
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-9/+9
*
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...
Petr Viktorin
2022-12-23
1
-19/+35
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-36/+36
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-4/+4
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
1
-5/+5
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-2/+2
*
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki
2022-05-13
1
-2/+2
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-42/+5
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki
2021-02-22
1
-4/+4
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-1/+2
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-13/+13
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-19/+17
*
Doc: int -> int or Py_ssize_t (GH-18663)
Inada Naoki
2020-02-26
1
-11/+11
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-24/+24
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
INADA Naoki
2018-04-04
1
-5/+22
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
1
-14/+14
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-1/+1
|
\
|
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-1/+1
*
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-15/+8
*
|
Issue #24278: Merge argument parsing docs from 3.5
Martin Panter
2016-08-04
1
-14/+19
|
\
\
|
|
/
|
*
Issue #24278: Explain how argument parsing output buffers are managed
Martin Panter
2016-08-03
1
-14/+19
*
|
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka
2016-07-12
1
-5/+17
|
\
\
|
|
/
|
*
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka
2016-07-12
1
-5/+17
*
|
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka
2016-06-09
1
-2/+9
*
|
Issue #26304: Merge doc wording from 3.5
Martin Panter
2016-02-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
|
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-1/+2
|
/
*
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka
2015-11-23
1
-1/+1
|
\
|
*
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka
2015-11-23
1
-1/+1
*
|
Doc clarification / edification on the semantics of the 'w*' format unit.
Larry Hastings
2015-04-13
1
-1/+1
|
/
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-13/+14
*
#22613: remaining corrections in extending/reference docs (thanks Jacques Duc...
Georg Brandl
2014-10-31
1
-4/+5
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-0/+1
*
Issue #20460: Merge with 3.3
Zachary Ware
2014-01-31
1
-1/+1
|
\
|
*
Issue #20460: Render 'bytes' as a class, not a function.
Zachary Ware
2014-01-31
1
-1/+1
*
|
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-0/+2
|
/
*
#16518: use "bytes-like object" throughout the docs.
Ezio Melotti
2013-05-04
1
-7/+6
*
Fix a couple of versionadded/versionchanged related markup errors.
Georg Brandl
2012-06-24
1
-2/+3
*
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Larry Hastings
2012-05-05
1
-0/+9
*
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings
2012-03-20
1
-0/+9
*
c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc
Victor Stinner
2011-12-01
1
-1/+1
*
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Eli Bendersky
2011-07-29
1
-3/+5
*
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
Antoine Pitrou
2011-01-06
1
-3/+4
*
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl
2010-10-06
1
-99/+99
[next]