Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.8
/
Doc
/
c-api
tag
831340af84b4220c9974aaf34df17969a1da9666
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 07 19:01:55 2024
object
39b2f82717a69dde7212bc39b673b0f55c99e6a3
Python 3.8 end of life
c43c50e
[3.8] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105222)
by Miss Islington (bot)
· 2 years, 2 months ago
4f100fe
[3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834)
by Dong-hee Na
· 3 years, 1 month ago
ff7266e
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690)
by Miss Islington (bot)
· 4 years, 4 months ago
dc8558e
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
by Miss Islington (bot)
· 4 years, 5 months ago
5ca02c4
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
by Miss Islington (bot)
· 4 years, 5 months ago
4ebd637
closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585)
by Miss Islington (bot)
· 4 years, 6 months ago
346afeb
bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)
by Miss Islington (bot)
· 4 years, 6 months ago
8a42eb1
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
by Miss Islington (bot)
· 4 years, 6 months ago
648a32b
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
by Miss Islington (bot)
· 4 years, 9 months ago
058affc
bpo-41192: Add documentation of undocumented audit events (GH-22832)
by Miss Skeleton (bot)
· 4 years, 10 months ago
ab32ea8
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
by Miss Islington (bot)
· 4 years, 11 months ago
7d0fef5
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
by Victor Stinner
· 5 years ago
dc98a54
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
by Miss Islington (bot)
· 5 years ago
f0e030c
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
by Miss Islington (bot)
· 5 years ago
01c0925
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
by Miss Islington (bot)
· 5 years ago
4874e59
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
by Miss Islington (bot)
· 5 years ago
42f05e6
Doc: Minor fix to init config C API documentation (GH-21198)
by Miss Islington (bot)
· 5 years ago
41d6e3f
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
by Miss Islington (bot)
· 5 years ago
ea16430
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
by Miss Islington (bot)
· 5 years ago
ca5649c
[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727)
by Zachary Ware
· 5 years ago
da1fe76
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
by Miss Islington (bot)
· 5 years ago
d3af92e
[3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)
by Karthikeyan Singaravelan
· 5 years ago
1827fc3
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
by Miss Islington (bot)
· 5 years ago
c3536b7
Doc: int -> int or Py_ssize_t (GH-18663)
by Miss Islington (bot)
· 5 years ago
9ce361d3
fix(doc): set correct RST syntax for c:function (GH-18589)
by Miss Islington (bot)
· 5 years ago
3f8d181
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
by Miss Islington (bot)
· 6 years ago
526523c
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
by Miss Islington (bot)
· 6 years ago
41b3e87
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110)
by Miss Islington (bot)
· 6 years ago
20c9902
bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896)
by Miss Islington (bot)
· 6 years ago
df647f3
[3.8] bpo-39136: Fixed typos (GH-17720)
by Terry Jan Reedy
· 6 years ago
ff67612
Fix the miscellaneous typo (GH-17700)
by Miss Islington (bot)
· 6 years ago
e9039f3
Minor C API documentation improvements. (GH-17697)
by Miss Islington (bot)
· 6 years ago
c93d68b
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540)
by Miss Islington (bot)
· 6 years ago
86d9933
bpo-38892: Improve docs for audit event (GH-17361)
by Miss Islington (bot)
· 6 years ago
c5fe339
Fixed an incorrect sentence in the docs (GH-17205)
by Miss Islington (bot)
· 6 years ago
7a5d4c7
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
by Miss Islington (bot)
· 6 years ago
1270d2c
[3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17026)
by Miss Islington (bot)
· 6 years ago
2c921c6
[3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)
by Serhiy Storchaka
· 6 years ago
f2ba17b
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999)
by Serhiy Storchaka
· 6 years ago
11f0f11
bpo-38434: Fixes some audit event documentation (GH-16932)
by Miss Skeleton (bot)
· 6 years ago
4992dc6
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
by Miss Skeleton (bot)
· 6 years ago
d49f096
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
by Miss Islington (bot)
· 6 years ago
bdace21
bpo-38304: Remove PyConfig.struct_size (GH-16500)
by Victor Stinner
· 6 years ago
c9ed9e6
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
by Miss Islington (bot)
· 6 years ago
6e12838
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
by Victor Stinner
· 6 years ago
14ddca7
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
by Miss Islington (bot)
· 6 years ago
96c8475
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
by Victor Stinner
· 6 years ago
c5c6425
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
by Victor Stinner
· 6 years ago
b65be6c
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154)
by Miss Islington (bot)
· 6 years ago
4556b1d
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
by Miss Islington (bot)
· 6 years ago
4145f62
Emphasize the need to always call PySequence_Fast. (GH-11140)
by Miss Islington (bot)
· 6 years ago
2f01cf6
bpo-37363: Document internal audit events (GH-14663)
by Miss Islington (bot)
· 6 years ago
535863e
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
by Miss Islington (bot)
· 6 years ago
965e53a
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
by Stéphane Wirtel
· 6 years ago
4cab7eb
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)
by Miss Islington (bot)
· 6 years ago
e0dd713
bpo-38103: fix conflicting labels in the docs. (GH-15906)
by Miss Islington (bot)
· 6 years ago
78c3949
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
by Miss Islington (bot)
· 6 years ago
4bd1d05
Fix typos mostly in comments, docs and test names (GH-15209)
by Miss Islington (bot)
· 6 years ago
6ca0307
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491)
by Nick Coghlan
· 6 years ago
9cbdce3
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
by Miss Islington (bot)
· 6 years ago
a6427cb
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
by Miss Islington (bot)
· 6 years ago
375f35b
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080)
by Miss Islington (bot)
· 6 years ago
29a3a33
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
by Miss Islington (bot)
· 6 years ago
69372ee
Remove trailing .0 from version changed note (GH-14987)
by Miss Islington (bot)
· 6 years ago
35d36da
Docs: Correct formatting of a multiline code block (GH-13806)
by Miss Islington (bot)
· 6 years ago
7a43010
bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
by Miss Islington (bot)
· 6 years ago
ad37203
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)
by Miss Islington (bot)
· 6 years ago
cf294c4
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
by Miss Islington (bot)
· 6 years ago
b8e198a
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
by Miss Islington (bot)
· 6 years ago
96f581c
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
by Miss Islington (bot)
· 6 years ago
cb083f7
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505)
by Miss Islington (bot)
· 6 years ago
ad00640
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
by Miss Islington (bot)
· 6 years ago
4fee28a
bpo-37390: Add audit event table to documentations (GH-14406)
by Miss Islington (bot)
· 6 years ago
6258c1f
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
by Miss Islington (bot)
· 6 years ago
71031cf
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)
by Victor Stinner
· 6 years ago
e784f9f
bpo-28805: document METH_FASTCALL (GH-14079)
by Miss Islington (bot)
· 6 years ago
f9445a3
[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038)
by Victor Stinner
· 6 years ago
dd492d9
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891)
by Zackery Spytz
· 6 years ago
9e3e06e
bpo-36974: document PEP 590 (GH-13450)
by Jeroen Demeyer
· 6 years ago
bdbad71
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
by Serhiy Storchaka
· 6 years ago
3b57f50
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
by Pablo Galindo
· 6 years ago
cd74e66
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
by Pablo Galindo
· 6 years ago
545a3b8
Document changes for PyCode_New regarding PEP570 (GH-13706)
by Pablo Galindo
· 6 years ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 6 years ago
b76302d
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
by Pablo Galindo
· 6 years ago
3c8724f
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
by Zackery Spytz
· 6 years ago
eb65e24
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
by Jeroen Demeyer
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
b3a9843
Support Py_UNUSED() on clang (GH-13544)
by Victor Stinner
· 6 years ago
cf7d5ef
Fix typo: decription -> description (GH-13543)
by Xtreak
· 6 years ago
f1e17e9
bpo-34626: Document creating heap types from the C-API (GH-9154)
by Petr Viktorin
· 6 years ago
608876b
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
by Matěj Cepl
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
ef9d9b6
bpo-36829: Add sys.unraisablehook() (GH-13187)
by Victor Stinner
· 6 years ago
cbb6484
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
by Stéphane Wirtel
· 6 years ago
c1f7262
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
by Victor Stinner
· 6 years ago
d28772a
bpo-36783: Add new references for C API Documentation changes (GH-13204)
by Edison A
· 6 years ago
85225b6
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
by toonarmycaptain
· 6 years ago
5765ecf
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
by Edison A
· 6 years ago
cec0184
Doc/c-api/exceptions.rst: fix grammar (#12091)
by Daniel Hahler
· 6 years ago
Next »