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

bpo-36974: expand call protocol documentation (GH-13844)

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

bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)

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

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

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

Document Py_ssize_t. (GH-92512)

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

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

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

[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)

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

[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)

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

Document Py_ssize_t. (GH-92512)

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

[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)

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

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

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

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

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

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

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

bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)

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

bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26761)

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

[3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)

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

bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689)

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

closes bpo-43266: Improve array formatting. (GH-24573)

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

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

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

[3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835)

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

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

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

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

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

[3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471)

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

bpo-41192: Add documentation of undocumented audit events (GH-22831)

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

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

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

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

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

bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248)

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

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

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

bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)

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

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

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

gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329)

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

[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)

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

Document Py_ssize_t. (GH-92512)

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

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

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

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

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

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

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

[3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105221)

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

c-api docs: There are five fields, not four (GH-32379)

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

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

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597)

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

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

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

Document Py_ssize_t. (GH-92512)

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

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

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

Document Py_ssize_t. (GH-92512)

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

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

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

bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)

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

bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

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

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

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

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

Document Py_ssize_t. (GH-92512)

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

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

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

[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)

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

[3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)

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

Document Py_ssize_t. (GH-92512)

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

Document Py_ssize_t. (GH-92512)

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

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

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

[3.9] Minor fixes to C API docs (GH-31501) (GH-31526)

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

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

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