summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-4/+2
* note that Py_VISIT handles NULL (closes #27183)Benjamin Peterson2016-06-021-3/+4
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-173-5/+5
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-3/+3
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+2
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-1/+2
* Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.Gregory P. Smith2016-01-221-0/+31
* Issue26142 - Fix a formatting bug in c-api intro doc.Senthil Kumaran2016-01-181-1/+1
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-103-3/+3
* Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
* Issue #24161: Document that PyIter_Check() returns false positives for old-s...Raymond Hettinger2015-05-111-0/+4
* Fix PyGILState_GetThisThreadState() prototype in the API documentation.Charles-François Natali2015-04-151-1/+1
* Preserve critical whitespace in Doc/*.Stefan Krah2015-02-011-1/+1
* Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsetsStefan Krah2015-02-011-1/+4
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-2/+2
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-133-3/+3
* Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
* Closes #10031: overhaul the "imports" section of the programming FAQ.Georg Brandl2014-10-061-1/+1
* Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+5
* Remove duplicate PyLong function descriptions.Georg Brandl2014-09-301-28/+0
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-1/+1
* args doesn't need to be a tuple (closes #17210)Benjamin Peterson2014-07-191-1/+1
* Issue #17145: Document array.array buffer interface limitations.Stefan Krah2014-04-261-2/+4
* 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
* Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
* Fix note markup (#16805).Éric Araujo2014-03-121-0/+1
* 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-24/+25
* dict is also allowed (closes #19163)Benjamin Peterson2013-10-041-1/+1
* Add a "skull and crossbones" to Py_AddPendingCall.Antoine Pitrou2013-09-301-25/+30
* Issue #18743: Improved cross-references to the StringIO class.Serhiy Storchaka2013-08-291-1/+1
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-014-159/+159
* Fix refcount leak in the reference counting example section (!).Georg Brandl2013-04-141-1/+3
* Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,Georg Brandl2013-04-141-7/+29
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-283-1/+8
| * 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
| * | Remove row-spanning cell, which the Sphinx text writer does not support.Georg Brandl2013-03-161-1/+1
| * | 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
| * | Close #15465: Document C API version macrosNick Coghlan2013-03-073-9/+51
| * | #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.Ezio Melotti2013-03-061-2/+2
| * | Remove redundant sentence from c-api docs (issue #16323)Andrew Svetlov2012-11-291-4/+1