summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/dict.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix phrasing in paragraphs with leading "similar" (#121135)Rafael Fontenelle2024-07-021-2/+2
* gh-120858: PyDict_Next should not lock the dict (#120859)Sam Gross2024-06-241-0/+11
* gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)Lysandros Nikolaou2024-05-171-0/+1
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+20
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-141-0/+27
* Improve some C API documentation (GH-108768)Serhiy Storchaka2023-09-011-10/+6
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-4/+16
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-211-2/+26
* gh-106033: [docs] Improve C API GetItem & HasAttr notes. (#106047)Gregory P. Smith2023-06-241-7/+12
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-1/+1
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-4/+17
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-141-1/+1
* gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)Carl Meyer2022-10-081-1/+20
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-071-0/+51
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-2/+2
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-041-2/+2
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-2/+2
* bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)Campbell Barton2020-10-021-4/+6
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-3/+3
* bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)Victor Stinner2020-06-021-0/+4
* bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)Zackery Spytz2020-04-291-7/+0
* bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)Joannah Nanjekye2020-01-291-4/+5
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-5/+5
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-...Sergey Fedoseev2019-02-251-1/+1
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119)Serhiy Storchaka2018-12-181-0/+9
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-2/+2
* Add versionadded to PyDict_SetDefault documentationBerker Peksag2016-07-051-0/+1
* Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+1
* fix spelling (#17327)Benjamin Peterson2013-03-111-2/+2
* say defaultobj is returned (#17327)Benjamin Peterson2013-03-111-3/+3
* remove more useless wordsBenjamin Peterson2013-03-111-3/+3
* remove useless words (#17327)Benjamin Peterson2013-03-111-3/+3
* Fix typo in PyDict_SetDefault docs.Ezio Melotti2013-03-101-1/+1
* Add PyDict_SetDefault. (closes #17327)Benjamin Peterson2013-03-081-0/+9
* Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-4/+4
* Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou2011-11-141-0/+7
* update items/keys/values doc #10300Benjamin Peterson2010-11-031-6/+4
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-171-6/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-37/+37
* Replace :func: by :cfunc:Victor Stinner2010-08-171-2/+2
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-8/+0
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-50/+61
* PyString_FromString -> PyUnicode_FromStringBenjamin Peterson2009-03-231-4/+5
* Whitespace nits.Alexandre Vassalotti2008-06-011-0/+2
* Added documentation for PyDict_GetItemWithError().Alexandre Vassalotti2008-06-011-0/+6
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-3/+3
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+206