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 |
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 |
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 |
Ezio Melotti
|
e3992eb743
|
#5723: Improve json tests to be executed with and without accelerations.
|
2011-05-14 06:24:53 +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 |
Ezio Melotti
|
2623a37852
|
Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line
#9424: Replace deprecated assert* methods in the Python test suite.
........
|
2010-11-21 13:34:58 +00:00 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
Bob Ippolito
|
76a982a027
|
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
|
2009-03-29 22:33:58 +00:00 |
Raymond Hettinger
|
91852ca673
|
Issue 5381: Add object_pairs_hook to the json module.
|
2009-03-19 19:19:03 +00:00 |
Bob Ippolito
|
d914e3f861
|
merge json library with simplejson 2.0.9 (issue 4136)
|
2009-03-17 23:19:00 +00:00 |
Brett Cannon
|
4b964f9c90
|
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Ippolito.
Closes issue #2750.
|
2008-05-05 20:21:38 +00:00 |