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
2.7
Add File
New File
Upload File
Apply Patch
cpython
/
Lib
/
json
/
tests
History
Martin Panter
ba5480b656
Issue
#27993
: Fix problems with the plural “objects” in docs and comments
2016-09-08 05:39:59 +00:00
..
__init__.py
…
test_check_circular.py
…
test_decode.py
Issue
#27993
: Fix problems with the plural “objects” in docs and comments
2016-09-08 05:39:59 +00: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 20:07:40 +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:22:58 +02:00
test_float.py
Issue
#27934
: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
2016-09-03 17:45:00 +01:00
test_indent.py
…
test_pass1.py
#16559
: Add more tests for the json module. Patch by Serhiy Storchaka.
2012-11-26 19:22:58 +02:00
test_pass2.py
…
test_pass3.py
…
test_recursion.py
…
test_scanstring.py
Fixed JSON tests on wide build when ran from *.pyc files (issue
#11489
).
2013-12-01 17:30:55 +02:00
test_separators.py
…
test_speedups.py
…
test_tool.py
#16549
: fix test failures on Windows.
2012-11-29 05:08:54 +02:00
test_unicode.py
Issue
#13774
: json: Fix a SystemError when a bogus encoding is passed to
2012-01-13 22:53:25 +01:00