Skip to content

Move Argument Clinic's documentation to the Developer's Guide #1160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
376caf0
Issue #19659: Added documentation for Argument Clinic.
larryhastings Jan 4, 2014
5ca5d3a
Argument Clinic: fixed test suite, improved howto.
larryhastings Jan 5, 2014
9e47d75
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse …
larryhastings Jan 7, 2014
01ae6c7
Issue #19273: The marker comments Argument Clinic uses have been changed
larryhastings Jan 7, 2014
1f988b1
Closes #20200: Argument Clinic custom converter example should be in a
zware Jan 10, 2014
5c53fd9
Issue #20214: Fixed a number of small issues and documentation errors in
larryhastings Jan 12, 2014
8d13753
Minor doc fix in Clinic howto.
larryhastings Jan 12, 2014
ef8fde7
Issue #20268: Argument Clinic now supports cloning the parameters
larryhastings Jan 15, 2014
ecea194
Issue #20226: Major improvements to Argument Clinic.
larryhastings Jan 16, 2014
71ff306
Issue #20287: Argument Clinic's output is now configurable, allowing
larryhastings Jan 18, 2014
8224acf
Doc improvements for Clinic howto "Goals" section.
larryhastings Jan 18, 2014
3619f5f
Issue #20294: Argument Clinic now supports argument parsing for __new…
larryhastings Jan 19, 2014
745625b
Doc fixes for Argument Clinic.
larryhastings Jan 22, 2014
4259315
GitHub-Issue-Link: https://github.com/python/cpython/issues/64547
ezio-melotti Jan 25, 2014
86a65e4
Documentation fixes, including fixing "suspicious" problems.
larryhastings Jan 26, 2014
416ba5f
including correctly generating code for Clinic blocks inside C
larryhastings Feb 1, 2014
6341d75
Fix Issue #21528 - Fix documentation typos
dstufft May 20, 2014
e3c5656
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
larryhastings May 8, 2015
2914da8
Argument Clinic: added missing bit of info in howto
taleinat May 16, 2015
1b9d562
Issue #24232: Fix typos. Patch by Ville Skyttä.
berkerpeksag May 18, 2015
be8c565
Issue #24232: Fix typos. Patch by Ville Skyttä.
berkerpeksag May 18, 2015
f3fcaa4
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multip…
orsenthil Jun 15, 2015
62bda94
null merge with 3.4
orsenthil Jun 15, 2015
05046f9
null merge 3.4 to 3.5 (9a0c5ffe7420 merged 3.4 to default, bypassing …
ned-deily Jun 15, 2015
70bfe58
null merge 3.5 to default (9a0c5ffe7420 merged 3.4 to default, bypass…
ned-deily Jun 15, 2015
0ca4094
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
vadmium Nov 20, 2015
c7b612a
Issue #25626: Merge zlib fix from 3.5
vadmium Nov 21, 2015
cfb1132
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” mo…
vadmium Jul 23, 2016
4d20304
Issue #27626: Spelling fixes in docs, comments and internal names
vadmium Jul 28, 2016
3c7af20
Issue #26462: Doc: reduce literal_block warnings, fix syntax highligh…
vadmium Jul 26, 2016
2138267
Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax
vadmium Aug 12, 2016
83f8383
clinic: PY_LONG_LONG -> long long
benjaminp Sep 8, 2016
0147885
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
larryhastings Nov 20, 2016
2ff77e2
Change double hyphens (en dashes) to em (longer) dashes
vadmium Nov 21, 2016
a0b8e05
Merge doc fixups from 3.5
vadmium Nov 21, 2016
e066b36
Merge doc fixups from 3.6
vadmium Nov 21, 2016
d29e1f8
Change an en-dash to an em-dash.
serhiy-storchaka Nov 21, 2016
36e7d29
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
vadmium Dec 10, 2016
85fea54
Issue #28755: Improve syntax highlighting in Arg Clinic howto
vadmium Dec 10, 2016
8764b20
Issues #28755, #28753: Merge Arg Clinic howto from 3.5
vadmium Dec 10, 2016
4ad9136
Issue #28755: Merge Arg Clinic howto from 3.6
vadmium Dec 10, 2016
9a35ab4
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
serhiy-storchaka Mar 30, 2017
3fae62e
bpo-29596: Improve clinic howto documentation (GH-1710)
gfyoung Jun 6, 2017
3f5fc8f
Improve highlighting of some code blocks. (python/cpython#6401)
serhiy-storchaka Apr 8, 2018
40bb2c7
Docs: be less specific about python versions (python/cpython#6985)
grimreaper May 20, 2018
357a8f2
bpo-20260: Implement non-bitwise unsigned int converters for Argument…
serhiy-storchaka Jul 26, 2018
f9b4857
bpo-35042: Use the :pep: role where a PEP is specified (python/cpytho…
matrixise Oct 26, 2018
8c3d865
Doc: Replace the deprecated highlightlang directive by highlight. (py…
matrixise May 17, 2019
50f60a4
bpo-38600: NULL -> ``NULL``. (python/cpython#17001)
serhiy-storchaka Oct 30, 2019
403488f
bpo-42048: Clinic Howto: Document AC's defining_class converter (pyth…
Jan 20, 2021
4cd6fc6
bpo-45320: Remove long-deprecated inspect methods (python/cpython#28618)
hugovk Oct 20, 2021
9d1a7ad
bpo-46613: Add PyType_GetModuleByDef to the public API (python/cpytho…
encukou Feb 11, 2022
03d39ac
python/cpython#92536: PEP 623: Remove wstr and legacy APIs from Unico…
methane May 12, 2022
7980ac5
Document Py_ssize_t. (python/cpython#92512)
JulienPalard May 13, 2022
d2514e5
Docs: remove redundant "adverb-adjective" hyphens from compound modif…
nedbat Jul 5, 2022
d6ff211
python/cpython#95007: Remove the NoneType return converter from Argum…
noamcohen97 Aug 1, 2022
5f6ac54
python/cpython#97956: Mention `generate_global_objects.py` in `AC How…
sobolevn Oct 7, 2022
1196c45
docs: Change links to label refs (python/cpython#98454)
slateny Oct 26, 2022
9243c7a
python/cpython#98763: Prefer "python" over "python3" for command line…
felixxm Jan 11, 2023
59eef01
python/cpython#64658: Expand Argument Clinic return converter docs (p…
erlend-aasland May 5, 2023
d8a7663
python/cpython#104389: Add 'unused' keyword to Argument Clinic C conv…
erlend-aasland May 12, 2023
b247a69
Docs: Normalize Argument Clinic How-To section capitalization (python…
erlend-aasland Jul 15, 2023
9ca360c
Docs: Normalise Argument Clinic advanced topics headings (python/cpyt…
erlend-aasland Jul 18, 2023
4c56015
Docs: Argument Clinic: Group guides about default values (python/cpyt…
erlend-aasland Jul 18, 2023
60a674b
Docs: Argument Clinic: Add Background and Tutorial top-level sections…
erlend-aasland Jul 21, 2023
f73589c
Docs: Remove duplicate word in Argument Clinic howto heading (python/…
hakancelikdev Jul 24, 2023
4eda298
Docs: Add missing markup to Argument Clinic docs (python/cpython#106876)
erlend-aasland Jul 24, 2023
f4d2138
Docs: Remove the numbered steps from the Argument Clinic tutorial (py…
erlend-aasland Jul 26, 2023
8405f89
Docs: Argument Clinic: Restructure "Basic concepts and usage" (python…
erlend-aasland Jul 26, 2023
64b07f5
python/cpython#107507: Replace 'The goals of Argument Clinic' with a …
erlend-aasland Jul 31, 2023
1c3fb9b
Docs: Argument Clinic: Improve 'How to write a custom converter' (pyt…
erlend-aasland Aug 5, 2023
ce3b69d
Docs: Argument Clinic: Move the CConverter class to the reference (py…
erlend-aasland Aug 7, 2023
eec5f46
python/cpython#95065: Add Argument Clinic support for deprecating pos…
erlend-aasland Aug 7, 2023
6a0051f
python/cpython#86457: Add docs for Argument Clinic @text_signature di…
erlend-aasland Aug 8, 2023
8dd6936
python/cpython#104683: Add --exclude option to Argument Clinic CLI (p…
erlend-aasland Aug 8, 2023
067ee64
Docs: clean up Argument Clinic howto's (python/cpython#107797)
erlend-aasland Aug 9, 2023
f62db14
Add clinic.rst with history
erlend-aasland Aug 9, 2023
b091bbd
Add clinic.rst to Development Tools
erlend-aasland Aug 9, 2023
7e4977f
Adapt clinic.rst
erlend-aasland Aug 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading