Victor Stinner
|
37e4ef7b17
|
Issue #27810: Rerun Argument Clinic on all modules
|
2016-09-09 20:00:13 -07:00 |
Serhiy Storchaka
|
9171a8b4ce
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
implemented with using Argument Clinic.
|
2016-08-14 10:52:18 +03:00 |
Serhiy Storchaka
|
5dee6551e2
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
|
2016-06-09 16:16:06 +03:00 |
Serhiy Storchaka
|
247789cee9
|
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
same line as function name.
|
2015-04-24 00:40:51 +03:00 |
Serhiy Storchaka
|
1009bf18b3
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
|
2015-04-03 23:53:51 +03:00 |