1. 1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 10 years ago
  2. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  3. 37474f4 fix spelling (#17327) by Benjamin Peterson · 12 years ago
  4. 2855814 say defaultobj is returned (#17327) by Benjamin Peterson · 12 years ago
  5. e094833 remove more useless words by Benjamin Peterson · 12 years ago
  6. 89fe665 remove useless words (#17327) by Benjamin Peterson · 12 years ago
  7. fc5c532 Fix typo in PyDict_SetDefault docs. by Ezio Melotti · 12 years ago
  8. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
  9. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  10. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  11. 3c6830c update items/keys/values doc #10300 by Benjamin Peterson · 14 years ago
  12. 2aff335 #9204: remove mentions of removed types in the types module. by Georg Brandl · 14 years ago
  13. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  14. 6009ece Replace :func: by :cfunc: by Victor Stinner · 14 years ago
  15. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  16. bd87552 Merged revisions 71898-71900,71910,71914-71919 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  17. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  18. c3e36af Whitespace nits. by Alexandre Vassalotti · 16 years ago
  19. 787f307 Added documentation for PyDict_GetItemWithError(). by Alexandre Vassalotti · 16 years ago
  20. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  21. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago