summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/refcounting.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-071-3/+3
* gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)Victor Stinner2023-12-011-0/+3
* gh-110481, doc: Add "immortal" term to the glossary (#112180)Victor Stinner2023-11-171-4/+6
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-22/+59
* gh-101100: Fix some broken sphinx references (#107095)wulmer2023-07-231-1/+1
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)Victor Stinner2022-12-071-2/+44
* Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)Victor Stinner2022-11-241-44/+2
* gh-98724: Fix Py_CLEAR() macro side effects (#99100)Victor Stinner2022-11-091-2/+44
* gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)QuakeIV2022-10-151-0/+20
* gh-91755: Remove doc of C API private refcount functions (#92918)Victor Stinner2022-05-181-6/+0
* gh-91755: Document Py_IncRef and Py_DecRef as C functions (#91805)Charlie Zhao2022-05-181-4/+10
* bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)Victor Stinner2020-11-091-9/+26
* bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)Victor Stinner2020-11-051-0/+31
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-10/+10
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Fixed a few obvious mistakes in c-api docs (GH-11184)Beomsoo Kim2018-12-171-2/+2
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-16/+16
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-3/+3
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-011-4/+3
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+74