- 07 Kas, 2018 1 kayıt (commit)
-
-
HongWeipeng yazdı
* add jsonlines option to json.tool * code review * fix:avoid read infile after it close * improve doc in whatsnew 3.8
-
- 25 Ock, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
`object_pairs_hook=OrderedDict` idiom is deprecated.
-
- 10 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 22 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Berker Peksag.
-
- 21 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with 1, as in other lines.
-
Serhiy Storchaka yazdı
with 1, as in other lines.
-
- 29 Kas, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
-
Ezio Melotti yazdı
-
- 28 Haz, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 02 May, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
json also now works only with unicode strings Patch by Antoine Pitrou; updated by me
-
- 17 Mar, 2009 1 kayıt (commit)
-
-
Bob Ippolito yazdı
-
- 08 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
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 ........
-
- 06 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 May, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
Ippolito. Closes issue #2750.
-