| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122873: Allow "python -m json" to work (#122884) | Trey Hunner | 2024-08-13 | 1 | -17/+23 |
|
|
* | gh-122163: Add notes for JSON serialization errors (GH-122165) | Serhiy Storchaka | 2024-07-23 | 3 | -9/+48 |
|
|
* | gh-115692: Add tests to increase `json` coverage (#115693) | Hugo van Kemenade | 2024-04-14 | 4 | -10/+35 |
|
|
* | GH-112215: Increase C recursion limit for non debug builds (GH-113397) | Mark Shannon | 2023-12-22 | 1 | -3/+3 |
|
|
* | gh-113149: Improve error message when JSON has trailing comma (GH-113227) | Carson Radtke | 2023-12-17 | 1 | -3/+5 |
|
|
* | Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614... | Łukasz Langa | 2023-06-26 | 2 | -146/+0 |
|
|
* | gh-100931: Test all `pickle` protocols in `test_slice` (#100932) | Nikita Sobolev | 2023-01-11 | 1 | -1/+1 |
|
|
* | gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926) | František Nesveda | 2022-12-20 | 1 | -1/+2 |
|
|
* | gh-100272: Fix JSON serialization of OrderedDict (GH-100273) | Serhiy Storchaka | 2022-12-17 | 1 | -0/+11 |
|
|
* | gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) | Serhiy Storchaka | 2022-09-24 | 4 | -37/+37 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -0/+9 |
|
|
* | GH-96145: Add AttrDict to JSON module for use with object_hook (#96146) | Raymond Hettinger | 2022-08-23 | 2 | -0/+146 |
|
|
* | bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) | Christian Heimes | 2022-03-22 | 1 | -0/+1 |
|
|
* | bpo-46542: test_json uses support.infinite_recursion() (GH-30972) | Victor Stinner | 2022-01-28 | 1 | -6/+13 |
|
|
* | bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) | Chris Wesseling | 2021-11-06 | 1 | -0/+9 |
|
|
* | bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) | Nikita Sobolev | 2021-09-28 | 1 | -0/+9 |
|
|
* | bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189) | Inada Naoki | 2021-04-06 | 1 | -1/+1 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21314) | Hai Shi | 2020-07-06 | 2 | -6/+9 |
|
|
* | bpo-40462: Fix typo in test_json (GH-20094) | Victor Stinner | 2020-05-14 | 1 | -1/+1 |
|
|
* | bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) | Dong-hee Na | 2020-03-10 | 1 | -0/+13 |
|
|
* | bpo-39377: json: Remove the encoding option. (GH-18075) | Inada Naoki | 2020-01-20 | 1 | -4/+0 |
|
|
* | bpo-29636: json.tool: Add document for indentation options. (GH-17482) | Daniel Himmelstein | 2019-12-07 | 1 | -33/+27 |
|
|
* | bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472) | wim glenn | 2019-12-06 | 1 | -0/+22 |
|
|
* | bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) | Inada Naoki | 2019-12-04 | 1 | -3/+18 |
|
|
* | bpo-29636: Add --(no-)indent arguments to json.tool (GH-345) | Daniel Himmelstein | 2019-12-04 | 1 | -0/+41 |
|
|
* | bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) | Dong-hee Na | 2019-08-26 | 1 | -0/+10 |
|
|
* | bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-... | Matthias Bussonnier | 2019-04-09 | 1 | -0/+4 |
|
|
* | bpo-31553: add --json-lines option to json.tool (#10051) | HongWeipeng | 2018-11-07 | 1 | -0/+29 |
|
|
* | bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) | Serhiy Storchaka | 2018-05-22 | 1 | -1/+3 |
|
|
* | bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789) | Oren Milman | 2018-03-26 | 1 | -0/+2 |
|
|
* | bpo-24641: Improved error message for JSON unserializible keys. (#4364) | Serhiy Storchaka | 2017-11-25 | 1 | -5/+8 |
|
|
* | bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() rec... | Oren Milman | 2017-09-24 | 1 | -0/+21 |
|
|
* | bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712) | Serhiy Storchaka | 2017-07-16 | 1 | -0/+4 |
|
|
* | bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690) | Serhiy Storchaka | 2017-07-13 | 1 | -0/+22 |
|
|
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+1 |
|
|
* | Fix stderr bug in json.tool test (#346) | Daniel Himmelstein | 2017-03-15 | 1 | -5/+4 |
|
|
* | Issue #28541: Improve test coverage for encoding detection in json library. | Serhiy Storchaka | 2016-10-30 | 1 | -0/+13 |
|
|
* | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 2 | -6/+14 |
|
|
* | Issue #27993: Merge plural fixes from 3.5 | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|\ |
|
| * | Issue #27993: Fix problems with plural objects in docs and comments | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
* | | Remove more unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
|/ |
|
* | Issue #24683: Fixed crashes in _json functions called with arguments of | Serhiy Storchaka | 2015-07-26 | 1 | -0/+6 |
|\ |
|
| * | Issue #24683: Fixed crashes in _json functions called with arguments of | Serhiy Storchaka | 2015-07-26 | 1 | -0/+6 |
|
|
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -6/+6 |
|
|
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+1 |
|
|
* | | merge 3.4 (#24094) | Benjamin Peterson | 2015-05-03 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | merge 3.3 (#24094) | Benjamin Peterson | 2015-05-03 | 1 | -0/+19 |
| |\ |
|
| | * | just sort the items tuple directly (closes #24094) | Benjamin Peterson | 2015-05-03 | 1 | -0/+19 |
|
|
* | | | merge 3.4 | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
|\ \ \
| |/ / |
|