Benjamin Peterson
|
6c939cb6f6
|
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 |
|
Serhiy Storchaka
|
7546220f06
|
Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).
|
2013-12-01 17:30:55 +02:00 |
|
Serhiy Storchaka
|
dafda9b042
|
Issue #11489: JSON decoder now accepts lone surrogates.
|
2013-11-26 21:25:15 +02:00 |
|
R David Murray
|
35893b7994
|
#16057: Clarify why the base method default is called in custom encoders.
Original patch by Kushal Das.
|
2013-03-17 22:06:18 -04:00 |
|
Ezio Melotti
|
fda7a8ce78
|
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
|
2013-03-13 01:49:57 +02:00 |
|
Serhiy Storchaka
|
49d4022d7d
|
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
|
2013-02-21 20:17:54 +02:00 |
|
Ezio Melotti
|
43acbf1fd6
|
#16549: fix test failures on Windows.
|
2012-11-29 05:08:54 +02:00 |
|
Ezio Melotti
|
def6ee5979
|
#16476: Fix json.tool to avoid including trailing whitespace.
|
2012-11-29 02:22:49 +02:00 |
|
Ezio Melotti
|
d8feba904c
|
#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka.
|
2012-11-29 02:14:52 +02:00 |
|
Ezio Melotti
|
3a237ebcaa
|
#16333: document a way to get rid of trailing whitespace when indent is used.
|
2012-11-29 00:22:30 +02:00 |
|
Ezio Melotti
|
282d331ec7
|
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
|
2012-11-26 19:22:58 +02:00 |
|
Antoine Pitrou
|
e9e35c3f6b
|
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 20:07:40 +01:00 |
|
Andrew Svetlov
|
41c25ba451
|
Issue #14570: Document json sort_keys parameter properly.
Patch by Chris Rebert.
|
2012-10-28 14:58:52 +02:00 |
|
Petri Lehtinen
|
f9e1f1128b
|
#13769: Enhance docs for ensure_ascii semantics in JSON decoding functions
|
2012-09-01 07:29:06 +03:00 |
|
Antoine Pitrou
|
0e3a4c8058
|
Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
|
2012-08-18 20:51:05 +02:00 |
|
Antoine Pitrou
|
d9a5137742
|
Issue #5067: improve some json error messages.
Patch by Serhiy Storchaka.
|
2012-06-29 01:58:26 +02:00 |
|
Ezio Melotti
|
ed8cf7a543
|
#14875: Use float('inf') instead of float('1e66666') in the json module.
|
2012-05-21 17:46:55 -06:00 |
|
Benjamin Peterson
|
f093724845
|
don't rely on dict order
|
2012-02-20 23:06:22 -05:00 |
|
Amaury Forgeot d'Arc
|
dee76e627d
|
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
json.loads().
|
2012-01-13 22:53:25 +01:00 |
|
Ezio Melotti
|
e3992eb743
|
#5723: Improve json tests to be executed with and without accelerations.
|
2011-05-14 06:24:53 +03:00 |
|
Ezio Melotti
|
c1ec7b5d44
|
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
|
2011-05-11 00:55:35 +03:00 |
|
Ezio Melotti
|
cec464951e
|
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
|
2011-05-07 17:40:23 +03:00 |
|
Ezio Melotti
|
df8a8f768d
|
#11982: fix json.loads('""') to return u'' rather than ''.
|
2011-05-04 14:40:53 +03:00 |
|
Ezio Melotti
|
2b96f0987a
|
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
|
2011-04-13 05:37:29 +03:00 |
|
R David Murray
|
ea8b6ef15f
|
#10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:00:26 -04:00 |
|