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
/
decoder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-17/+18
*
#17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...
Ezio Melotti
2013-03-12
1
-1/+1
*
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
1
-1/+1
*
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
1
-8/+7
*
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
1
-2/+2
*
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...
Ezio Melotti
2011-04-13
1
-0/+6
*
Recorded merge of revisions 85543 via svnmerge from
Georg Brandl
2010-10-15
1
-0/+14
*
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
Ezio Melotti
2010-01-26
1
-2/+4
*
Issue 5381: Add object_pairs_hook to the json module.
Raymond Hettinger
2009-03-19
1
-4/+11
*
merge json library with simplejson 2.0.9 (issue 4136)
Bob Ippolito
2009-03-17
1
-126/+143
*
Intern static string
Christian Heimes
2008-05-06
1
-11/+1
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+349