| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-... | Matthias Bussonnier | 2019-04-09 | 1 | -2/+11 |
|
|
* | bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) | INADA Naoki | 2018-04-03 | 1 | -12/+5 |
|
|
* | bpo-24641: Improved error message for JSON unserializible keys. (#4364) | Serhiy Storchaka | 2017-11-25 | 1 | -3/+4 |
|
|
* | Fix trivial typo in json module docstring (GH-2274) | dong-jy | 2017-06-20 | 1 | -1/+1 |
|
|
* | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
|\ |
|
| * | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
|
|
* | | Issue #28541: Improve test coverage for encoding detection in json library. | Serhiy Storchaka | 2016-10-30 | 1 | -1/+2 |
|
|
* | | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 1 | -8/+42 |
|
|
* | | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -2/+2 |
|
|
* | | Issue #18726: All optional parameters of the dump(), dumps(), | Serhiy Storchaka | 2016-06-21 | 1 | -4/+4 |
|/ |
|
* | Issue #24540: merger from 3.4 | Ned Deily | 2015-07-05 | 1 | -1/+1 |
|\ |
|
| * | Issue #24540: fix typo in json.dumps docstring | Ned Deily | 2015-07-05 | 1 | -1/+1 |
|
|
* | | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. | Serhiy Storchaka | 2015-01-26 | 1 | -3/+4 |
|/ |
|
* | Remove mentions of Python 2.x and being externally maintained from | Gregory P. Smith | 2013-12-08 | 1 | -5/+2 |
|\ |
|
| * | Remove mentions of Python 2.x and being externally maintained from | Gregory P. Smith | 2013-12-08 | 1 | -5/+2 |
|
|
* | | #18958: Improve error message for json.load(s) while passing a string that st... | Ezio Melotti | 2013-10-20 | 1 | -0/+2 |
|
|
* | | #19307: Improve error message for json.load(s) while passing objects of the w... | Ezio Melotti | 2013-10-20 | 1 | -0/+3 |
|
|
* | | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 1 | -1/+1 |
|
|
| * | #16333: document a way to get rid of trailing whitespace when indent is used. | Ezio Melotti | 2012-11-28 | 1 | -4/+8 |
|
|
* | | #16333: fix example in docstring. | Ezio Melotti | 2012-11-28 | 1 | -2/+1 |
|
|
* | | #16333: use (",", ": ") as default separator when indent is specified to avoi... | Ezio Melotti | 2012-11-28 | 1 | -6/+8 |
|/ |
|
* | Issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 1 | -6/+12 |
|
|
* | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|
|
* | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
|
|
* | Add a space to make json doc a bit more readable | Éric Araujo | 2011-04-21 | 1 | -1/+1 |
|
|
* | Merged revisions 88137 via svnmerge from | Antoine Pitrou | 2011-01-21 | 1 | -0/+2 |
|
|
* | Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -4/+20 |
|
|
* | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 1 | -12/+10 |
|
|
* | port simplejson upgrade from the trunk #4136 | Benjamin Peterson | 2009-05-02 | 1 | -88/+71 |
|
|
* | Forward port r70471: Add object_pairs_hook. Issue 5381. | Raymond Hettinger | 2009-04-21 | 1 | -5/+8 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -0/+318 |
|
|