summaryrefslogtreecommitdiff
path: root/Doc/c-api/dict.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-071-0/+9
* Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-161-4/+4
* Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou2011-11-151-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