summaryrefslogtreecommitdiff
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...Miss Islington (bot)2019-12-091-0/+8
* bpo-38892: Improve docs for audit event (GH-17361)Miss Islington (bot)2019-11-261-11/+12
* Fixed an incorrect sentence in the docs (GH-17205)Miss Islington (bot)2019-11-201-2/+1
* bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)Miss Islington (bot)2019-11-152-1/+40
* [3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...Miss Islington (bot)2019-11-051-0/+11
* [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)Serhiy Storchaka2019-10-3019-55/+55
* [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-3046-659/+659
* bpo-38434: Fixes some audit event documentation (GH-16932)Miss Skeleton (bot)2019-10-262-3/+10
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-262-12/+18
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Miss Islington (bot)2019-10-011-25/+10
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-10-011-36/+3
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-1/+7
* bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)Victor Stinner2019-09-281-5/+39
* bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)Miss Islington (bot)2019-09-272-5/+22
* [3.8] bpo-38234: Backport init path config changes from master (GH-16423)Victor Stinner2019-09-262-30/+57
* bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)Victor Stinner2019-09-231-1/+11
* bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (...Miss Islington (bot)2019-09-151-4/+0
* bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)Miss Islington (bot)2019-09-131-6/+0
* Emphasize the need to always call PySequence_Fast. (GH-11140)Miss Islington (bot)2019-09-121-7/+14
* bpo-37363: Document internal audit events (GH-14663)Miss Islington (bot)2019-09-121-1/+6
* bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)Miss Islington (bot)2019-09-121-1/+16
* [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)Stéphane Wirtel2019-09-111-2/+2
* bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)Miss Islington (bot)2019-09-111-0/+7
* bpo-38103: fix conflicting labels in the docs. (GH-15906)Miss Islington (bot)2019-09-111-2/+2
* Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)Miss Islington (bot)2019-09-101-7/+9
* Fix typos mostly in comments, docs and test names (GH-15209)Miss Islington (bot)2019-08-301-1/+1
* [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...Nick Coghlan2019-08-261-3/+0
* bpo-36763, doc: Add links in the new C API init doc (GH-15433)Miss Islington (bot)2019-08-232-0/+4
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Miss Islington (bot)2019-08-231-2/+6
* bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080)Miss Islington (bot)2019-08-021-4/+12
* bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)Miss Islington (bot)2019-07-311-0/+6
* Remove trailing .0 from version changed note (GH-14987)Miss Islington (bot)2019-07-281-1/+1
* Docs: Correct formatting of a multiline code block (GH-13806)Miss Islington (bot)2019-07-171-2/+4
* bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765)Miss Islington (bot)2019-07-141-6/+6
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)Miss Islington (bot)2019-07-061-3/+3
* closes bpo-37508: Fix name of type in memory.rst. (GH-14604)Miss Islington (bot)2019-07-051-1/+1
* bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)Miss Islington (bot)2019-07-021-1/+1
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-011-0/+7
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Miss Islington (bot)2019-07-011-10/+11
* bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)Miss Islington (bot)2019-06-281-1/+1
* bpo-37390: Add audit event table to documentations (GH-14406)Miss Islington (bot)2019-06-272-5/+1
* bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)Miss Islington (bot)2019-06-191-1/+1
* bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)Victor Stinner2019-06-171-7/+15
* bpo-28805: document METH_FASTCALL (GH-14079)Miss Islington (bot)2019-06-161-12/+51
* [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-1...Victor Stinner2019-06-131-4/+15
* [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-2/+4
* bpo-36974: document PEP 590 (GH-13450)Jeroen Demeyer2019-06-032-122/+276
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-022-1/+11
* bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)Pablo Galindo2019-06-011-1/+1
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-0/+2