..
abstract.rst
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
2021-07-29 13:31:42 +02:00
allocation.rst
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94558)
2022-07-05 14:30:37 +02:00
apiabiversion.rst
arg.rst
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710)
2022-12-23 07:09:34 -08:00
bool.rst
buffer.rst
Fix types in buffer/memoryview docs (GH-98118)
2022-10-09 18:02:49 -07:00
bytearray.rst
More minor fixes to C API docs (GH-31714)
2022-04-02 12:54:04 -07:00
bytes.rst
Document Py_ssize_t. (GH-92512)
2022-05-13 06:32:39 -07:00
call.rst
[3.10] gh-93738: Documentation C syntax (:c:type:PyObject -> :c:expr:PyObject) (GH-97776) ( #97888 )
2022-10-05 08:17:46 -07:00
capsule.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
cell.rst
code.rst
codec.rst
complex.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
concrete.rst
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
2021-06-16 07:34:45 -07:00
contextvars.rst
conversion.rst
Add a warning message about PyOS_snprintf (GH-95993)
2022-10-07 13:36:21 -07:00
coro.rst
datetime.rst
gh-90359: Unify documentation style for datetime.rst (gh-94836)
2022-07-13 17:51:03 -07:00
descriptor.rst
dict.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
exceptions.rst
[3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) ( #97911 )
2022-10-05 11:00:50 -07:00
file.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
float.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
function.rst
gcsupport.rst
[3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249)
2021-10-28 21:22:57 +02:00
gen.rst
import.rst
[3.10] gh-93738: Documentation C syntax (Use c:struct) (GH-97772) ( #97893 )
2022-10-05 08:20:46 -07:00
index.rst
init.rst
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98373 )
2022-10-18 01:49:47 +02:00
init_config.rst
Doc: Replace question mark with fullstop (GH-99558)
2022-11-18 11:34:17 -08:00
intro.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
iter.rst
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
2022-04-02 16:00:51 -07:00
iterator.rst
list.rst
long.rst
[docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)
2023-01-23 21:30:29 -08:00
mapping.rst
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
2022-04-02 16:00:51 -07:00
marshal.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
memory.rst
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
2022-11-02 14:56:14 -07:00
memoryview.rst
Fix types in buffer/memoryview docs (GH-98118)
2022-10-09 18:02:49 -07:00
method.rst
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
2022-04-02 16:00:51 -07:00
module.rst
[3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) ( #97911 )
2022-10-05 11:00:50 -07:00
none.rst
number.rst
Document Py_ssize_t. (GH-92512)
2022-05-13 06:32:39 -07:00
objbuffer.rst
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
2021-07-29 13:31:42 +02:00
object.rst
[3.10] gh-93738: Documentation C syntax (:c:type:PyTypeObject* -> :c:expr:PyTypeObject*) (GH-97778) ( #97890 )
2022-10-05 08:21:18 -07:00
objimpl.rst
refcounting.rst
gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)
2022-05-18 02:00:00 -07:00
reflection.rst
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
2022-02-23 11:12:51 -08:00
sequence.rst
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
2022-04-02 16:00:51 -07:00
set.rst
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
2022-04-02 16:00:51 -07:00
slice.rst
stable.rst
Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
2021-05-14 14:28:08 +02:00
structures.rst
gh-97909: Fix markup for PyMethodDef members (GH-100089)
2022-12-16 23:19:54 -08:00
sys.rst
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) ( #97925 )
2022-10-05 14:10:55 -07:00
tuple.rst
[3.10] gh-93738: Documentation C syntax (:c:type:PyObject -> :c:expr:PyObject) (GH-97776) ( #97888 )
2022-10-05 08:17:46 -07:00
type.rst
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) ( #98373 )
2022-10-18 01:49:47 +02:00
typehints.rst
[3.10] gh-93738: Documentation C syntax (:c:type:PyTypeObject* -> :c:expr:PyTypeObject*) (GH-97778) ( #97890 )
2022-10-05 08:21:18 -07:00
typeobj.rst
docs: fix ssizeobjargproc parameters (GH-100736)
2023-01-04 07:36:44 -08:00
unicode.rst
[3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) ( #97977 )
2022-10-06 11:56:52 -07:00
utilities.rst
veryhigh.rst
[3.10] gh-93738: Documentation C syntax (Use c:struct) (GH-97772) ( #97893 )
2022-10-05 08:20:46 -07:00
weakref.rst
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94558)
2022-07-05 14:30:37 +02:00