COMMITS
/ Doc/c-api/dict.rst September 2, 2023
S
[3.12] Improve some C API documentation (GH-108768) (#108785)
Serhiy Storchaka committed
August 25, 2023
V
[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)
Victor Stinner committed
June 24, 2023
M
[3.12] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (#106070)
Miss Islington (bot) committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
March 8, 2023
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
October 8, 2022
C
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer committed
October 7, 2022
C
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Adam Turner committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
October 2, 2020
C
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Campbell Barton committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
June 2, 2020
V
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner committed
April 29, 2020
Z
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Zackery Spytz committed
January 29, 2020
J
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
February 25, 2019
S
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929)
Sergey Fedoseev committed
December 18, 2018
S
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
July 5, 2016
B
Add versionadded to PyDict_SetDefault documentation
Berker Peksag committed
March 25, 2014
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
March 11, 2013
B
fix spelling (#17327)
Benjamin Peterson committed
B
say defaultobj is returned (#17327)
Benjamin Peterson committed
B
remove more useless words
Benjamin Peterson committed
B
remove useless words (#17327)
Benjamin Peterson committed
March 10, 2013
E
Fix typo in PyDict_SetDefault docs.
Ezio Melotti committed
March 8, 2013
B
Add PyDict_SetDefault. (closes #17327)
Benjamin Peterson committed
April 15, 2012
V
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner committed
November 14, 2011
A
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou committed
November 3, 2010
B
update items/keys/values doc #10300
Benjamin Peterson committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 17, 2010
V
Replace :func: by :cfunc:
Victor Stinner committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
March 23, 2009
B
PyString_FromString -> PyUnicode_FromString
Benjamin Peterson committed
June 1, 2008
A
Whitespace nits.
Alexandre Vassalotti committed
A
Added documentation for PyDict_GetItemWithError().
Alexandre Vassalotti committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed