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 |
Brett Cannon
|
b4f43e90d9
|
Clarify documentation for os.fspath().
|
2016-06-09 14:32:08 -07: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 |
Ethan Furman
|
410ef8e230
|
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
|
2016-06-04 12:06:26 -07:00 |
Martin Panter
|
a122b5a1fd
|
Issue #23738: Merge 3.5 into 3.6
|
2015-09-09 03:01:17 +00:00 |
Martin Panter
|
0ff89099c7
|
Issue #23738: Merge 3.4 into 3.5
|
2015-09-09 01:56:53 +00:00 |
Charles-François Natali
|
80d62e628b
|
Issue #23530: fix clinic comment.
|
2015-08-13 20:37:08 +01:00 |
Serhiy Storchaka
|
f0b5015edb
|
Converted os._getfullpathname() and os._isdir() to Argument Clinic.
|
2015-05-13 00:52:39 +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 |
Larry Hastings
|
89964c48d1
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
|
2015-04-14 18:07:59 -04:00 |
Steve Dower
|
f737703671
|
Issue #23668: Regenerates posixmodule.c.h for new ifdefs
|
2015-04-12 15:44:54 -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 |
Serhiy Storchaka
|
1009bf18b3
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
|
2015-04-03 23:53:51 +03:00 |