- 27 May, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Unlikely to the simplejson module, json.JSONDecodeError doesn't accept the end argument.
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 20 Ock, 2017 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 26 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in the documentation.
-
- 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.
-
- 19 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 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.
-
- 23 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Patch by Yoni Lavi
-
- 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.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Şub, 2016 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
-
- 10 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
7159 instead of obsoleted RFC 4627.
-
- 10 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 28 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 22 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Berker Peksag.
-
- 12 Agu, 2013 4 kayıt (commit)
-
-
Felix Crux yazdı
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
Felix Crux yazdı
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
Felix Crux yazdı
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
Felix Crux yazdı
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 29 Mar, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 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.
-
- 09 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 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.
-
- 28 Kas, 2012 3 kayıt (commit)
-
-
Ezio Melotti yazdı
#16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 28 Eki, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Chris Rebert.
-
Andrew Svetlov yazdı
Patch by Chris Rebert.
-
- 01 Eyl, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
-