[New functionality]
* Add a new check for weak RSA and DSA key sizes
* Add known weak ciphers to blacklisted calls
* Check for insecure cipher modes
* Adding HTML formatter
* Add Bytes AST support

[Notable Improvements]
* Adding documentation for all current tests
* Making the /tmp file test more accurate
* Adding new improved hardcoded password tests
* Increasing unit test coverage
* Split each formatter into separate modules
* Refactored (removed) the old Result Store
* Adding test tool for check OpenStack projects' Bandit job
* Introduce wildcards to blacklist_calls plugin

[Misc]
* Various cleanups in bandit.yaml
* Various performance improvements
* Various Py3 compatibility improvements
* Fixing various bugs
* Tidying up various things in the code base
* Removing (broken) argument printing
* Remove tox envirnoment for pypy
* Skip '/tests/' by default
* Raise exceptions from BanditConfig rather than exit
* Better function to count lines in a file