History log of /external/python/cpython3/Lib/json/tool.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
39e4c4d873927b902c53aeb0e2e15c12d2678e1b 10-Nov-2014 Berker Peksag <berker.peksag@gmail.com> Issue #21650: Add an `--sort-keys` option to json.tool CLI.
/external/python/cpython3/Lib/json/tool.py
940e2074123f7d18236e2e8ee08044b400261c42 22-Mar-2014 Benjamin Peterson <benjamin@python.org> improve the command-line interface of json.tool (closes #21000)

A patch from Berker Peksag.
/external/python/cpython3/Lib/json/tool.py
920007ad76f1a880e6784ddb97a5c6c99a19b9a9 21-Feb-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
c510a048ba4f17a82fff0a452bf9ccd29b51efc6 21-Feb-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
/external/python/cpython3/Lib/json/tool.py
057bcb4c6c7eef93066002db7ab486f12d50ccee 29-Nov-2012 Ezio Melotti <ezio.melotti@gmail.com> #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
/external/python/cpython3/Lib/json/tool.py
b32512ed9a1ab9912a9e0bdbb609ca1a19949355 29-Nov-2012 Ezio Melotti <ezio.melotti@gmail.com> #16476: Fix json.tool to avoid including trailing whitespace.
/external/python/cpython3/Lib/json/tool.py
2d24e94bbef97913b5fc434f991fa429f1533557 29-Jun-2012 Antoine Pitrou <solipsis@pitrou.net> Issue #5067: improve some json error messages.
Patch by Serhiy Storchaka.
/external/python/cpython3/Lib/json/tool.py
c6b607d4a9e4d60fb506034ce67fc89734bb68a7 02-May-2009 Benjamin Peterson <benjamin@python.org> port simplejson upgrade from the trunk #4136

json also now works only with unicode strings

Patch by Antoine Pitrou; updated by me
/external/python/cpython3/Lib/json/tool.py
90540004d3e1cbc0bd5595838bca3d1970198120 08-May-2008 Christian Heimes <christian@cheimes.de> Merged revisions 62734,62736,62748,62769 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r62734 | brett.cannon | 2008-05-05 22:21:38 +0200 (Mon, 05 May 2008) | 5 lines

Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Ippolito.

Closes issue #2750.
........
r62736 | georg.brandl | 2008-05-05 22:53:39 +0200 (Mon, 05 May 2008) | 2 lines

Fix JSON module docs.
........
r62748 | benjamin.peterson | 2008-05-06 04:51:10 +0200 (Tue, 06 May 2008) | 2 lines

PEP 8 nits in json package
........
r62769 | christian.heimes | 2008-05-06 18:18:41 +0200 (Tue, 06 May 2008) | 2 lines

Intern static string
Use float constructors instead of magic code for float constants
........
/external/python/cpython3/Lib/json/tool.py