summaryrefslogtreecommitdiff
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-29179: Document the Py_UNUSED macro (#4341)Petr Viktorin2017-11-081-0/+7
* bpo-31338: C API intro: add missing versionadded (#4339)Victor Stinner2017-11-081-0/+10
* Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)Petr Viktorin2017-11-081-0/+2
* bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)Phobosmir2017-11-041-1/+1
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-0/+16
* bpo-20064: Document PyObject_Malloc() (#4199)Victor Stinner2017-10-311-1/+64
* Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)Masayuki Yamamoto2017-10-241-1/+1
* bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)vyas452017-10-151-1/+1
* bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)Serhiy Storchaka2017-10-081-1/+17
* bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...Oren Milman2017-10-081-6/+15
* Document Py_GETENV() (#3890)Barry Warsaw2017-10-061-0/+5
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-0/+157
* bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Eric Snow2017-09-151-0/+7
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)Michael Seifert2017-09-152-15/+40
* bpo-31338 (#3374)Barry Warsaw2017-09-141-5/+57
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-131-7/+0
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-0/+7
* bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)Serhiy Storchaka2017-06-271-5/+11
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-201-0/+22
* bpo-30656: Fix Python C API Module Objects documentation (GH-2170)Emily Morehouse2017-06-131-1/+1
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-291-3/+4
* Doc nits for bpo-16500 (#1841)Antoine Pitrou2017-05-281-4/+4
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-271-0/+39
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-221-0/+8
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-4/+4
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)Xiang Zhang2017-05-101-1/+1
* bpo-28415: Note 0 conversion different between Python and C (#885)Louie Lu2017-04-272-42/+48
* bpo-29751: Improve PyLong_FromString documentation (GH-915)csabella2017-04-231-7/+6
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-151-12/+9
* bpo-30059: Include Py_Ellipsis in C API documentation (#1018)Michael Seifert2017-04-141-0/+11
* bpo-19225: Add a table of warning names and missed exception names in C API d...cocoatomo2017-04-021-56/+149
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-309-82/+77
* bpo-29917: DOC: Remove link from PyMethodDef (#890)csabella2017-03-291-2/+2
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-1/+4
* bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)Serhiy Storchaka2017-03-191-47/+48
* bpo-29746: Update marshal docs to Python 3. (#547)Serhiy Storchaka2017-03-121-4/+4
* fix minor bug in pymalloc. (#335)INADA Naoki2017-02-271-1/+1
* Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-251-0/+37
|\
* | Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-2/+8
* | Issue #29292: Merge 3.6.Xiang Zhang2017-01-201-2/+3
|\ \ | |/
| * Issue #29292: Merge 3.5.Xiang Zhang2017-01-201-2/+3
| |\
| | * Issue #29292: Update outdated doc of PyEval_EvalCodeEx.Xiang Zhang2017-01-201-2/+3
* | | Issue #15657: Merge METH_KEYWORDS doc from 3.6Martin Panter2017-01-111-4/+3
|\ \ \ | |/ /
| * | Issue #15657: Merge other doc fix from 3.5Martin Panter2017-01-111-1/+1
| |\ \ | | |/
| | * Issue #15657: METH_KEYWORDS cannot be used alone in Python 3Martin Panter2017-01-111-1/+1
| * | Issue #15657: Delete incorrect statement from PyMethodDef documentationMartin Panter2017-01-111-3/+2
* | | Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
|\ \ \ | |/ /
| * | Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
| |\ \ | | |/
| | * Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0