summaryrefslogtreecommitdiffstats
path: root/Doc/library/json.rst
Commit message (Expand)AuthorAgeFilesLines
* #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
* #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-3/+3
* Merged revisions 88668 via svnmerge fromBenjamin Peterson2011-02-271-1/+1
* Recorded merge of revisions 85543 via svnmerge fromGeorg Brandl2010-10-151-3/+8
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* #8642: fix wrong function name.Georg Brandl2010-05-101-1/+1
* #5820: fix bug in usage of getreader().Georg Brandl2009-04-231-1/+1
* Typo fixesAndrew M. Kuchling2009-03-301-2/+2
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-3/+25
* Remove trailing whitespace.Georg Brandl2009-01-031-11/+11
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
* #4782: Fix markup error that hid load() and loads().Georg Brandl2009-01-011-2/+2
* Indentation normalization.Georg Brandl2008-09-241-2/+2
* Fix JSON module docs.Georg Brandl2008-05-051-142/+108
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+431