index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
json
/
tests
/
test_decode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27993: Fix problems with the plural “objects” in docs and comments
Martin Panter
2016-09-08
1
-1/+1
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-0/+5
*
#17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...
Ezio Melotti
2013-03-12
1
-2/+7
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+9
*
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
1
-17/+20
*
#11982: fix json.loads('""') to return u'' rather than ''.
Ezio Melotti
2011-05-04
1
-1/+2
*
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...
Ezio Melotti
2011-04-13
1
-0/+5
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-3/+3
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
*
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...
Bob Ippolito
2009-03-29
1
-4/+7
*
Issue 5381: Add object_pairs_hook to the json module.
Raymond Hettinger
2009-03-19
1
-0/+16
*
merge json library with simplejson 2.0.9 (issue 4136)
Bob Ippolito
2009-03-17
1
-0/+7
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+15