Rémi Lapeyre
|
4901fe274b
|
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
|
2019-08-29 17:49:08 +03:00 |
Serhiy Storchaka
|
4fa9591025
|
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
|
2019-01-11 16:01:14 +02:00 |
Serhiy Storchaka
|
32d96a2b5b
|
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
|
2018-12-25 13:23:47 +02:00 |
William Grzybowski
|
28658485a5
|
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
Pass the user/group name as Unicode to the formatting function,
instead of always decoding a bytes string from UTF-8.
|
2018-09-07 19:10:39 +02:00 |
Serhiy Storchaka
|
2954f83999
|
- Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
|
2016-07-07 18:20:03 +03:00 |
Serhiy Storchaka
|
1a2b24f02d
|
Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
|
2016-07-07 17:35:15 +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
|
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 |
Brett Cannon
|
9f49e31a4a
|
Add a missing Argument Clinic file
|
2014-08-22 14:08:46 -04:00 |