| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) | Serhiy Storchaka | 2018-05-22 | 1 | -1/+1 |
|
|
* | bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) | INADA Naoki | 2018-04-03 | 2 | -17/+7 |
|
|
* | bpo-32360: Remove OrderedDict usage from json.tool (GH-5315) | INADA Naoki | 2018-01-25 | 1 | -6/+1 |
|
|
* | bpo-24641: Improved error message for JSON unserializible keys. (#4364) | Serhiy Storchaka | 2017-11-25 | 2 | -6/+8 |
|
|
* | Fix trivial typo in json module docstring (GH-2274) | dong-jy | 2017-06-20 | 1 | -1/+1 |
|
|
* | bpo-29762: More use "raise from None". (#569) | Serhiy Storchaka | 2017-04-05 | 2 | -2/+3 |
|
|
* | 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 | 3 | -6/+6 |
|
|
* | | Issue #26623: TypeError message for JSON unserializible object now contains | Serhiy Storchaka | 2016-04-10 | 1 | -1/+2 |
|/ |
|
* | Issue #26719: More efficient formatting of ints and floats in json. | Serhiy Storchaka | 2016-04-10 | 1 | -10/+10 |
|
|
* | 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 | 2 | -48/+45 |
|
|
* | | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def... | Antoine Pitrou | 2015-01-11 | 1 | -1/+8 |
|
|
* | | Issue #21650: Add an `--sort-keys` option to json.tool CLI. | Berker Peksag | 2014-11-10 | 1 | -2/+10 |
|
|
* | | improve the command-line interface of json.tool (closes #21000) | Benjamin Peterson | 2014-03-22 | 1 | -12/+15 |
|/ |
|
* | 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 |
|
|
* | | Issue #11489: JSON decoder now accepts lone surrogates. | Serhiy Storchaka | 2013-11-26 | 1 | -18/+17 |
|\ \
| |/ |
|
| * | Issue #11489: JSON decoder now accepts lone surrogates. | Serhiy Storchaka | 2013-11-26 | 1 | -18/+17 |
|
|
* | | #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 |
|
|
* | | Close #18264: int- and float-derived enums now converted to int or float. | Ethan Furman | 2013-08-10 | 1 | -8/+19 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 3 | -4/+4 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 3 | -4/+4 |
|
|
* | | Merge #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 1 | -0/+1 |
| |\ |
|
| | * | #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 1 | -0/+1 |
|
|
* | | | #17368: merge with 3.3. | Ezio Melotti | 2013-03-12 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #17368: merge with 3.2. | Ezio Melotti | 2013-03-12 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail... | Ezio Melotti | 2013-03-12 | 1 | -1/+1 |
|
|
* | | | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 3 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 3 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 3 | -3/+3 |
|
|
| * | | #16476: merge with 3.2. | Ezio Melotti | 2012-11-29 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | #16476: Fix json.tool to avoid including trailing whitespace. | Ezio Melotti | 2012-11-29 | 1 | -1/+2 |
|
|
* | | | #16009: JSON error messages now provide more information. Patch by Serhiy St... | Ezio Melotti | 2013-01-03 | 2 | -9/+9 |
|
|
* | | | #16549: merge with 3.3. | Ezio Melotti | 2012-11-29 | 1 | -9/+11 |
|\ \ \
| |/ / |
|
| * | | #16549: merge with 3.2. | Ezio Melotti | 2012-11-29 | 1 | -9/+11 |
| |\ \
| | |/ |
|
| | * | #16549: Make json.tool work again on Python 3 and add tests. Initial patch b... | Ezio Melotti | 2012-11-29 | 1 | -9/+11 |
|
|
| * | | #16333: merge with 3.2. | Ezio Melotti | 2012-11-28 | 2 | -5/+12 |
| |\ \
| | |/ |
|
| | * | #16333: document a way to get rid of trailing whitespace when indent is used. | Ezio Melotti | 2012-11-28 | 2 | -5/+12 |
|
|
* | | | Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Py... | Victor Stinner | 2012-11-28 | 1 | -11/+3 |
|
|
* | | | #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 | 2 | -9/+14 |
|
|