summaryrefslogtreecommitdiffstats
path: root/Modules/_xxtestfuzz/dictionaries
Commit message (Collapse)AuthorAgeFilesLines
* bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)Ammar Askar2019-06-301-0/+219
| | | Add more fuzz testing for re.compile, re.load and csv.reader
* bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)Ammar Askar2019-06-121-0/+40
* bpo-29505: Enable fuzz testing of the json module, enforce size limit on int(x) fuzz and json input size to avoid timeouts. Contributed by by Ammar Askar for Google.