aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/json/decoder.py
Commit message (Expand)AuthorAge
* gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...Nice Zombies2024-10-18
* gh-113149: Improve error message when JSON has trailing comma (GH-113227)Carson Radtke2023-12-17
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-24
* bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)INADA Naoki2018-04-03
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* Issue #18726: All optional parameters of the dump(), dumps(),Serhiy Storchaka2016-06-22
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-26
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-26
|\
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-26
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | #17368: merge with 3.3.Ezio Melotti2013-03-13
|\|
| * #17368: merge with 3.2.Ezio Melotti2013-03-13
| |\
| | * #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...Ezio Melotti2013-03-13
* | | Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-21
|\| |
| * | Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-21
| |\|
| | * Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-21
* | | #16009: JSON error messages now provide more information. Patch by Serhiy St...Ezio Melotti2013-01-03
* | | Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Py...Victor Stinner2012-11-29
|/ /
* | Issue #5067: improve some json error messages.Antoine Pitrou2012-06-29
|\|
| * Issue #5067: improve some json error messages.Antoine Pitrou2012-06-29
* | Implement PEP 393.Martin v. Löwis2011-09-28
|/
* #5723: merge with 3.1.Ezio Melotti2011-05-14
* Merge with 3.1.Ezio Melotti2011-04-13
|\
| * #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...Ezio Melotti2011-04-13
| * #9233: Fix json to work properly even when _json is not available.Ezio Melotti2011-04-13
| * Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge fromGeorg Brandl2010-11-26
| * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-06
* | #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...Georg Brandl2010-10-15
* | Issue #7451: Improve decoding performance of JSON objects, and reduceAntoine Pitrou2010-09-04
* | #9087: update json docstrings -- unicode and long do not exist anymore.Georg Brandl2010-08-02
|/
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-02
* Forward port r70471: Add object_pairs_hook. Issue 5381.Raymond Hettinger2009-04-21
* merge r66932 and add a few py3k only checksBenjamin Peterson2008-10-16
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-08