summaryrefslogtreecommitdiff
path: root/Lib/json/decoder.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-45/+41
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-18/+17
|\
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-18/+17
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | #17368: merge with 3.3.Ezio Melotti2013-03-131-1/+1
|\ \ | |/
| * #17368: merge with 3.2.Ezio Melotti2013-03-131-2/+1
| |\
| * | #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...Ezio Melotti2013-03-131-1/+1
* | | Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
|\ \ \ | | |/ | |/|
| * | Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
| |\ \ | | |/
| | * Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
* | | #16009: JSON error messages now provide more information. Patch by Serhiy St...Ezio Melotti2013-01-031-7/+7
* | | Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Py...Victor Stinner2012-11-291-11/+3
|/ /
* | Issue #5067: improve some json error messages.Antoine Pitrou2012-06-291-5/+7
|\ \ | |/
| * Issue #5067: improve some json error messages.Antoine Pitrou2012-06-291-5/+7
* | Implement PEP 393.Martin v. Löwis2011-09-281-2/+1
|/
* #5723: merge with 3.1.Ezio Melotti2011-05-141-2/+2
* Merge with 3.1.Ezio Melotti2011-04-131-0/+6
|\
| * #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...Ezio Melotti2011-04-131-0/+6
| * #9233: Fix json to work properly even when _json is not available.Ezio Melotti2011-04-131-1/+1
| * Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge fromGeorg Brandl2010-11-261-0/+14
| * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-061-6/+6
* | #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...Georg Brandl2010-10-151-0/+14
* | Issue #7451: Improve decoding performance of JSON objects, and reduceAntoine Pitrou2010-09-041-2/+8
* | #9087: update json docstrings -- unicode and long do not exist anymore.Georg Brandl2010-08-021-6/+6
|/
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-021-139/+132
* Forward port r70471: Add object_pairs_hook. Issue 5381.Raymond Hettinger2009-04-211-3/+11
* merge r66932 and add a few py3k only checksBenjamin Peterson2008-10-161-2/+6
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+339