summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28541: Improve test coverage for encoding detection in json library.Serhiy Storchaka2016-10-301-0/+13
| | | | Original patch by Eric Appelt.
* Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-101-3/+13
| | | | | | | json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka.
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+75
them discoverable by unittest. Patch by Zachary Ware.