summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
...
* [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-251-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-061-1/+1
* bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)Miss Islington (bot)2019-07-031-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-201-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-022-122/+276
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-012-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
* Document changes for PyCode_New regarding PEP570 (GH-13706)Pablo Galindo2019-05-311-0/+3
* bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...Antoine Pitrou2019-05-291-0/+5
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-1/+1
* bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)Zackery Spytz2019-05-281-0/+12
* bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)Jeroen Demeyer2019-05-281-0/+26
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-273-0/+1026
* Support Py_UNUSED() on clang (GH-13544)Victor Stinner2019-05-241-1/+1
* Fix typo: decription -> description (GH-13543)Xtreak2019-05-241-1/+1
* bpo-34626: Document creating heap types from the C-API (GH-9154)Petr Viktorin2019-05-242-17/+127
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Matěj Cepl2019-05-231-6/+6
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-233-0/+77
* bpo-36829: Add sys.unraisablehook() (GH-13187)Victor Stinner2019-05-221-0/+5
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-1758-58/+58
* bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)Victor Stinner2019-05-131-7/+0
* bpo-36783: Add new references for C API Documentation changes (GH-13204)Edison A2019-05-131-6/+6
* bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)toonarmycaptain2019-05-081-12/+12
* bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...Edison A2019-05-071-0/+16
* Doc/c-api/exceptions.rst: fix grammar (#12091)Daniel Hahler2019-05-061-2/+2
* bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...Joannah Nanjekye2019-04-291-0/+24
* bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...Pablo Galindo2019-04-131-0/+12
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Inada Naoki2019-04-131-1/+5