* rename CHANGELOG to md
* symlink the change log in to the docs
* include the recommonmark parser for md file
* reformatted the CHANGELOG md file, should look more or less the same as the RST
* refactored the release scripts to handle/generate the new format
* file is a bad variable name
* couple of minor tweaks, mainly style
* Fix git shortlog being highlighted as Python in the docs
* update manifest to include changelog.md instead of rst
* Remove extraneous whitespace.
* Fix non-membership check.
* Add absent indentation for hanging indentation.
* Align closing bracket to match visual indentation.
* Indent to distinguish line from next logical line.
* Fix over-idented lines for visual indentation.
* Fix under-idented lines for visual indentation.
* Fix bare except:
* Remove missing whitespace.
* Fix missing whitespace around arithmetic operator.
* Fix missing whitespace around operator.
* Fix over-indented hanging indentation.
* Remove whitespace around parameter '=' sign.
* Align closing bracket to match opening bracket.
* Fix spacing after comment hash for inline comments.
* Replace tabs with spaces.
* Fix over-indented hanging indentation.
* Fix comparison with boolean.
* Remove extraneous escape of newline.
* Align closing bracket to match opening bracket.
* Make identation multiple of four.
* Fix extraneous whitespace around keywords.
* Put colon-separated compound statement on separate lines.
* Put semicolon-separated compound statement on separate lines.
* Fix extraneous whitespace around keywords.
* Add missing 2 blank lines.
* Remove extra blank lines.
* Put imports on separate lines.
* Fix do not assign a lambda expression check.
* Add missing blank line.