summaryrefslogtreecommitdiff
path: root/Doc/howto/clinic.rst
Commit message (Expand)AuthorAgeFilesLines
* Issues #28755, #28753: Merge Arg Clinic howto from 3.5Martin Panter2016-12-101-24/+39
|\
| * Issue #28755: Improve syntax highlighting in Arg Clinic howtoMartin Panter2016-12-101-15/+29
| * Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.Martin Panter2016-12-101-14/+15
* | Merge doc fixups from 3.5Martin Panter2016-11-211-2/+2
|\ \ | |/ |/|
| * clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-081-2/+2
* | Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-211-15/+15
|/
* Issue #27745: Fix some typos in Argument Clinic howto, by Lele GaifaxMartin Panter2016-08-121-4/+4
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #27130: Fix handling of buffers exceeding UINT_MAX in ?zlib? moduleMartin Panter2016-07-231-6/+6
* Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-201-8/+8
* Issue #24232: Fix typos. Patch by Ville Skytt?.Berker Peksag2015-05-191-41/+38
|\
| * Argument Clinic: added missing bit of info in howtoTal Einat2015-05-161-0/+1
| * Issue #24000: Improved Argument Clinic's mapping of converters to legacyLarry Hastings2015-05-071-37/+33
| * Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-4/+4
* | Issue #24232: Fix typos. Patch by Ville Skytt?.Berker Peksag2015-05-191-1/+1
|/
* #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-01-311-72/+100
* Documentation fixes, including fixing "suspicious" problems.Larry Hastings2014-01-261-50/+64
* #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.Ezio Melotti2014-01-251-6/+2
* Doc fixes for Argument Clinic.Larry Hastings2014-01-221-6/+18
* Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings2014-01-181-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-171-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-141-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-091-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