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 |
Larry Hastings
|
89964c48d1
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
|
2015-04-14 18:07:59 -04:00 |
Serhiy Storchaka
|
92e8af67a8
|
Issue #23492: Argument Clinic now generates argument parsing code with
PyArg_Parse instead of PyArg_ParseTuple if possible.
|
2015-04-04 00:12:11 +03:00 |
Larry Hastings
|
dfbeb160de
|
Issue #22615: Argument Clinic now supports the "type" argument for the
int converter. This permits using the int converter with enums and
typedefs.
|
2014-10-13 10:39:41 +01:00 |
Brett Cannon
|
1eb32c2045
|
Issue #20152: Port the array module to Argument Clinic.
|
2014-10-10 16:26:45 -04:00 |