summaryrefslogtreecommitdiffstats
path: root/Lib/json/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix JSON docs about loads() accepting only str objects, not bytes.Antoine Pitrou2011-01-211-0/+2
* #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...Georg Brandl2010-10-151-4/+20
* #9087: update json docstrings -- unicode and long do not exist anymore.Georg Brandl2010-08-021-12/+10
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-021-88/+71
* Forward port r70471: Add object_pairs_hook. Issue 5381.Raymond Hettinger2009-04-211-5/+8
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+318