aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_json/test_encode_basestring_ascii.py
Commit message (Expand)AuthorAge
* merge 3.4Benjamin Peterson2015-02-02
|\
| * reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-02
* | merge 3.4Benjamin Peterson2015-02-01
|\|
| * remove extra wsBenjamin Peterson2015-02-01
* | merge 3.4 (#23369)Benjamin Peterson2015-02-01
|\|
| * fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-01
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-11
|/
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-08