summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_scanstring.py
Commit message (Expand)AuthorAgeFilesLines
* 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