Lines Matching refs:Clinic
1825 - Issue #21629: Fix Argument Clinic's "--converters" feature.
1920 In porting to Argument Clinic, the first two arguments were reversed.
2540 - Issue #20530: Argument Clinic's signature format has been revised again.
2546 - Issue #20456: Argument Clinic now observes the C preprocessor conditional
2547 compilation statements of the C files it parses. When a Clinic block is
2551 - Issue #20456: Cloned functions in Argument Clinic now use the correct
2555 - Issue #20456: Fixed Argument Clinic's test suite and "--converters" feature.
2557 - Issue #20456: Argument Clinic now allows specifying different names
2560 - Issue #20326: Argument Clinic now uses a simple, unique signature to
2565 - Issue #20326: Argument Clinic now generates separate checksums for the
2684 - Issue #20152: Ported Python/import.c over to Argument Clinic.
2738 - Issue #20390: Argument Clinic's "file" output preset now defaults to
2741 - Issue #20390: Argument Clinic's "class" directive syntax has been extended
2744 - Issue #20390: Argument Clinic: If __new__ or __init__ functions didn't use
2748 - Issue #20390: Argument Clinic now fails if you have required parameters after
2751 - Issue #20390: Argument Clinic converters now have a new template they can
2755 - Issue #20376: Argument Clinic now escapes backslashes in docstrings.
2757 - Issue #20381: Argument Clinic now sanity checks the default argument when
2761 - Issue #20189: Argument Clinic now ensures that parser functions for
2766 - Issue #20189: Argument Clinic now suppresses the docstring for __new__
2769 - Issue #20189: Argument Clinic now suppresses the "self" parameter in the
2772 - Issue #20294: Argument Clinic now supports argument parsing for __new__ and
2775 - Issue #20299: Argument Clinic custom converters may now change the default
2778 - Issue #20287: Argument Clinic's output is now configurable, allowing
2781 - Issue #20226: Argument Clinic now permits simple expressions
2790 - Issue #20268: Argument Clinic now supports cloning the parameters and
2793 - Issue #20228: Argument Clinic now has special support for class special
2797 Argument Clinic (see issue for details).
2799 - Issue #20196: Fixed a bug where Argument Clinic did not generate correct
2807 - Issue #19723: The marker comments Argument Clinic uses have been changed
2810 - Issue #20157: When Argument Clinic renames a parameter because its name
2813 - Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
2816 - Issue #20144: Argument Clinic now supports simple symbolic constants
2819 - Issue #20143: The line numbers reported in Argument Clinic errors are
2822 - Issue #20142: Py_buffer variables generated by Argument Clinic are now
3202 - Issue #19659: Added documentation for Argument Clinic.
3204 - Issue #19976: Argument Clinic METH_NOARGS functions now always
3619 - Issue #19358: "make clinic" now runs the Argument Clinic preprocessor
3668 - Issue #19730: Argument Clinic now supports all the existing PyArg
3675 - Issue #19390: Argument Clinic no longer accepts malformed Python
3692 - Issue #16612: Add "Argument Clinic", a compile-time preprocessor for