/
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.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)

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

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

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

[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)

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

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

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

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

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

[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)

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

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

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

[3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111220)

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

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

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

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

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

[3.11] Docs: correctly link to code objects (GH-115214) (#115217)

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

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

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

[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377)

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

[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)

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

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

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

[3.11] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114619)

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

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

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

[3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233)

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

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

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

[3.11] Improve some C API documentation (GH-108768) (GH-108786)

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

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

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

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

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

[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)

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

[3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)

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

[3.11] gh-101100: Further improve docs on function attributes (#113001) (#113031)

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

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

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

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

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

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

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

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

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

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

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

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

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

[3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290)

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

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

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

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

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

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

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

[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)

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

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

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

[3.11] Improve some C API documentation (GH-108768) (GH-108786)

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

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

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

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

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

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

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

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

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

[3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290)

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

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

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

[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)

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

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

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

[3.11] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114637)

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

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

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

[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)

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

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

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

[3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)

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

[3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422)

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

[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)

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

[3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114261)

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

[3.11] Fix the PyGetSetDef documentation (GH-116056) (GH-116368)

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

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

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

[3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107333)

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

[3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901)

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

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

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

[3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) (GH-112793)

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

[3.11] gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) (GH-115408)

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

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

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

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

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

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

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