summaryrefslogtreecommitdiff
path: root/Objects/clinic/bytearrayobject.c.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-241-28/+13
| | | | same line as function name.
* Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-6/+11
|
* Issue #23492: Argument Clinic now generates argument parsing code withSerhiy Storchaka2015-04-041-10/+10
| | | | PyArg_Parse instead of PyArg_ParseTuple if possible.
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-0/+708