summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_scanstring.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).Serhiy Storchaka2013-12-011-2/+3
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+51
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-20/+12
* Remove unnecessary imports and use assertIs instead of assertTrue.Ezio Melotti2011-04-121-1/+0
* #9233: skip _json-specific tests when _json is not available.Ezio Melotti2011-04-121-1/+7
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-22/+22
* #5932: fix error return in _convertPyInt_AsSsize_t() conversion function.Georg Brandl2009-05-051-0/+3
* check for error conditions in _json #3623Benjamin Peterson2008-10-161-0/+7
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+102