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

switched to secure mkstemp() #460

Merged
merged 7 commits into from
Mar 13, 2018
Merged

Commits on Feb 27, 2018

  1. switched to secure mkstemp()

    tpltnt committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    710ba84 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. made mkstemp() call compatible with mktemp()

    tpltnt committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    f7bbc9d View commit details
    Browse the repository at this point in the history
  2. only one module import per line

    tpltnt committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    0461cc0 View commit details
    Browse the repository at this point in the history
  3. minor whitespace fixes

    tpltnt committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    3f99ece View commit details
    Browse the repository at this point in the history
  4. added some docstrings

    tpltnt committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    1a14d52 View commit details
    Browse the repository at this point in the history
  5. removed unnecessary after return

    tpltnt committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    1967cd7 View commit details
    Browse the repository at this point in the history
  6. _None() as new style class

    tpltnt committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    a41d827 View commit details
    Browse the repository at this point in the history