| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-125660: Reject invalid unicode escapes for Python implementation of JSON d... | Nice Zombies | 2024-10-18 | 1 | -4/+5 |
|
|
* | gh-125682: Reject non-ASCII digits in the Python implementation of JSON decod... | Nice Zombies | 2024-10-18 | 1 | -1/+1 |
|
|
* | gh-91818: Use default program name in the CLI of many modules (GH-124867) | Serhiy Storchaka | 2024-10-09 | 1 | -2/+1 |
|
|
* | gh-122873: Allow "python -m json" to work (#122884) | Trey Hunner | 2024-08-13 | 3 | -15/+28 |
|
|
* | gh-122163: Add notes for JSON serialization errors (GH-122165) | Serhiy Storchaka | 2024-07-23 | 1 | -52/+67 |
|
|
* | gh-95382: Improve performance of json encoder with indent (GH-118105) | Pieter Eendebak | 2024-05-06 | 1 | -7/+7 |
|
|
* | doc: Use super() in subclassed JSONEncoder examples (GH-115565) | Jan Max Meyer | 2024-02-28 | 1 | -1/+1 |
|
|
* | gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649) | Serhiy Storchaka | 2024-01-10 | 1 | -15/+19 |
|
|
* | gh-113149: Improve error message when JSON has trailing comma (GH-113227) | Carson Radtke | 2023-12-17 | 1 | -0/+7 |
|
|
* | Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614... | Łukasz Langa | 2023-06-26 | 1 | -51/+1 |
|
|
* | gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) | Serhiy Storchaka | 2022-09-24 | 3 | -3/+3 |
|
|
* | GH-96145: Add AttrDict to JSON module for use with object_hook (#96146) | Raymond Hettinger | 2022-08-23 | 1 | -1/+51 |
|
|
* | bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993) | Nikita Sobolev | 2022-02-03 | 1 | -0/+1 |
|
|
* | bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ... | James Gerity | 2021-12-07 | 2 | -3/+3 |
|
|
* | bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) | Chris Wesseling | 2021-11-06 | 1 | -7/+14 |
|
|
* | bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) | Dong-hee Na | 2020-03-10 | 1 | -1/+4 |
|
|
* | bpo-39377: json: Remove the encoding option. (GH-18075) | Inada Naoki | 2020-01-20 | 1 | -11/+0 |
|
|
* | bpo-29636: json.tool: Add document for indentation options. (GH-17482) | Daniel Himmelstein | 2019-12-07 | 1 | -1/+2 |
|
|
* | bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472) | wim glenn | 2019-12-06 | 1 | -0/+3 |
|
|
* | bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) | Inada Naoki | 2019-12-04 | 1 | -2/+4 |
|
|
* | bpo-29636: Add --(no-)indent arguments to json.tool (GH-345) | Daniel Himmelstein | 2019-12-04 | 1 | -7/+23 |
|
|
* | json.tool: use stdin and stdout in default cmdlne arguments (GH-11992) | Hervé Beraud | 2019-05-14 | 1 | -4/+6 |
|
|
* | bpo-36793: Remove unneeded __str__ definitions. (GH-13081) | Serhiy Storchaka | 2019-05-06 | 1 | -2/+2 |
|
|
* | bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-... | Matthias Bussonnier | 2019-04-09 | 1 | -2/+11 |
|
|
* | bpo-31553: add --json-lines option to json.tool (#10051) | HongWeipeng | 2018-11-07 | 1 | -5/+11 |
|
|
* | bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131) | INADA Naoki | 2018-07-06 | 1 | -1/+1 |
|
|
* | 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 |
|\ \
| |/ |
|