summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Collapse)AuthorAgeFilesLines
* Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-5/+7
|
* Remove already dropped function PySys_GetFile from documentation.Andrew Svetlov2012-10-311-6/+0
| | | | Thanks to Daniel Müllner from docs@
* Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-281-3/+0
|
* Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-111-1/+1
| | | | Patch by Serhiy Storchaka.
* fix docs for c-api memory functionsAndrew Svetlov2012-08-091-3/+3
|
* Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.Mark Dickinson2012-06-231-22/+39
|
* Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); ↵Mark Dickinson2012-06-231-18/+23
| | | | clarify that __int__ will be called for non-PyLongs
* Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify ↵Mark Dickinson2012-06-231-13/+16
| | | | that __int__ will be called for non-PyLongs
* Fix error handling in examples of C API use.Antoine Pitrou2012-01-271-11/+25
|
* Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API ↵Meador Inge2012-01-201-1/+1
| | | | function.
* Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody ↵Sandro Tosi2012-01-071-1/+1
| | | | Smith from docs@
* Issue #13617: Document that the result of the conversion of a Unicode object toVictor Stinner2011-12-181-9/+19
| | | | | | wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.
* Issue #13522: Fix _Py_co_pow() documentationVictor Stinner2011-12-181-1/+1
| | | | Patch written by Arnaud Calmettes.
* Issue #13522: document error return values of some float and complex C API ↵Antoine Pitrou2011-12-182-1/+9
| | | | functions.
* fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
|
* Remove duplication.Ezio Melotti2011-10-191-2/+2
|
* Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven ↵Mark Dickinson2011-10-111-4/+4
| | | | Marnach.
* Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-011-2/+2
|
* let PySequence_Check me a link; thanks to tomo cocoa from docs@Sandro Tosi2011-08-121-1/+1
|
* note mutating tp_dict is bad (closes #12719)Benjamin Peterson2011-08-091-0/+5
|
* #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-0/+8
|
* Make it clear that PyNumber_AsSsize_t() returns -1 on error.Antoine Pitrou2011-07-131-1/+3
|
* Clarify that PyErr_NewException creates an exception *class*, not instance.Georg Brandl2011-07-131-3/+3
|
* Fix a few misuses of :option: I missed in r86521.Éric Araujo2011-06-081-2/+2
| | | | | | | | | | Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````.
* demote this to a noteBenjamin Peterson2011-06-011-1/+1
|
* Merge release branch after 3.2.1rc1.Georg Brandl2011-05-211-11/+9
|\
| * Update pydoc topics and handle suspicious markup.Georg Brandl2011-05-151-11/+9
| |
* | #12072: merge with 3.1.Ezio Melotti2011-05-201-1/+1
|\ \ | |/ |/|
| * #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
| |
* | Merge #6498 fix from 3.1.Georg Brandl2011-05-151-5/+6
|\ \ | |/
| * Closes #6498: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-5/+6
| |
* | #11997: merge with 3.1.Ezio Melotti2011-05-051-1/+1
|\ \ | |/
| * #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
| |
* | merge 3.1Benjamin Peterson2011-04-301-1/+1
|\ \ | |/
| * fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
| |
* | #11942: merge with 3.1.Ezio Melotti2011-04-271-1/+1
|\ \ | |/
| * #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.Ezio Melotti2011-04-271-1/+1
| |
| * Branch mergeÉric Araujo2011-04-241-2/+1
| |\
* | | The version* directives don’t work with a blank line between argumentsÉric Araujo2011-04-241-1/+0
| | |
* | | Branch mergeÉric Araujo2011-04-241-2/+1
|\ \ \
| * \ \ Merge 3.1Éric Araujo2011-04-201-2/+1
| |\ \ \ | | | |/ | | |/|
| | * | Branch mergeÉric Araujo2011-04-201-2/+1
| | |\ \
| | | * | Kill last reference to defunct moduleÉric Araujo2011-03-261-2/+1
| | | | |
* | | | | Merge with 3.1.Ezio Melotti2011-04-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
| |/ /
* | | #11865: Merge with 3.1.Ezio Melotti2011-04-181-1/+1
|\ \ \ | |/ /
| * | #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
| | |
* | | #11840: Merge with 3.1.Ezio Melotti2011-04-141-33/+31
|\ \ \ | |/ /
| * | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-29/+27
| |/
* | Followup to 4c59cd84086f: add an entry in the porting guide and a ↵Antoine Pitrou2011-03-151-2/+3
| | | | | | | | "versionchanged" attribute.