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
2cdcaf1353c4480098219d028e1280f61d57870a
cpython
/
Lib
/
test
/
json_tests
History
Benjamin Peterson
99b5afab74
in scan_once, prevent the reading of arbitrary memory when passed a negative index
...
Bug reported by Guido Vranken.
2014-04-13 22:10:38 -04:00
..
__init__.py
…
test_decode.py
in scan_once, prevent the reading of arbitrary memory when passed a negative index
2014-04-13 22:10:38 -04:00
test_default.py
…
test_dump.py
Issue
#16228
: Fix a crash in the json module where a list changes size while it is being encoded.
2012-11-01 19:52:06 +01:00
test_encode_basestring_ascii.py
…
test_fail.py
#16559
: Add more tests for the json module. Patch by Serhiy Storchaka.
2012-11-26 19:24:20 +02:00
test_float.py
#16559
: Add more tests for the json module. Patch by Serhiy Storchaka.
2012-11-26 19:24:20 +02:00
test_indent.py
…
test_pass1.py
#16559
: Add more tests for the json module. Patch by Serhiy Storchaka.
2012-11-26 19:24:20 +02:00
test_pass2.py
…
test_pass3.py
…
test_recursion.py
…
test_scanstring.py
…
test_separators.py
…
test_speedups.py
…
test_tool.py
#16549
: fix test failures on Windows.
2012-11-29 05:10:07 +02:00
test_unicode.py
…