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
Commit message (
Expand
)
Author
Age
Files
Lines
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-0/+5
*
Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).
Serhiy Storchaka
2013-12-01
1
-2/+3
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-4/+51
*
#17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...
Ezio Melotti
2013-03-12
1
-2/+7
*
#16549: fix test failures on Windows.
Ezio Melotti
2012-11-29
1
-2/+2
*
#16476: Fix json.tool to avoid including trailing whitespace.
Ezio Melotti
2012-11-29
1
-8/+8
*
#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy ...
Ezio Melotti
2012-11-29
1
-0/+69
*
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
Ezio Melotti
2012-11-26
3
-15/+44
*
Issue #16228: Fix a crash in the json module where a list changes size while ...
Antoine Pitrou
2012-11-01
1
-0/+9
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+9
*
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
Amaury Forgeot d'Arc
2012-01-13
1
-0/+4
*
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
17
-209/+265
*
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
1
-1/+21
*
#12017: Fix segfault in json.loads() while decoding highly-nested objects usi...
Ezio Melotti
2011-05-07
1
-0/+19
*
#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
*
#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-0/+16
*
Remove unnecessary imports and use assertIs instead of assertTrue.
Ezio Melotti
2011-04-12
2
-5/+3
*
#9233: skip _json-specific tests when _json is not available.
Ezio Melotti
2011-04-12
2
-2/+14
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
14
-66/+66
*
Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns
Barry Warsaw
2010-11-02
1
-0/+2
*
Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iter...
Raymond Hettinger
2010-10-30
1
-0/+8
*
Apply patch from Ray Allen for issue 9296
Doug Hellmann
2010-07-21
1
-0/+9
*
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
Ezio Melotti
2010-01-26
1
-2/+2
*
Issue #6986: Fix crash in the JSON C accelerator when called with the
Antoine Pitrou
2009-12-08
1
-2/+11
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
2
-4/+4
*
#5932: fix error return in _convertPyInt_AsSsize_t() conversion function.
Georg Brandl
2009-05-05
1
-0/+3
*
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...
Bob Ippolito
2009-03-29
2
-5/+12
*
Issue 5381: Add object_pairs_hook to the json module.
Raymond Hettinger
2009-03-19
2
-0/+32
*
merge json library with simplejson 2.0.9 (issue 4136)
Bob Ippolito
2009-03-17
7
-5/+69
*
check for error conditions in _json #3623
Benjamin Peterson
2008-10-16
1
-0/+7
*
PEP 8 nits in json package
Benjamin Peterson
2008-05-06
2
-2/+2
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
16
-0/+624