summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Quash extraneous quote.Zachary Ware2014-06-061-1/+1
* Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-1/+7
* Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
* the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-041-0/+3
* Get rid of deprecated IOError in the docAndrew Svetlov2014-03-311-2/+2
* Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-242-4/+5
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-167-11/+20
* Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-25/+0
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-101-7/+43
* Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-092-2/+9
* Note the new debug assertion in PyObject_StrNick Coghlan2014-02-091-0/+4
* Tweaks to What's New and some referenced docsNick Coghlan2014-02-091-1/+1
* Issue #17162: Add PyType_GetSlot.Martin v. Löwis2014-02-041-0/+10
* Issue #20460: Merge with 3.3Zachary Ware2014-01-311-1/+1
|\
| * Issue #20460: Render 'bytes' as a class, not a function.Zachary Ware2014-01-311-1/+1
* | Close #20105: set __traceback__ when chaining exceptions in CNick Coghlan2014-01-261-0/+10
* | Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-0/+2
* | C API doc: try to group concrete objectsVictor Stinner2013-11-071-7/+15
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-196-11/+11
* | Issue #16129: Py_SetStandardStreamEncoding cleanupsNick Coghlan2013-10-181-5/+8
* | Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan2013-10-171-0/+27
* | merge with 3.3Georg Brandl2013-10-122-30/+27
|\ \ | |/
| * Introduce support for documenting which C API elements are not part of the st...Georg Brandl2013-10-122-30/+27
* | merge with 3.3Georg Brandl2013-10-121-0/+100
|\ \ | |/
| * Closes #13833: document PyStructSequence C-API functions.Georg Brandl2013-10-121-0/+100
* | Close #16742: Fix misuse of memory allocations in PyOS_Readline()Victor Stinner2013-10-101-0/+8
* | Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back onVictor Stinner2013-10-101-2/+2
* | mergeRaymond Hettinger2013-10-101-6/+5
|\ \ | |/
| * Issue #19005: Fix documentation for PyIter_Next().Raymond Hettinger2013-10-101-6/+5
* | Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-097-27/+28
|\ \ | |/
| * Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-097-27/+28
* | Add a "skull and crossbones" to Py_AddPendingCall.Antoine Pitrou2013-09-301-25/+30
|\ \ | |/
| * Add a "skull and crossbones" to Py_AddPendingCall.Antoine Pitrou2013-09-301-25/+30
* | Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-262-16/+36
* | Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-161-1/+1
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-161-1/+1
* | Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-1/+5
* | Issue #18668: Further clarify m_size setting for non-negative valuesEli Bendersky2013-08-101-4/+4
|\ \ | |/
| * Issue #18668: Further clarify m_size setting for non-negative valuesEli Bendersky2013-08-101-4/+4
* | Fix a typo in PyUnicode_CopyCharacters() documentation.Serhiy Storchaka2013-08-081-1/+1
|\ \ | |/
| * Fix a typo in PyUnicode_CopyCharacters() documentation.Serhiy Storchaka2013-08-081-1/+1
* | Closing #18668: Properly document setting m_size in PyModuleDefEli Bendersky2013-08-071-4/+10
|\ \ | |/
| * Issue #18668: Properly document setting m_size in PyModuleDefEli Bendersky2013-08-071-4/+10
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-015-140/+140
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-015-137/+137
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+49
* | Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-1/+170