- 06 Tem, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
Stop using key=lambda. This behavior is same to C version encoder.
-
- 22 May, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 03 Nis, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 25 Ock, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
`object_pairs_hook=OrderedDict` idiom is deprecated.
-
- 25 Kas, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Also updated an example for default() in the module docstring. Removed quotes around type name in other error messages.
-
- 20 Haz, 2017 1 kayıt (commit)
-
-
dong-jy yazdı
-
- 05 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This hides unwanted implementation details from tracebacks.
-
- 12 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
- 30 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Eric Appelt.
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
Nick Coghlan yazdı
json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka.
-
- 30 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Gabriel Genellina.
-
- 21 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
load() and loads() functions and JSONEncoder and JSONDecoder class constructors in the json module are now keyword-only.
-
- 10 Nis, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
object's type name, not object's representation. Based on patch by Mahmoud Lababidi.
-
Serhiy Storchaka yazdı
-
- 05 Tem, 2015 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Ock, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada.
-
- 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.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module.
-
- 26 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Eki, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 18 Mar, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
Original patch by Kushal Das.
-
R David Murray yazdı
Original patch by Kushal Das.
-
- 12 Mar, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
-
Ezio Melotti yazdı
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
-
- 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.
-
- 03 Ock, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 29 Kas, 2012 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
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 Kas, 2012 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Ezio Melotti yazdı
-