COMMITS
/ Doc/howto/clinic.rst October 12, 2023
E
[3.12] GH-107518: Remove the Argument Clinic How-To (#109900) (#110760)
Erlend E. Aasland committed
August 7, 2023
M
[3.12] Docs: Argument Clinic: Move the CConverter class to the reference (GH-107671) (#107701)
Miss Islington (bot) committed
August 6, 2023
M
[3.12] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-107328) (#107669)
Miss Islington (bot) committed
July 31, 2023
M
[3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-107508) (#107516)
Miss Islington (bot) committed
July 27, 2023
M
[3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-106981) (#107325)
Miss Islington (bot) committed
July 26, 2023
M
[3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-107203) (#107317)
Miss Islington (bot) committed
July 24, 2023
M
[3.12] Docs: Add missing markup to Argument Clinic docs (GH-106876) (#107181)
Miss Islington (bot) committed
M
[3.12] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107171)
Miss Islington (bot) committed
July 21, 2023
M
[3.12] Docs: Argument Clinic: Add Background and Tutorial top-level sections (GH-106904) (#106945)
Miss Islington (bot) committed
July 18, 2023
M
[3.12] Docs: Argument Clinic: Group guides about default values (GH-106872) (#106874)
Miss Islington (bot) committed
M
[3.12] Docs: Normalise Argument Clinic advanced topics headings (GH-106842) (#106853)
Miss Islington (bot) committed
July 15, 2023
M
[3.12] Docs: Normalize Argument Clinic How-To section capitalization (GH-106788) (#106791)
Miss Islington (bot) committed
May 12, 2023
E
gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)
Erlend E. Aasland committed
May 5, 2023
E
gh-64658: Expand Argument Clinic return converter docs (#104175)
Erlend E. Aasland committed
January 11, 2023
M
gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)
Mariusz Felisiak committed
October 26, 2022
S
docs: Change links to label refs (#98454)
Stanley committed
October 7, 2022
N
gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)
Nikita Sobolev committed
August 1, 2022
N
gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529)
Noam Cohen committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
October 20, 2021
H
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade committed
January 20, 2021
E
bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978)
Erlend Egeberg Aasland committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
October 26, 2018
S
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel committed
July 26, 2018
S
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
Serhiy Storchaka committed
May 20, 2018
E
Docs: be less specific about python versions (GH-6985)
Eitan Adler committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
June 6, 2017
G
bpo-29596: Improve clinic howto documentation (GH-1710)
gfyoung committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
December 10, 2016
M
Issues #28755, #28753: Merge Arg Clinic howto from 3.5
Martin Panter committed
M
Issue #28755: Improve syntax highlighting in Arg Clinic howto
Martin Panter committed
M
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
Martin Panter committed
November 21, 2016
M
Merge doc fixups from 3.5
Martin Panter committed
M
Change double hyphens (en dashes) to em (longer) dashes
Martin Panter committed
September 8, 2016
B
clinic: PY_LONG_LONG -> long long
Benjamin Peterson committed
August 12, 2016
M
Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
July 28, 2016
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
July 23, 2016
M
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter committed
November 20, 2015
M
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
Martin Panter committed
May 18, 2015
B
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag committed
B
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag committed
May 16, 2015
T
Argument Clinic: added missing bit of info in howto
Tal Einat committed
May 8, 2015
L
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Larry Hastings committed
May 20, 2014
D
Fix Issue #21528 - Fix documentation typos
Donald Stufft committed
February 1, 2014
L
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Larry Hastings committed
January 26, 2014
L
Documentation fixes, including fixing "suspicious" problems.
Larry Hastings committed