Victor Stinner
|
37e4ef7b17
|
Issue #27810: Rerun Argument Clinic on all modules
|
2016-09-09 20:00:13 -07:00 |
Steve Dower
|
cc16be85c0
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
|
2016-09-08 10:35:16 -07:00 |
Steve Dower
|
f5aba58480
|
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
|
2016-09-06 19:42:27 -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
|
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
|
2eb6b0d1bd
|
Issues #26716, #26057: Regenerate Argument Clinic code.
|
2016-04-14 12:30:54 +03:00 |
Serhiy Storchaka
|
c97a962e08
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.
|
2015-08-09 12:23:08 +03:00 |
Serhiy Storchaka
|
0c59ff6430
|
Issue #20173: Converted the _codecs module to Argument Clinic.
|
2015-05-12 13:15:57 +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 |
Serhiy Storchaka
|
1009bf18b3
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
|
2015-04-03 23:53:51 +03:00 |