cpython/Doc/c-api
Jelle Zijlstra 6eff004b96
[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)
* wording fixes in type.rst

* grammar and punctuation in sys.rst

* set: grammar fixes

* structures: capitalization fix

* grammar fixes for sequence

* objects: point to Py_TYPE instead of direct object access

* numbers: add more explicit Python equivalences

* method: add missing period

* memory: grammar fix

* mapping: grammar fixes

* long: grammar fix

* iter: fix grammar for PyAIter_Check

* init: grammar fix.
(cherry picked from commit 897bc6f928)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-04-02 16:00:36 -07:00
..
abstract.rst bpo-36974: expand call protocol documentation (GH-13844) 2019-11-12 05:08:00 -08:00
allocation.rst bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) 2019-06-28 18:02:56 +09:00
apiabiversion.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
arg.rst bpo-36346: Document removal schedule of deprecate APIs (GH-20879) 2021-02-22 15:30:52 -08:00
bool.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
buffer.rst [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) 2020-08-19 19:25:22 +02:00
bytearray.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
bytes.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
call.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
capsule.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
cell.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
code.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
codec.rst bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) 2019-10-30 12:03:20 +02:00
complex.rst bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26761) 2021-06-16 20:13:53 +01:00
concrete.rst [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757) 2021-06-16 08:34:52 -07:00
contextvars.rst bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689) 2021-04-28 17:11:15 +02:00
conversion.rst closes bpo-43266: Improve array formatting. (GH-24573) 2021-02-19 07:55:44 -08:00
coro.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
datetime.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
descriptor.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
dict.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
exceptions.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
file.rst bpo-41192: Add documentation of undocumented audit events (GH-22831) 2020-10-20 16:05:13 -04:00
float.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
function.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
gcsupport.rst bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248) 2021-10-28 21:23:19 +02:00
gen.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
import.rst bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878) 2021-06-23 17:47:33 +02:00
index.rst bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
init.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
init_config.rst [3.9] More minor fixes to C API docs (GH-31714) (GH-32260) 2022-04-02 16:00:13 -07:00
intro.rst [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) 2020-08-19 19:25:22 +02:00
iter.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
iterator.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
list.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
long.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
mapping.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
marshal.rst [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) 2020-08-19 19:25:22 +02:00
memory.rst bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795) 2021-03-09 03:39:39 -08:00
memoryview.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
method.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
module.rst Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597) 2021-08-04 20:24:03 +02:00
none.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
number.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
objbuffer.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
object.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
objimpl.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
refcounting.rst bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) 2019-10-30 12:03:20 +02:00
reflection.rst bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) 2022-02-23 11:15:57 -08:00
sequence.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
set.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
slice.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
stable.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
structures.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
sys.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
tuple.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00
type.rst [3.9] More minor fixes to C API docs (GH-31525) (GH-32259) 2022-04-02 16:00:36 -07:00
typehints.rst [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757) 2021-06-16 08:34:52 -07:00
typeobj.rst [3.9] Minor fixes to C API docs (GH-31501) (GH-31526) 2022-03-01 20:45:54 -08:00
unicode.rst [3.9] Minor fixes to C API docs (GH-31501) (GH-31526) 2022-03-01 20:45:54 -08:00
utilities.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
veryhigh.rst [3.9] Minor fixes to C API docs (GH-31501) (GH-31526) 2022-03-01 20:45:54 -08:00
weakref.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) 2021-01-06 13:54:18 +01:00