| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin ↵ | Serhiy Storchaka | 2017-09-11 | 1 | -2/+4 |
| | | | | | | (GH-166). (#3491) (cherry picked from commit 2e6bb4484ee1b0da67d1dfcf0816c58602daa5a0) | ||||
| * | Issue #27810: Rerun Argument Clinic on all modules | Victor Stinner | 2016-09-10 | 1 | -4/+4 |
| | | |||||
| * | Issue #27574: Decreased an overhead of parsing keyword arguments in functions | Serhiy Storchaka | 2016-08-14 | 1 | -3/+4 |
| | | | | | implemented with using Argument Clinic. | ||||
| * | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -36/+35 |
| |\ | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
| | * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -36/+35 |
| | | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
| * | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. | Serhiy Storchaka | 2016-06-09 | 1 | -15/+29 |
| |/ | |||||
| * | Regenerate Argument Clinic code for issue #26874. | Serhiy Storchaka | 2016-05-01 | 1 | -2/+2 |
| | | |||||
| * | Specify default values of semantic booleans in Argument Clinic generated ↵ | Serhiy Storchaka | 2015-05-30 | 1 | -5/+5 |
| | | | | | signatures as booleans. | ||||
| * | Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the | Serhiy Storchaka | 2015-04-23 | 1 | -8/+4 |
| | | | | | same line as function name. | ||||
| * | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. | Larry Hastings | 2015-04-14 | 1 | -8/+16 |
| | | |||||
| * | 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. | ||||
| * | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -0/+659 |
