summaryrefslogtreecommitdiff
path: root/Modules/clinic/_lzmamodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-4/+8
* 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-5/+7
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-7/+7
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-7/+7
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-10/+19
|/
* Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-241-16/+7
* Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-4/+7
* Issue #23492: Argument Clinic now generates argument parsing code withSerhiy Storchaka2015-04-041-10/+10
* Regenerated Argument Clinic checksums.Serhiy Storchaka2015-02-201-2/+2
* Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-171-14/+23
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-081-8/+22
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-8/+8
* Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).Larry Hastings2014-01-251-1317/+159
* Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-251-0/+1389