-
Adds a log helper module that can be used by all modules and handles logging in general, avoiding code duplication. It also handles JSON output formatting by logging all messages in JSON format, thus making it easy for modules to support the `-j` flag. The module works by overwriting the default logging class to extend its behavior (adding a function to always log, useful for banners and other stuff). The JSON format uses a special formatter that will output JSON from a string or a dictionary.
-
…suspicious (issue #358)
-
olevba: fix py3 incompatibility
-
Fix comparsion against string
-
… point, bumped version to 0.54dev1
-
Stop tests from failing when using python3.7
-
delimiter in current python versions
-
Update all pypi.python.org URLs to pypi.org
-
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
-
Fix NameError: unichr not defined in python3
-
Import reduce from functools
-
Fix ignoring of optional whitespace after \bin.
-
reduce has been moved to functools since python 3