Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -5/+5 |
| | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
* | Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the | Serhiy Storchaka | 2015-04-23 | 1 | -4/+2 |
| | | | | same line as function name. | ||||
* | Issue #23492: Argument Clinic now generates argument parsing code with | Serhiy Storchaka | 2015-04-03 | 1 | -4/+4 |
| | | | | PyArg_Parse instead of PyArg_ParseTuple if possible. | ||||
* | Add a missing Argument Clinic file | Brett Cannon | 2014-08-22 | 1 | -0/+73 |