| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) | Rafael Fontenelle | 2024-09-17 | 1 | -2/+2 |
|
|
* | gh-123392: Clarify wording regarding parameters that are functions to be call... | ryan-duve | 2024-09-04 | 1 | -38/+36 |
|
|
* | gh-122873: Allow "python -m json" to work (#122884) | Trey Hunner | 2024-08-13 | 1 | -12/+18 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | doc: Use super() in subclassed JSONEncoder examples (GH-115565) | Jan Max Meyer | 2024-02-28 | 1 | -2/+2 |
|
|
* | Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292) | Adam Turner | 2023-10-03 | 1 | -7/+7 |
|
|
* | gh-107544: Add docs about `json.dumps(..., default=)` (#108259) | Nikita Sobolev | 2023-09-07 | 1 | -1/+12 |
|
|
* | gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) | Serhiy Storchaka | 2023-07-29 | 1 | -3/+3 |
|
|
* | gh-106892: Use roles :data: and :const: for referencing module variables (GH-... | Serhiy Storchaka | 2023-07-21 | 1 | -3/+3 |
|
|
* | Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614... | Ćukasz Langa | 2023-06-26 | 1 | -43/+0 |
|
|
* | Fix indentation in `json.AttrDict` REPL example (#104930) | Alex Waygood | 2023-05-25 | 1 | -8/+8 |
|
|
* | Misc updates to Whatsnew 3.12 (#104912) | Raymond Hettinger | 2023-05-25 | 1 | -2/+2 |
|
|
* | gh-96959: Update more HTTP links (GH-97536) | Serhiy Storchaka | 2022-09-27 | 1 | -1/+1 |
|
|
* | gh-96512: Update int_max_str docs to say 3.11 (#96942) | Gregory P. Smith | 2022-09-19 | 1 | -1/+1 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -0/+11 |
|
|
* | GH-96145: Add AttrDict to JSON module for use with object_hook (#96146) | Raymond Hettinger | 2022-08-23 | 1 | -0/+43 |
|
|
* | gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9... | Serhiy Storchaka | 2022-08-04 | 1 | -2/+2 |
|
|
* | gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH... | Alex Waygood | 2022-05-08 | 1 | -7/+0 |
|
|
* | bpo-46157: fix typo in docs (GH-30237) | Kumar Aditya | 2021-12-23 | 1 | -2/+2 |
|
|
* | bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ... | James Gerity | 2021-12-07 | 1 | -2/+2 |
|
|
* | bpo-45441: Update some moved URLs in documentation (GH-28861) | 180909 | 2021-10-12 | 1 | -3/+3 |
|
|
* | Doc: Improve library/json document. (GH-24390) | Adorilson Bezerra | 2021-03-02 | 1 | -7/+6 |
|
|
* | Doc: add a missing period (GH-21819) | Mathieu Dupuy | 2020-08-20 | 1 | -1/+1 |
|
|
* | bpo-39377: json: Update doc about the encoding option. (GH-18076) | Inada Naoki | 2020-01-22 | 1 | -5/+4 |
|
|
* | bpo-29636: json.tool: Add document for indentation options. (GH-17482) | Daniel Himmelstein | 2019-12-07 | 1 | -0/+6 |
|
|
* | bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472) | wim glenn | 2019-12-06 | 1 | -0/+6 |
|
|
* | Correct minor grammar mistake (GH-15404) | Andre Delfino | 2019-08-23 | 1 | -1/+1 |
|
|
* | bpo-30550: Clarify JSON ordering guarantees (GH-15397) | Raymond Hettinger | 2019-08-22 | 1 | -0/+12 |
|
|
* | bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-... | Matthias Bussonnier | 2019-04-09 | 1 | -2/+5 |
|
|
* | bpo-31553: add --json-lines option to json.tool (#10051) | HongWeipeng | 2018-11-07 | 1 | -0/+6 |
|
|
* | bpo-35167: Specify program for gzip and json.tool command line options. (GH-1... | Serhiy Storchaka | 2018-11-05 | 1 | -0/+3 |
|
|
* | bpo-34379: Doc: Move note for json.dump (GH-8730) | Evan Allrich | 2018-08-11 | 1 | -6/+5 |
|
|
* | bpo-17909: Document that json.load can accept a binary IO (GH-7366) | Anthony Sottile | 2018-06-07 | 1 | -3/+7 |
|
|
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -8/+8 |
|
|
* | bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) | INADA Naoki | 2018-04-03 | 1 | -8/+4 |
|
|
* | Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) | Sergey Fedoseev | 2017-09-09 | 1 | -1/+1 |
|
|
* | Fix the signature of JSONDecodeError (no end parameter). (#1827) | Serhiy Storchaka | 2017-05-27 | 1 | -1/+1 |
|
|
* | Issues #29189: Merge indentation fixes from 3.5 | Martin Panter | 2017-01-24 | 1 | -11/+11 |
|\ |
|
| * | Issue #29189: Fix indentation in RST markup | Martin Panter | 2017-01-24 | 1 | -11/+11 |
|
|
* | | Issue #29281: Fill-in a missing versionchanged entry | Raymond Hettinger | 2017-01-20 | 1 | -0/+5 |
|
|
* | | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -1/+1 |
|
|
* | | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -2/+2 |
|
|
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+3 |
|
|
* | | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 1 | -2/+3 |
|
|
* | | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -22/+26 |
|\ \
| |/ |
|
| * | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -22/+26 |
|
|
* | | Merge with 3.5 | Terry Jan Reedy | 2016-06-23 | 1 | -1/+7 |
|\ \
| |/ |
|