Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c89a93271447ec65e83a1dc7605e62dbf272cafd
/
Lib
/
test
/
test_json
ae00fb1
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
by Serhiy Storchaka
· 6 years ago
7c2d978
bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789)
by Oren Milman
· 7 years ago
cfa797c
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
by Serhiy Storchaka
· 7 years ago
2b382dd
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643)
by Oren Milman
· 7 years ago
49f6449
bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712)
by Serhiy Storchaka
· 7 years ago
d3aaa2f
bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690)
by Serhiy Storchaka
· 7 years ago
d6debb2
bpo-29919: Remove unused imports found by pyflakes (#137)
by Victor Stinner
· 8 years ago
b4e9087
Fix stderr bug in json.tool test (#346)
by Daniel Himmelstein
· 8 years ago
c4a35da
Issue #28541: Improve test coverage for encoding detection in json library.
by Serhiy Storchaka
· 8 years ago
b161562
Issue #17909: Accept binary input in json.loads
by Nick Coghlan
· 8 years ago
1aa642f
Issue #27993: Merge plural fixes from 3.5
by Martin Panter
· 8 years ago
0f0eac4
Issue #27993: Fix problems with plural objects in docs and comments
by Martin Panter
· 8 years ago
a6f26c1
Remove more unused imports in tests.
by Serhiy Storchaka
· 9 years ago
1e8ee9b
Issue #23277: Remove unused sys and os imports
by Berker Peksag
· 9 years ago
f002225
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
83236f7
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 9 years ago
ce64391
Issue #9517: Move script_helper to the support package.
by Berker Peksag
· 10 years ago
88abdef
merge 3.4 (#24094)
by Benjamin Peterson
· 10 years ago
122f4b1
merge 3.3 (#24094)
by Benjamin Peterson
· 10 years ago
501182a
just sort the items tuple directly (closes #24094)
by Benjamin Peterson
· 10 years ago
0b2a6dc
merge 3.4
by Benjamin Peterson
· 10 years ago
b0ef785
merge 3.3
by Benjamin Peterson
· 10 years ago
1572944
reduce memory usage of test (closes #23369)
by Benjamin Peterson
· 10 years ago
83e814d
merge 3.4
by Benjamin Peterson
· 10 years ago
c0b743a
merge 3.3
by Benjamin Peterson
· 10 years ago
68389ea
remove extra ws
by Benjamin Peterson
· 10 years ago
71cf91c
merge 3.4 (#23369)
by Benjamin Peterson
· 10 years ago
3675cd9
merge 3.3 (#23369)
by Benjamin Peterson
· 10 years ago
e3bfe19
fix possible overflow in encode_basestring_ascii (closes #23369)
by Benjamin Peterson
· 10 years ago
47efb4a
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
by Serhiy Storchaka
· 10 years ago
dc3eaa8
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada.
by Antoine Pitrou
· 10 years ago
39e4c4d
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
by Berker Peksag
· 10 years ago
f886697
Closes #22002: Merge with 3.4
by Zachary Ware
· 10 years ago
f012ba4
Issue #22002: Make full use of test discovery in test sub-packages.
by Zachary Ware
· 10 years ago
79f3ef6
merge 3.4
by Benjamin Peterson
· 11 years ago
584f5cb
merge 3.3
by Benjamin Peterson
· 11 years ago
156285c
merge 3.2
by Benjamin Peterson
· 11 years ago
940e207
improve the command-line interface of json.tool (closes #21000)
by Benjamin Peterson
· 11 years ago
687ff0e
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 11 years ago
c93329b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 11 years ago
566a2be
#18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
by Ezio Melotti
· 11 years ago
a0e768c
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
by Ezio Melotti
· 11 years ago
a661f45
Close #18745: Improve enum tests in test_json for infinities and NaN.
by Ethan Furman
· 11 years ago
a4998a7
Close #18264: int- and float-derived enums now converted to int or float.
by Ethan Furman
· 11 years ago
5cc06fd
#18273: merge with 3.3.
by Ezio Melotti
· 11 years ago
66f2ea0
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
by Ezio Melotti
· 11 years ago