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 18:33:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2cbbed6541d7d79176ff7dcd0eafcada95b4fa80
cpython
/
Lib
/
test
/
json_tests
T
History
Antoine Pitrou
5ebe65f8cb
Issue
#16228
: Fix a crash in the json module where a list changes size while it is being encoded.
...
Patch by Serhiy Storchaka.
2012-11-01 19:59:21 +01:00
..
__init__.py
…
test_decode.py
#15752
: s/assertRaisesRegexp/assertRaisesRegex/g
2012-08-21 11:38:41 +03: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:59:21 +01:00
test_encode_basestring_ascii.py
…
test_fail.py
…
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_unicode.py
…