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-11 23:18:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8575783a00a6fc7ef9cb754df90532b178de2fb3
cpython
/
Lib
/
test
/
json_tests
T
History
Ezio Melotti
405952f1a8
#17368
: merge with 3.3.
2013-03-13 01:55:07 +02:00
..
__init__.py
…
test_decode.py
#17368
: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
2013-03-13 01:52:34 +02:00
test_default.py
…
test_dump.py
…
test_encode_basestring_ascii.py
…
test_fail.py
Issue
#17225
: JSON decoder now counts columns in the first line starting
2013-02-21 20:26:52 +02:00
test_float.py
…
test_indent.py
…
test_pass1.py
…
test_pass2.py
…
test_pass3.py
…
test_recursion.py
…
test_scanstring.py
…
test_separators.py
…
test_speedups.py
…
test_tool.py
…
test_unicode.py
…