This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
398246169cfcfeaaab60fc047edbdbcf668ca24b
cpython
/
Lib
/
json
/
tests
History
Ezio Melotti
ffd849618a
#7092
: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
2010-01-26 15:57:21 +00:00
..
__init__.py
…
test_check_circular.py
…
test_decode.py
convert usage of fail* to assert*
2009-06-30 22:57:08 +00:00
test_default.py
…
test_dump.py
#7092
: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
2010-01-26 15:57:21 +00:00
test_encode_basestring_ascii.py
…
test_fail.py
…
test_float.py
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
2009-03-29 22:33:58 +00:00
test_indent.py
…
test_pass1.py
…
test_pass2.py
…
test_pass3.py
…
test_recursion.py
…
test_scanstring.py
#5932
: fix error return in _convertPyInt_AsSsize_t() conversion function.
2009-05-05 07:48:12 +00:00
test_separators.py
…
test_speedups.py
Issue
#6986
: Fix crash in the JSON C accelerator when called with the
2009-12-08 15:40:51 +00:00
test_unicode.py
Issue 5381: Add object_pairs_hook to the json module.
2009-03-19 19:19:03 +00:00