summaryrefslogtreecommitdiffstats
path: root/Doc/howto/clinic.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs: Argument Clinic: Move the CConverter class to the reference (GH-...Miss Islington (bot)2023-08-071-64/+69
* [3.12] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-1...Miss Islington (bot)2023-08-061-24/+26
* [3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-1...Miss Islington (bot)2023-07-311-54/+4
* [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...Miss Islington (bot)2023-07-271-43/+129
* [3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-...Miss Islington (bot)2023-07-261-314/+310
* [3.12] Docs: Add missing markup to Argument Clinic docs (GH-106876) (#107181)Miss Islington (bot)2023-07-241-126/+143
* [3.12] Docs: Remove duplicate word in Argument Clinic howto heading (GH-10716...Miss Islington (bot)2023-07-241-2/+2
* [3.12] Docs: Argument Clinic: Add Background and Tutorial top-level sections ...Miss Islington (bot)2023-07-211-9/+27
* [3.12] Docs: Argument Clinic: Group guides about default values (GH-106872) (...Miss Islington (bot)2023-07-181-20/+20
* [3.12] Docs: Normalise Argument Clinic advanced topics headings (GH-106842) (...Miss Islington (bot)2023-07-181-49/+46
* [3.12] Docs: Normalize Argument Clinic How-To section capitalization (GH-1067...Miss Islington (bot)2023-07-151-11/+18
* gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)Erlend E. Aasland2023-05-121-0/+3
* gh-64658: Expand Argument Clinic return converter docs (#104175)Erlend E. Aasland2023-05-051-13/+28
* gh-98763: Prefer "python" over "python3" for command line examples in docs. (...Mariusz Felisiak2023-01-111-1/+1
* docs: Change links to label refs (#98454)Stanley2022-10-261-0/+2
* gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)Nikita Sobolev2022-10-071-1/+9
* gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529)Noam Cohen2022-08-011-5/+0
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-3/+3
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-1/+1
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-4/+4
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-111-3/+3
* bpo-45320: Remove long-deprecated inspect methods (GH-28618)Hugo van Kemenade2021-10-201-3/+0
* bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978)Erlend Egeberg Aasland2021-01-201-0/+62
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-1/+1
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-1/+1
* bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....Serhiy Storchaka2018-07-261-0/+6
* Docs: be less specific about python versions (GH-6985)Eitan Adler2018-05-201-2/+2
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-17/+51
* bpo-29596: Improve clinic howto documentation (GH-1710)gfyoung2017-06-061-3/+3
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-1/+1
* 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-15/+15
|\ \ | |/
| * Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-211-15/+15
* | clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-081-2/+2
|/
* 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-181-1/+1
|\
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
* | 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-081-37/+33
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-4/+4
|/
* #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-02-011-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