summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-2/+0
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-041-7/+0
* | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-120/+1
* | Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-141-1/+120
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-131-0/+7
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-0/+2
* | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-291-2/+8
* | #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointerAndrew Kuchling2013-05-291-1/+23
* | Issue #7330: Implement width and precision (ex: "%5.3s") for the format stringVictor Stinner2013-05-061-0/+11
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-2/+9
* | #16518: merge with 3.3.Ezio Melotti2013-05-042-8/+7
|\ \ | |/
| * #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-042-8/+7
* | merge with 3.3Georg Brandl2013-04-141-11/+29
|\ \ | |/
| * Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,Georg Brandl2013-04-141-11/+29
* | Merge with 3.3.Georg Brandl2013-03-283-1/+8
|\ \ | |/
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-283-1/+8
* | Issue #17522: Minor documentation fixKristján Valur Jónsson2013-03-231-0/+2
* | Issue #17522: Add the PyGILState_Check() API.Kristján Valur Jónsson2013-03-231-0/+12
* | cleanup references to PyString_ APIs in the 3.x docs.Gregory P. Smith2013-03-222-4/+4
|\ \ | |/
| * cleanup references to PyString_ APIs from 2.x in the 3.3 docs.Gregory P. Smith2013-03-222-4/+4
| |\
| | * Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-222-4/+4
* | | merge with 3.3Georg Brandl2013-03-161-1/+1
|\ \ \ | |/ /
| * | Remove row-spanning cell, which the Sphinx text writer does not support.Georg Brandl2013-03-161-1/+1
* | | Merge with 3.3: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-112-3/+3
|\ \ \ | |/ /
| * | Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-112-3/+3
| |\ \ | | |/
| | * Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-112-3/+3
| | * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-5/+7
* | | fix spelling (#17327)Benjamin Peterson2013-03-111-2/+2
* | | say defaultobj is returned (#17327)Benjamin Peterson2013-03-111-3/+3
* | | remove more useless wordsBenjamin Peterson2013-03-111-3/+3
* | | remove useless words (#17327)Benjamin Peterson2013-03-111-3/+3
* | | Fix typo in PyDict_SetDefault docs.Ezio Melotti2013-03-101-1/+1
* | | Add PyDict_SetDefault. (closes #17327)Benjamin Peterson2013-03-081-0/+9
* | | Merge fix for #15465 from 3.3Nick Coghlan2013-03-073-9/+51
|\ \ \ | |/ /
| * | Close #15465: Document C API version macrosNick Coghlan2013-03-073-9/+51
* | | #17363: merge with 3.3.Ezio Melotti2013-03-061-2/+2
|\ \ \ | |/ /
| * | #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.Ezio Melotti2013-03-061-2/+2
* | | Merge: remove redundant sentence from c-api docs (issue #16323)Andrew Svetlov2012-11-291-4/+1
|\ \ \ | |/ /
| * | Remove redundant sentence from c-api docs (issue #16323)Andrew Svetlov2012-11-291-4/+1
* | | Merge issue #16323: Fix wrong C API documentation for locale encoding.Andrew Svetlov2012-11-281-20/+24
|\ \ \ | |/ /
| * | Issue #16323: Fix wrong C API documentation for locale encoding.Andrew Svetlov2012-11-281-20/+24
* | | Merge from 3.3: Add a str class entry to the string section (issue #16209).Chris Jerdonek2012-11-281-2/+2
|\ \ \ | |/ /
| * | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-2/+2
* | | Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).Chris Jerdonek2012-11-211-5/+7
|\ \ \ | |/ /
| * | Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-5/+7
* | | Merge: Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-311-6/+0
|\ \ \ | |/ /