/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Doc/c-api/
..
abstract.rst

gh-85275: Remove old buffer APIs (#105137)

3 года назад
allocation.rst

Add a new Sphinx `soft-deprecated` directive (#148630)

4 месяца назад
apiabiversion.rst

gh-143578: Restore note about patchlevel.h (#143596)

7 месяцев назад
arg.rst

gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301)

4 дня назад
bool.rst

gh-110481, doc: Add "immortal" term to the glossary (#112180)

3 года назад
buffer.rst

Use `soft-deprecated` in more places (#148769)

4 месяца назад
bytearray.rst

gh-142518: add thread safety annotations for bytearray C-API (#146514)

4 месяца назад
bytes.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
call.rst

gh-141004: Document old provisional names for vectorcall/code API (GH-143568)

7 месяцев назад
capsule.rst

gh-76595: PyCapsule_Import() now imports submodules if needed (GH-6898)

11 часов назад
cell.rst

Fix minor typos and wording in C API docs (#140955)

9 месяцев назад
code.rst

Use `soft-deprecated` in more places (#148769)

4 месяца назад
codec.rst

gh-141004: Document `Py_hexdigits` (GH-141059)

9 месяцев назад
complex.rst

Fix 2 broken links in documentation (#150892)

2 месяца назад
concrete.rst

gh-148829: Implement PEP 661 (#148831)

3 месяца назад
contextvars.rst

gh-124872: Replace enter/exit events with "switched" (#125532)

2 года назад
conversion.rst

gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867)

7 месяцев назад
coro.rst

gh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New`, `PyGen_New`, `PyGen_NewWithQualName` functions (#150672)

2 месяца назад
curses.rst

gh-141004: document `curses` C API (#141254)

9 месяцев назад
datetime.rst

add whatsnew entry for `PyUnstable_SetImmortal` and `PyDatetime_IMPORT` (#144830)

6 месяцев назад
descriptor.rst

Use `soft-deprecated` in more places (#148769)

4 месяца назад
dict.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
exceptions.rst

gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044)

12 дней назад
extension-modules.rst

gh-140550: Docs additions & fixups for PEP 793 (GH-151661)

2 месяца назад
file.rst

Add a new Sphinx `soft-deprecated` directive (#148630)

4 месяца назад
float.rst

gh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to fail in future CPython versions (GH-153440)

месяц назад
frame.rst

gh-152105: Remove PyUnstable_ExecutableKinds and related macros (GH-155244)

5 дней назад
function.rst

gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294)

9 месяцев назад
gcsupport.rst

Python 3.15.0b1

3 месяца назад
gen.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
hash.rst

gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (#141233)

9 месяцев назад
import.rst

gh-140550: Docs additions & fixups for PEP 793 (GH-151661)

2 месяца назад
index.rst

gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)

3 месяца назад
init.rst

gh-141811: Split up `init.rst` into multiple pages (GH-144844)

6 месяцев назад
init_config.rst

gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044)

12 дней назад
interp-lifecycle.rst

gh-150032: Tidy up 3.15 pending removals (#149594)

2 месяца назад
intro.rst

gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044)

12 дней назад
iter.rst

Fix typo in PyIter_Send docs (#140336)

10 месяцев назад
iterator.rst

gh-141004: Document `PyODict*` APIs (GH-141136)

9 месяцев назад
lifecycle.dot

gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)

год назад
lifecycle.dot.css

gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)

год назад
lifecycle.dot.svg

gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)

год назад
lifecycle.rst

Remove PDF images (#145977)

месяц назад
list.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
long.rst

Doc: fix order of PyLong_FromUnsignedLongLong (#150937)

2 месяца назад
mapping.rst

Fix minor typos and wording in C API docs (#140955)

9 месяцев назад
marshal.rst

Fix minor typos and wording in C API docs (#140955)

9 месяцев назад
memory.rst

Docs: Fix typos in the "Memory Management" section (GH-151243)

2 месяца назад
memoryview.rst

gh-141004: Document `PyMemoryView_Type` (GH-141034)

9 месяцев назад
method.rst

gh-107091: Fix the use of some C domain roles (#107092)

3 года назад
module.rst

Fix copy paste error with Py_mod_state_traverse (GH-152776)

месяц назад
monitoring.rst

Add a new Sphinx `soft-deprecated` directive (#148630)

4 месяца назад
none.rst

gh-110481, doc: Add "immortal" term to the glossary (#112180)

3 года назад
number.rst

gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)

2 года назад
object.rst

gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)

5 месяцев назад
objimpl.rst

gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)

год назад
perfmaps.rst

gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492)

2 месяца назад
picklebuffer.rst

gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630)

9 месяцев назад
profiling.rst

gh-141811: Split up `init.rst` into multiple pages (GH-144844)

6 месяцев назад
refcounting.rst

gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)

6 месяцев назад
reflection.rst

gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)

год назад
sentinel.rst

gh-148829: Make sentinels' repr and module customizable (#149654)

3 месяца назад
sequence.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
set.rst

Use `soft-deprecated` in more places (#148769)

4 месяца назад
slice.rst

gh-130214: Document `PyEllipsis_Type` (GH-130215)

год назад
slots.rst

Fix typos in C API documentation (GH-149588)

3 месяца назад
stable.rst

Fix incorrect sentence in stable.rst (GH-149684)

3 месяца назад
structures.rst

gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)

2 месяца назад
subinterpreters.rst

gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)

4 месяца назад
synchronization.rst

Fix typos in C API documentation (GH-149588)

3 месяца назад
sys.rst

gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)

14 дней назад
threads.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
time.rst

gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)

год назад
tls.rst

gh-141811: Split up `init.rst` into multiple pages (GH-144844)

6 месяцев назад
tuple.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
type.rst

gh-145685: per-type method cache implementation (#150160)

21 день назад
typehints.rst

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
typeobj.rst

Fix typo in C API Type Object Structures documentation (#154249)

22 дня назад
unicode.rst

gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)

месяц назад
utilities.rst

gh-110850: Add PyTime_t C API (GH-115215)

2 года назад
veryhigh.rst

gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958)

24 дня назад
weakref.rst

gh-80384: Check that callback is callable at weak reference creation (GH-151145)

2 месяца назад