summaryrefslogtreecommitdiff
path: root/Doc/c-api/intro.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Miss Islington (bot)2019-04-121-1/+5
* 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
* Document Py_GETENV() (#3890)Barry Warsaw2017-10-061-0/+5
* bpo-31338 (#3374)Barry Warsaw2017-09-141-5/+57
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-3/+4
* Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-2/+2
* Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-221-1/+1
* Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
* Fix error handling in examples of C API use.Antoine Pitrou2012-01-271-11/+25
* Fix a few misuses of :option: I missed in r86521.Éric Araujo2011-06-081-2/+2
* Merge 3.1Éric Araujo2011-04-201-2/+1
|\
| * Kill last reference to defunct moduleÉric Araujo2011-03-261-2/+1
| * Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,...Georg Brandl2010-11-261-2/+2
| * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-9/+10
* | assert.h is also included. Thanks to Savio Sena.Georg Brandl2010-11-231-2/+2
* | #10058: tweak wording about exception returns.Georg Brandl2010-10-171-9/+10
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-52/+52
* | Merged revisions 81881-81882 via svnmerge fromBenjamin Peterson2010-06-271-4/+4
|/
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-261-1/+1
* Fix a few more references to long integers in the docs.Mark Dickinson2009-01-171-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+1
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-081-10/+10
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+630