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