Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental Python 3.8-dev to test with #337

Merged
merged 5 commits into from Aug 6, 2018
Merged

Add experimental Python 3.8-dev to test with #337

merged 5 commits into from Aug 6, 2018

Commits on Jul 15, 2018

  1. Use html.escape() instead of cgi.escape()

    Python 3.2+ deprecated cgi.escape() for html.escape(). And in 3.8
    cgi.escape() has been completely removed. This patch conditional
    makes use of html.escape() for 3.2 and higher.
    
    Fixes issue #338
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    7173ceb View commit details
    Browse the repository at this point in the history
  2. Add experimental Python 3.8-dev to test with

    This patch adds the prerelease version of Python 3.8 to the testing.
    Although Bandit is unlikely to have compile errors with any future
    version, this step allows us to get a head start on any that may
    arise.
    ericwb committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    5272f36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    596dbc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Update .travis.yml

    ericwb committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4a9c910 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    f47a300 View commit details
    Browse the repository at this point in the history