Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5c642565e260477ae2fb29d0c86a91e19702ae3
/
Doc
/
c-api
/
dict.rst
cbb6484
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
by Stéphane Wirtel
· 5 years ago
d90a141
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929)
by Sergey Fedoseev
· 6 years ago
3fcc1e0
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
by Serhiy Storchaka
· 6 years ago
84b8e92
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
by Serhiy Storchaka
· 8 years ago
e75ffa9
Add versionadded to PyDict_SetDefault documentation
by Berker Peksag
· 8 years ago
1c669c1
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
by Georg Brandl
· 11 years ago
c679227
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
by Serhiy Storchaka
· 11 years ago
37474f4
fix spelling (#17327)
by Benjamin Peterson
· 12 years ago
2855814
say defaultobj is returned (#17327)
by Benjamin Peterson
· 12 years ago
e094833
remove more useless words
by Benjamin Peterson
· 12 years ago
89fe665
remove useless words (#17327)
by Benjamin Peterson
· 12 years ago
fc5c532
Fix typo in PyDict_SetDefault docs.
by Ezio Melotti
· 12 years ago
00e9886
Add PyDict_SetDefault. (closes #17327)
by Benjamin Peterson
· 12 years ago
0db176f
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
by Victor Stinner
· 13 years ago
9a812cb
Issue #13389: Full garbage collection passes now clear the freelists for
by Antoine Pitrou
· 13 years ago
3c6830c
update items/keys/values doc #10300
by Benjamin Peterson
· 14 years ago
2aff335
#9204: remove mentions of removed types in the types module.
by Georg Brandl
· 14 years ago
60203b4
Migrate to Sphinx 1.0 C language constructs.
by Georg Brandl
· 14 years ago
6009ece
Replace :func: by :cfunc:
by Victor Stinner
· 14 years ago
b70ccc3
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
by Jeroen Ruigrok van der Werven
· 16 years ago
bd87552
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
by Jeroen Ruigrok van der Werven
· 16 years ago
87d98bc
PyString_FromString -> PyUnicode_FromString
by Benjamin Peterson
· 16 years ago
c3e36af
Whitespace nits.
by Alexandre Vassalotti
· 16 years ago
787f307
Added documentation for PyDict_GetItemWithError().
by Alexandre Vassalotti
· 16 years ago
e6bcc91
Remove many "versionchanged" items that didn't use the official markup,
by Georg Brandl
· 17 years ago
54a3faa
Split C API docs in Py3k branch.
by Georg Brandl
· 17 years ago