History log of /external/python/cpython2/Lib/json/tests/test_decode.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba5480b6565e00b4672ed276770623faa1312877 08-Sep-2016 Martin Panter <vadmium+py@gmail.com> Issue #27993: Fix problems with the plural “objects” in docs and comments
/external/python/cpython2/Lib/json/tests/test_decode.py
6c939cb6f6dfbd273609577b0022542d31ae2802 14-Apr-2014 Benjamin Peterson <benjamin@python.org> in scan_once, prevent the reading of arbitrary memory when passed a negative index

Bug reported by Guido Vranken.
/external/python/cpython2/Lib/json/tests/test_decode.py
fda7a8ce78cdc46c6728ad9cd82c4b3eccd0dd92 13-Mar-2013 Ezio Melotti <ezio.melotti@gmail.com> #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.
/external/python/cpython2/Lib/json/tests/test_decode.py
0e3a4c80585ce993dc274b6cea31f283948e1c44 18-Aug-2012 Antoine Pitrou <solipsis@pitrou.net> Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
/external/python/cpython2/Lib/json/tests/test_decode.py
e3992eb7430101f5bc6725d5f74290777a2ef939 14-May-2011 Ezio Melotti <ezio.melotti@gmail.com> #5723: Improve json tests to be executed with and without accelerations.
/external/python/cpython2/Lib/json/tests/test_decode.py
df8a8f768d929b56e43c42299064e7bcaebee4c7 04-May-2011 Ezio Melotti <ezio.melotti@gmail.com> #11982: fix json.loads('""') to return u'' rather than ''.
/external/python/cpython2/Lib/json/tests/test_decode.py
2b96f0987ac966ef9ac037610da6b5b7e3996af6 13-Apr-2011 Ezio Melotti <none@none> #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
/external/python/cpython2/Lib/json/tests/test_decode.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> 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.
........
/external/python/cpython2/Lib/json/tests/test_decode.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/json/tests/test_decode.py
76a982a027d72287a6d9113b1d65ec6d327d744d 30-Mar-2009 Bob Ippolito <bob@redivi.com> Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
/external/python/cpython2/Lib/json/tests/test_decode.py
91852ca673adcfa4e9ceacbb36f2cd45767efa58 19-Mar-2009 Raymond Hettinger <python@rcn.com> Issue 5381: Add object_pairs_hook to the json module.
/external/python/cpython2/Lib/json/tests/test_decode.py
d914e3f8619df604ca6fa852fd210043b94f16e1 18-Mar-2009 Bob Ippolito <bob@redivi.com> merge json library with simplejson 2.0.9 (issue 4136)
/external/python/cpython2/Lib/json/tests/test_decode.py
4b964f9c904744b7d7d88054e54a2e4ca8aeb395 05-May-2008 Brett Cannon <bcannon@gmail.com> Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Ippolito.

Closes issue #2750.
/external/python/cpython2/Lib/json/tests/test_decode.py