/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
cpython/
Doc/c-api/
..
abstract.rst

bpo-41103: Resurrect the old buffer protocol. (GH-27437)

5 лет назад
allocation.rst

[3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131078)

год назад
apiabiversion.rst

[3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)

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

[3.12] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130758)

год назад
bool.rst

[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)

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

[3.12] gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778) (GH-123904)

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

[3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-122624) (#122659)

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

[3.12] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888) (GH-111690)

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

[3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111219)

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

[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)

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

[3.12] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (GH-121534) (#121540)

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

[3.12] Use pep role instead of url (GH-121611) (#124173)

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

[3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107370)

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

[3.12] gh-121834: Improve `complex` C-API docs (GH-121835) (#121897)

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

GH-97950: Use new-style index directive ('object') (#104158)

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

[3.12] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450)

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

[3.12] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114618)

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

bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)

6 лет назад
datetime.rst

[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123576)

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

bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)

5 лет назад
dict.rst

[3.12] Improve some C API documentation (GH-108768) (#108785)

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

[3.12] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124558)

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

[3.12] Fix `c-api/file.rst` indexes (GH-114608) (#124786)

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

[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)

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

[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772)

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

[3.12] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-130174) (#130176)

год назад
gcsupport.rst

[3.12] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#115263)

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

bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)

6 лет назад
hash.rst

[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115589)

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

[3.12] gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) (#125211)

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

bpo-36763: Implement the PEP 587 (GH-13592)

7 лет назад
init.rst

[3.12] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129998)

год назад
init_config.rst

[3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)

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

[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)

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

More minor fixes to C API docs (GH-31525)

4 года назад
iterator.rst

[3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)

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

GH-97950: Use new-style index directive ('builtin') (#104164)

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

[3.12] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#130549)

год назад
mapping.rst

[3.12] Improve some C API documentation (GH-108768) (#108785)

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

[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)

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

[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)

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

[3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669) (GH-114704)

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

[3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)

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

[3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130510)

год назад
none.rst

[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)

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

[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)

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

bpo-41103: Resurrect the old buffer protocol. (GH-27437)

5 лет назад
object.rst

[3.12] gh-127954: Document PyObject_DelItemString (GH-127986) (#128497)

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

Doc: Replace the deprecated highlightlang directive by highlight. (#13377)

7 лет назад
perfmaps.rst

gh-103295: expose API for writing perf map files (#103546)

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

[3.12] Use pep role instead of url (GH-121611) (#124173)

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

bpo-46836: Add Doc/c-api/frame.rst (GH-32051)

4 года назад
sequence.rst

[3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103)

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

[3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420)

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

[3.12] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130224)

год назад
stable.rst

[3.12] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH-127558)

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

[3.12] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130793)

год назад
sys.rst

[3.12] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115308)

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

[3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125056)

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

[3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131078)

год назад
typehints.rst

[3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)

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

[3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131459)

год назад
unicode.rst

[3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130512)

год назад
utilities.rst

[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115589)

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

[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)

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

[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)

2 года назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©