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
/
Modules
/
_json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
Amaury Forgeot d'Arc
2012-01-13
1
-1/+8
*
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
1
-2/+15
*
#12017: Fix segfault in json.loads() while decoding highly-nested objects usi...
Ezio Melotti
2011-05-07
1
-4/+26
*
#11982: remove now unused function.
Ezio Melotti
2011-05-04
1
-18/+0
*
#11982: fix json.loads('""') to return u'' rather than ''.
Ezio Melotti
2011-05-04
1
-1/+1
*
#10804: fix copy-paste error when checking assigned fields for NULL.
Georg Brandl
2011-01-02
1
-1/+1
*
Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns
Barry Warsaw
2010-11-02
1
-28/+7
*
Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iter...
Raymond Hettinger
2010-10-30
1
-5/+22
*
Merged revisions 85342 via svnmerge from
Antoine Pitrou
2010-10-09
1
-2/+2
*
Apply patch from Ray Allen for issue 9296
Doug Hellmann
2010-07-21
1
-1/+1
*
Remove unneeded variable mutation and initializations.
Brett Cannon
2010-05-03
1
-4/+6
*
Issue #6986: Fix crash in the JSON C accelerator when called with the
Antoine Pitrou
2009-12-08
1
-4/+17
*
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c a...
Eric Smith
2009-10-28
1
-1/+5
*
#5932: fix error return in _convertPyInt_AsSsize_t() conversion function.
Georg Brandl
2009-05-05
1
-3/+3
*
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...
Bob Ippolito
2009-03-29
1
-1/+1
*
Silence a compiler warning.
Raymond Hettinger
2009-03-19
1
-1/+1
*
Issue 5381: Add object_pairs_hook to the json module.
Raymond Hettinger
2009-03-19
1
-11/+71
*
merge json library with simplejson 2.0.9 (issue 4136)
Bob Ippolito
2009-03-17
1
-133/+1841
*
fix more possible ref leaks in _json and use Py_CLEAR
Benjamin Peterson
2008-10-16
1
-2/+4
*
fix possible ref leak
Benjamin Peterson
2008-10-16
1
-2/+2
*
check for error conditions in _json #3623
Benjamin Peterson
2008-10-16
1
-3/+5
*
#3322: bounds checking for _json.scanstring
Bob Ippolito
2008-07-19
1
-2/+10
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-17/+17
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-17/+17
*
Intern static string
Christian Heimes
2008-05-06
1
-1/+1
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+609