.. |
abstract.rst
|
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
|
2021-07-29 12:46:47 +02:00 |
allocation.rst
|
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
|
2022-07-05 11:16:10 +02:00 |
apiabiversion.rst
|
Docs: Use `PY_VERSION_HEX` for version comparison (#100179)
|
2022-12-17 13:12:18 +05:30 |
arg.rst
|
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (#98710)
|
2022-12-23 07:00:21 -08:00 |
bool.rst
|
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
|
2021-01-06 12:38:26 +01:00 |
buffer.rst
|
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
|
2023-03-03 22:46:50 +05:30 |
bytearray.rst
|
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
|
2022-05-03 20:14:58 +02:00 |
bytes.rst
|
gh-93202: Always use %zd printf formatter (#93201)
|
2022-05-25 14:21:36 +02:00 |
call.rst
|
gh-98586: Add What's New entry and update docs (#99056)
|
2022-11-06 23:54:55 +01:00 |
capsule.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
cell.rst
|
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
|
2021-01-06 12:38:26 +01:00 |
code.rst
|
gh-102381: don't call watcher callback with dead object (#102382)
|
2023-03-07 17:10:58 -07:00 |
codec.rst
|
bpo-41842: Add codecs.unregister() function (GH-22360)
|
2020-09-28 23:41:11 +02:00 |
complex.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
concrete.rst
|
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
|
2022-03-23 13:19:13 +01:00 |
contextvars.rst
|
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
|
2021-04-28 07:03:19 -07:00 |
conversion.rst
|
Add a warning message about PyOS_snprintf (#95993)
|
2022-10-07 11:49:53 -07:00 |
coro.rst
|
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
|
2021-01-06 12:38:26 +01:00 |
datetime.rst
|
gh-90359: Unify documentation style for datetime.rst (gh-94836)
|
2022-07-14 09:40:10 +09:00 |
descriptor.rst
|
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
|
2021-02-16 08:50:00 +01:00 |
dict.rst
|
gh-102381: don't call watcher callback with dead object (#102382)
|
2023-03-07 17:10:58 -07:00 |
exceptions.rst
|
gh-101100: Test docs in nit-picky mode (#102513)
|
2023-03-24 13:23:35 +02:00 |
file.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
float.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
frame.rst
|
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
|
2022-11-22 16:41:57 +01:00 |
function.rst
|
gh-102381: don't call watcher callback with dead object (#102382)
|
2023-03-07 17:10:58 -07:00 |
gcsupport.rst
|
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
|
2023-03-14 01:35:54 +00:00 |
gen.rst
|
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
|
2021-01-06 12:38:26 +01:00 |
import.rst
|
gh-65961: Do not rely solely on `__cached__` (GH-97990)
|
2022-10-06 15:40:22 -07:00 |
index.rst
|
bpo-36763: Implement the PEP 587 (GH-13592)
|
2019-05-27 16:39:22 +02:00 |
init.rst
|
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
|
2023-03-15 16:10:03 +01:00 |
init_config.rst
|
gh-101386: fix typos found by codespell (#101387)
|
2023-01-28 11:57:40 +02:00 |
intro.rst
|
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
|
2023-03-15 16:10:03 +01:00 |
iter.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
iterator.rst
|
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
|
2021-01-06 12:38:26 +01:00 |
list.rst
|
gh-89653: PEP 670: Amend docs (GH-91813)
|
2022-04-22 14:59:18 +02:00 |
long.rst
|
[docs] Mention how to get/set a bigint PyLong via the C API (#101270)
|
2023-01-23 21:20:53 -08:00 |
mapping.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
marshal.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
memory.rst
|
gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
|
2022-11-02 21:49:12 +00:00 |
memoryview.rst
|
Fix types in buffer/memoryview docs (#98118)
|
2022-10-09 17:55:53 -07:00 |
method.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
module.rst
|
gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (#101976)
|
2023-02-17 09:43:07 +01:00 |
none.rst
|
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
|
2019-05-17 15:25:34 +05:30 |
number.rst
|
Document Py_ssize_t. (GH-92512)
|
2022-05-13 14:10:16 +02:00 |
objbuffer.rst
|
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
|
2021-07-29 12:46:47 +02:00 |
object.rst
|
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
|
2023-03-21 09:46:24 -07:00 |
objimpl.rst
|
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
|
2019-05-17 15:25:34 +05:30 |
refcounting.rst
|
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
|
2022-12-07 15:22:38 +01:00 |
reflection.rst
|
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
|
2022-03-23 13:19:13 +01:00 |
sequence.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
set.rst
|
More minor fixes to C API docs (GH-31525)
|
2022-04-02 12:31:05 -07:00 |
slice.rst
|
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
|
2021-01-06 12:38:26 +01:00 |
stable.rst
|
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
|
2023-02-28 09:31:01 +01:00 |
structures.rst
|
Fix typos in Doc folder (#100880)
|
2023-01-10 11:04:06 +02:00 |
sys.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
tuple.rst
|
no-issue: typo fix in c-api/tuple.rst (gh-98560)
|
2022-10-23 19:46:56 +09:00 |
type.rst
|
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
|
2022-10-21 14:41:51 +01:00 |
typehints.rst
|
gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (#97778)
|
2022-10-04 17:56:20 -07:00 |
typeobj.rst
|
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#GH-101736)
|
2023-02-09 14:05:53 +01:00 |
unicode.rst
|
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
|
2022-10-05 11:01:14 -07:00 |
utilities.rst
|
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
|
2019-05-17 15:25:34 +05:30 |
veryhigh.rst
|
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
|
2022-10-04 16:27:29 -07:00 |
weakref.rst
|
gh-101100: Test docs in nit-picky mode (#102513)
|
2023-03-24 13:23:35 +02:00 |