* Implement persistent mode.
* Add docstrings for the exported functions.
* Add __version__.
* Don't rely on the Python hash() function for computing code location
identifiers.
+ Don't set PYTHONHASHSEED in py-afl-fuzz.
+ Remove the py-afl-showmap command.
afl-showmap proper can be now used for Python code.
+ Remove the AflError class. It was only used for checking PYTHONHASHSEED.
* Improve the setup script:
+ Check Cython version.
* Implement a small test suite.
-- Jakub Wilk <jwilkjwilk.net> Mon, 31 Aug 2015 16:56:12 +0200