summaryrefslogtreecommitdiffstats
path: root/Doc/howto/clinic.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes for Argument Clinic.Larry Hastings2014-01-221-6/+18
* Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings2014-01-191-2/+21
* Doc improvements for Clinic howto "Goals" section.Larry Hastings2014-01-181-9/+9
* Issue #20287: Argument Clinic's output is now configurable, allowingLarry Hastings2014-01-181-1/+319
* Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-42/+227
* Issue #20268: Argument Clinic now supports cloning the parametersLarry Hastings2014-01-151-0/+43
* Minor doc fix in Clinic howto.Larry Hastings2014-01-121-3/+4
* Issue #20214: Fixed a number of small issues and documentation errors inLarry Hastings2014-01-121-20/+120
* Closes #20200: Argument Clinic custom converter example should be in aZachary Ware2014-01-101-2/+2
* Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-071-63/+63
* Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"Larry Hastings2014-01-071-12/+15
* Argument Clinic: fixed test suite, improved howto.Larry Hastings2014-01-051-87/+154
* Issue #19659: Added documentation for Argument Clinic.Larry Hastings2014-01-041-0/+900