| .. |
|
abstract.rst
|
|
|
|
allocation.rst
|
|
|
|
apiabiversion.rst
|
|
|
|
arg.rst
|
|
|
|
bool.rst
|
|
|
|
buffer.rst
|
|
|
|
bytearray.rst
|
|
|
|
bytes.rst
|
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
|
2024-03-25 16:32:11 +01:00 |
|
call.rst
|
|
|
|
capsule.rst
|
|
|
|
cell.rst
|
|
|
|
code.rst
|
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
|
2024-03-19 09:20:38 +00:00 |
|
codec.rst
|
|
|
|
complex.rst
|
|
|
|
concrete.rst
|
|
|
|
contextvars.rst
|
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
|
2024-03-07 10:05:03 +02:00 |
|
conversion.rst
|
|
|
|
coro.rst
|
|
|
|
datetime.rst
|
|
|
|
descriptor.rst
|
|
|
|
dict.rst
|
gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)
|
2024-05-17 12:10:21 -04:00 |
|
exceptions.rst
|
Fix typo in Doc/c-api/exceptions.rst (GH-118371)
|
2024-04-29 14:02:54 +03:00 |
|
file.rst
|
|
|
|
float.rst
|
|
|
|
frame.rst
|
gh-74929: Rudimentary docs for PEP 667 (#118581)
|
2024-05-05 15:31:26 +00:00 |
|
function.rst
|
|
|
|
gcsupport.rst
|
|
|
|
gen.rst
|
|
|
|
hash.rst
|
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
|
2024-03-22 20:19:10 +02:00 |
|
import.rst
|
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
|
2024-03-07 10:05:03 +02:00 |
|
index.rst
|
gh-111997: C-API for signalling monitoring events (#116413)
|
2024-05-04 08:23:50 +00:00 |
|
init.rst
|
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
|
2024-05-02 19:30:00 +02:00 |
|
init_config.rst
|
gh-118518: Rename PYTHONPERFJITSUPPORT and -X perfjit with underscores (#118693)
|
2024-05-07 11:47:21 +00:00 |
|
intro.rst
|
|
|
|
iter.rst
|
|
|
|
iterator.rst
|
|
|
|
list.rst
|
|
|
|
long.rst
|
gh-111140: minor docs typos cleanup in the C example API calls. (#118612)
|
2024-05-05 21:43:42 +00:00 |
|
mapping.rst
|
|
|
|
marshal.rst
|
|
|
|
memory.rst
|
|
|
|
memoryview.rst
|
|
|
|
method.rst
|
|
|
|
module.rst
|
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
|
2024-05-06 18:59:36 +02:00 |
|
monitoring.rst
|
gh-111997: C-API for signalling monitoring events (#116413)
|
2024-05-04 08:23:50 +00:00 |
|
none.rst
|
|
|
|
number.rst
|
|
|
|
object.rst
|
Format None, True, False and NotImplemented as literals (GH-118758)
|
2024-05-08 22:35:16 +03:00 |
|
objimpl.rst
|
|
|
|
perfmaps.rst
|
|
|
|
refcounting.rst
|
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
|
2024-03-07 10:05:03 +02:00 |
|
reflection.rst
|
|
|
|
sequence.rst
|
|
|
|
set.rst
|
|
|
|
slice.rst
|
|
|
|
stable.rst
|
|
|
|
structures.rst
|
Fix the PyGetSetDef documentation (GH-116056)
|
2024-03-05 17:48:20 +02:00 |
|
sys.rst
|
|
|
|
time.rst
|
gh-110850: Add PyTime_TimeRaw() function (#118394)
|
2024-05-01 18:05:01 +00:00 |
|
tuple.rst
|
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
|
2024-04-19 10:41:37 +02:00 |
|
type.rst
|
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
|
2024-03-14 18:17:43 +00:00 |
|
typehints.rst
|
|
|
|
typeobj.rst
|
Fix typo in Doc/c-api/typeobj.rst (GH-118377)
|
2024-04-29 10:59:38 +00:00 |
|
unicode.rst
|
gh-117642: Fix PEP 737 implementation (GH-117643)
|
2024-04-08 16:27:25 +00:00 |
|
utilities.rst
|
gh-110850: Add PyTime_t C API (GH-115215)
|
2024-02-12 18:13:10 +01:00 |
|
veryhigh.rst
|
|
|
|
weakref.rst
|
|
|