cpython/Doc/c-api
Miss Islington (bot) bf0a334c4e
Docs: Use PY_VERSION_HEX for version comparison (GH-100179)
(cherry picked from commit 0264f634f7)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-12-16 23:49:49 -08:00
..
abstract.rst
allocation.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
apiabiversion.rst Docs: Use PY_VERSION_HEX for version comparison (GH-100179) 2022-12-16 23:49:49 -08:00
arg.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
bool.rst
buffer.rst Fix types in buffer/memoryview docs (GH-98118) 2022-10-09 18:03:53 -07:00
bytearray.rst
bytes.rst
call.rst [3.11] gh-93738: Documentation C syntax (:c:type:PyObject -> :c:expr:PyObject) (GH-97776) (#97889) 2022-10-05 08:18:27 -07:00
capsule.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
cell.rst
code.rst gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915) 2022-09-19 06:45:35 -07:00
codec.rst
complex.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
concrete.rst
contextvars.rst
conversion.rst Add a warning message about PyOS_snprintf (GH-95993) 2022-10-07 13:26:46 -07:00
coro.rst
datetime.rst [3.11] gh-90359: Unify documentation style for datetime.rst (gh-94836) (gh-94838) 2022-07-14 09:52:53 +09:00
descriptor.rst
dict.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
exceptions.rst [3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97910) 2022-10-05 11:00:29 -07:00
file.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
float.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
frame.rst gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695) 2022-11-22 07:50:39 -08:00
function.rst
gcsupport.rst
gen.rst
import.rst [3.11] gh-93738: Documentation C syntax (Use c:struct) (GH-97772) (#97869) 2022-10-05 08:20:03 -07:00
index.rst
init.rst [3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) (#98445) 2022-10-20 06:07:33 -07:00
init_config.rst Doc: Replace question mark with fullstop (GH-99558) 2022-11-18 11:34:10 -08:00
intro.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
iter.rst
iterator.rst
list.rst
long.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
mapping.rst
marshal.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
memory.rst gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977) 2022-11-02 14:57:26 -07:00
memoryview.rst Fix types in buffer/memoryview docs (GH-98118) 2022-10-09 18:03:53 -07:00
method.rst
module.rst [3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97910) 2022-10-05 11:00:29 -07:00
none.rst
number.rst
objbuffer.rst
object.rst [3.11] gh-93738: Documentation C syntax (:c:type:PyTypeObject* -> :c:expr:PyTypeObject*) (GH-97778) (#97892) 2022-10-05 08:21:32 -07:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst gh-97909: Fix markup for PyMethodDef members (GH-100089) 2022-12-16 23:19:45 -08:00
sys.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-05 14:11:12 -07:00
tuple.rst [3.11] gh-93738: Documentation C syntax (:c:type:PyObject -> :c:expr:PyObject) (GH-97776) (#97889) 2022-10-05 08:18:27 -07:00
type.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-18 01:49:38 +02:00
typehints.rst [3.11] gh-93738: Documentation C syntax (:c:type:PyTypeObject* -> :c:expr:PyTypeObject*) (GH-97778) (#97892) 2022-10-05 08:21:32 -07:00
typeobj.rst gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) 2022-11-28 03:25:04 -08:00
unicode.rst [3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976) 2022-10-06 10:49:29 -07:00
utilities.rst
veryhigh.rst [3.11] gh-93738: Documentation C syntax (Use c:struct) (GH-97772) (#97869) 2022-10-05 08:20:03 -07:00
weakref.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00