summaryrefslogtreecommitdiff
path: root/Modules/clinic/_bz2module.c.h
Commit message (Expand)AuthorAgeFilesLines
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-1/+1
* Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-171-1/+1
* Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-091-4/+4
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-3/+4
* Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-9/+17
* Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-241-8/+4
* Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-2/+3
* Issue #23492: Argument Clinic now generates argument parsing code withSerhiy Storchaka2015-04-041-4/+4
* Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-14/+23
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-081-6/+16
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-6/+6
* Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ c...Larry Hastings2014-01-251-4/+7
* Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).Larry Hastings2014-01-251-7/+4
* Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-251-0/+152