summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json
Commit message (Expand)AuthorAgeFilesLines
* Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-102-6/+14
* Issue #27993: Merge plural fixes from 3.5Martin Panter2016-09-071-1/+1
|\
| * Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-071-1/+1
* | Remove more unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
|/
* Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-0/+6
|\
| * Issue #24683: Fixed crashes in _json functions called with arguments ofSerhiy Storchaka2015-07-261-0/+6
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-6/+6
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* | merge 3.4 (#24094)Benjamin Peterson2015-05-031-0/+19
|\ \ | |/
| * merge 3.3 (#24094)Benjamin Peterson2015-05-031-0/+19
| |\
| | * just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-031-0/+19
* | | merge 3.4Benjamin Peterson2015-02-021-1/+2
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2015-02-021-1/+2
| |\ \ | | |/
| | * reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-021-1/+2
* | | merge 3.4Benjamin Peterson2015-02-011-1/+0
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2015-02-011-1/+0
| |\ \ | | |/
| | * remove extra wsBenjamin Peterson2015-02-011-1/+0
* | | merge 3.4 (#23369)Benjamin Peterson2015-02-011-1/+8
|\ \ \ | |/ /
| * | merge 3.3 (#23369)Benjamin Peterson2015-02-011-1/+8
| |\ \ | | |/
| | * fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-011-1/+8
* | | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-264-23/+50
* | | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-111-3/+0
* | | Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-1/+32
* | | Closes #22002: Merge with 3.4Zachary Ware2014-07-231-15/+4
|\ \ \ | |/ /
| * | Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-15/+4
* | | merge 3.4Benjamin Peterson2014-04-141-0/+4
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2014-04-141-0/+4
| |\ \ | | |/
| | * merge 3.2Benjamin Peterson2014-04-141-0/+4
* | | improve the command-line interface of json.tool (closes #21000)Benjamin Peterson2014-03-221-0/+8
|/ /
* | Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
|\ \ | |/
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
* | #18958: Improve error message for json.load(s) while passing a string that st...Ezio Melotti2013-10-201-0/+14
* | #19307: Improve error message for json.load(s) while passing objects of the w...Ezio Melotti2013-10-201-1/+8
* | Close #18745: Improve enum tests in test_json for infinities and NaN.Ethan Furman2013-09-021-5/+44
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-101-0/+81
* | #18273: merge with 3.3.Ezio Melotti2013-08-082-0/+93
|/
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-0818-0/+975