summaryrefslogtreecommitdiffstats
path: root/Lib/test/json_tests/test_decode.py
Commit message (Collapse)AuthorAgeFilesLines
* #15752: s/assertRaisesRegexp/assertRaisesRegex/gEzio Melotti2012-08-211-2/+2
|
* Issue #15615: Add some tests for the json module's handling of invalid input ↵Antoine Pitrou2012-08-181-0/+9
| | | | | | data. Patch by Kushal Das.
* #5723: merge with 3.1.Ezio Melotti2011-05-141-35/+20
|
* Merge with 3.1.Ezio Melotti2011-04-131-0/+5
|
* Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-301-0/+69
Approved by Raymond Hettinger.