COMMITS
/ Modules/_xxtestfuzz/fuzzer.c March 14, 2026
S
Fix `fuzz_builtin_int` fuzzer reproducibility (#145890)
Stan Ulbrych committed
March 13, 2026
S
gh-145850: Change some implementation details in struct.Struct (GH-145851)
Serhiy Storchaka committed
March 9, 2026
S
Vary compiler flags in `fuzz_pycompile` (#145236)
Stan Ulbrych committed
March 3, 2026
November 3, 2025
N
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer committed
August 30, 2024
V
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner committed
February 7, 2024
A
When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115147)
Alex Gaynor committed
December 10, 2023
B
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
Brad Larsen committed
November 3, 2023
B
Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)
Brad Larsen committed
September 26, 2023
A
gh-109098: Fuzz re module instead of internal sre (#109911)
Ammar Askar committed
July 22, 2023
V
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner committed
May 5, 2023
I
gh-104051: fix crash in test_xxtestfuzz with -We (#104052)
Irit Katriel committed
November 3, 2022
G
gh-73691: Increase size limits in _xxtestfuzz (#99070)
Gregory P. Smith committed
October 6, 2021
A
bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)
Ammar Askar committed
May 12, 2021
D
bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName (GH-26083)
Dong-hee Na committed
March 24, 2021
I
Fix typo in fuzzer.c (GH-25013)
Ikko Ashimine committed
March 4, 2021
B
bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)
Brandt Bucher committed
February 28, 2020
A
Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679)
Ammar Askar committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
July 21, 2019
M
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 30, 2019
A
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Ammar Askar committed
June 12, 2019
A
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Ammar Askar committed
June 8, 2019
A
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Ammar Askar committed
September 7, 2017
D
Avoid UB in test selection macro. (#3407)
Devin Jeanpierre committed
September 6, 2017
D
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre committed