Oren Milman
|
7c2d97827f
|
bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789)
|
2018-03-26 18:04:39 +03:00 |
Oren Milman
|
2b382dd612
|
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643)
|
2017-09-24 12:07:12 +03:00 |
Serhiy Storchaka
|
49f6449ef4
|
bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712)
|
2017-07-16 07:29:16 +03:00 |
Serhiy Storchaka
|
d3aaa2f149
|
bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690)
encoder and decoder.
|
2017-07-13 10:14:11 +03:00 |
Ezio Melotti
|
66f2ea042a
|
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
|
2013-08-08 15:03:45 +03:00 |