summaryrefslogtreecommitdiffstats
path: root/Lib/json/tool.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
| | | | with 1, as in other lines.
* #16476: Fix json.tool to avoid including trailing whitespace.Ezio Melotti2012-11-291-1/+2
|
* #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy ↵Ezio Melotti2012-11-291-6/+8
| | | | Storchaka.
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-281-1/+1
| | | | Patch by Serhiy Storchaka.
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-3/+3
|
* PEP 8 nits in json packageBenjamin Peterson2008-05-061-0/+1
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+36
Ippolito. Closes issue #2750.