Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216) | Brandt Bucher | 2019-11-21 | 1 | -6/+1 |
* | Fix typos in docs, comments and test assert messages (#14872) | Min ho Kim | 2019-07-21 | 1 | -1/+1 |
* | bpo-37483: add _PyObject_CallOneArg() function (#14558) | Jeroen Demeyer | 2019-07-04 | 1 | -2/+2 |
* | bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) | Ammar Askar | 2019-06-30 | 8 | -16/+491 |
* | bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) | Ammar Askar | 2019-06-12 | 10 | -1/+171 |
* | bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) | Ammar Askar | 2019-06-08 | 1 | -0/+8 |
* | Avoid UB in test selection macro. (#3407) | Devin Jeanpierre | 2017-09-07 | 1 | -5/+3 |
* | bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) | Devin Jeanpierre | 2017-09-06 | 4 | -0/+222 |