1
I Use This!
Activity Not Available

News

Posted over 16 years ago
Use readline to better raw_input() in Application
Posted over 16 years ago
Add missing import: izip in fusil.tools
Posted over 16 years ago
Oops, add missing import in fusil.python_tools Final Python 3.0 fix for fusil-python fuzzer
Posted over 16 years ago
Oops! getfilesystemencoding() already exists in Python 2.5!
Posted over 16 years ago
Create fusil.python_tools which contains RUNNING_PYTHON3 and RUNNING_PYPY constants getFilesystemEncoding(): re-use sys.getfilesystemencoding() of Python3
Posted over 16 years ago
* Create fusil.unicode_generator module with UnicodeGenerator? class * Move IntegerGenerator?, UnsignedGenerator? and UnixPathGenerator? to fusil.unicode_generator module * Create getFilesystemEncoding() function in fusil.tools * ... [More] fusil.bytes_generator: ASCII7 now includes code 0 and PRINTABLE_ASCII excludes the (not printable!) code 127 * Python fuzzer now uses Unicode strings to generate the script source.py [Less]
Posted over 16 years ago
fusil.bytes_generator: Create base class Generator (Internal) Replace createValue() by _createValue(length) which always get the length attribute Remove dead code create createBytesSet() used to build some constants
Posted over 16 years ago
Create conv_python3.0.sh and fusil3000.patch to convert Fusil to Python 3000
Posted over 16 years ago
Replace setupX11Process() of fusil.x11 by copyX11() method of Environment to avoid dependency of Xlib Python binding needed by fusil.x11 module
Posted over 16 years ago
Patch tests to help Python 3.0 compatibility