summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/weakref.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)Victor Stinner2023-07-091-2/+4
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-261-0/+6
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-211-8/+19
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-241-0/+10
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* gh-89653: PEP 670: Amend docs (GH-91813)Erlend Egeberg Aasland2022-04-221-2/+1
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-3/+4
* bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)kj2020-11-101-1/+1
* bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)Victor Stinner2020-11-091-3/+3
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-4/+4
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* demote this to a noteBenjamin Peterson2011-06-011-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-9/+9
* #8578: mention danger of not incref'ing weak referenced object.Georg Brandl2010-08-021-1/+8
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+62