summaryrefslogtreecommitdiffstats
path: root/Lib/json/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
* #16333: document a way to get rid of trailing whitespace when indent is used.Ezio Melotti2012-11-281-4/+8
* Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-6/+12
* #13769: Enhance docs for ensure_ascii semantics in JSON decoding functionsPetri Lehtinen2012-09-011-8/+10
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-281-1/+1
* don't rely on dict orderBenjamin Peterson2012-02-211-1/+1
* Recorded merge of revisions 85543 via svnmerge fromGeorg Brandl2010-10-151-4/+20
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...Bob Ippolito2009-03-291-1/+2
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-5/+8
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-54/+55
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+318