This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-18 10:24:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
da39645ad300a097decc4e35bb3ea6dbf0633886
cpython
/
Lib
/
test
/
test_json
T
History
Benjamin Peterson
940e207412
improve the command-line interface of json.tool (
closes
#21000
)
...
A patch from Berker Peksag.
2014-03-21 23:17:29 -05:00
..
__init__.py
…
__main__.py
…
test_decode.py
#18958
: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
2013-10-21 02:10:55 +03:00
test_default.py
…
test_dump.py
…
test_encode_basestring_ascii.py
…
test_enum.py
Close
#18745
: Improve enum tests in test_json for infinities and NaN.
2013-09-02 01:14:56 -07:00
test_fail.py
…
test_float.py
…
test_indent.py
…
test_pass1.py
…
test_pass2.py
…
test_pass3.py
…
test_recursion.py
…
test_scanstring.py
Issue
#11489
: JSON decoder now accepts lone surrogates.
2013-11-26 21:25:28 +02:00
test_separators.py
…
test_speedups.py
…
test_tool.py
improve the command-line interface of json.tool (
closes
#21000
)
2014-03-21 23:17:29 -05:00
test_unicode.py
…