summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json
Commit message (Collapse)AuthorAgeFilesLines
* just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-031-0/+19
|
* reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-021-1/+2
|
* remove extra wsBenjamin Peterson2015-02-011-1/+0
|
* fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-011-1/+8
|
* merge 3.2Benjamin Peterson2014-04-141-0/+4
|
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-0818-0/+975
them discoverable by unittest. Patch by Zachary Ware.