summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_encode_basestring_ascii.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4Benjamin 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
|\ \ | |/
| * remove extra wsBenjamin Peterson2015-02-011-1/+0
* | merge 3.4 (#23369)Benjamin Peterson2015-02-011-1/+8
|\ \ | |/
| * fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-011-1/+8
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-111-3/+0
|/
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-081-0/+44