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

Support for python 3.4 #5

Merged
merged 8 commits into from
Apr 17, 2015
Merged

Support for python 3.4 #5

merged 8 commits into from
Apr 17, 2015

Commits on Jan 5, 2015

  1. Configuration menu
    Copy the full SHA
    7c77e64 View commit details
    Browse the repository at this point in the history
  2. Replace contextlib.nested() with ExitStack

    I copied ExitStack from the contextlib standard library module.
    davethecipo committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    12cdf61 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Conditional import of ExitStack

    If ExitStack is not present (python < 3.3), ExitStack is loaded from
    existack.py
    davethecipo committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    ca41d81 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Revert "Conditional import of ExitStack"

    This reverts commit ca41d81.
    davethecipo committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    697b7e6 View commit details
    Browse the repository at this point in the history
  2. Revert "Replace contextlib.nested() with ExitStack"

    This reverts commit 12cdf61.
    davethecipo committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    0e279aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2d58e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e713ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdc1142 View commit details
    Browse the repository at this point in the history