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

Use builtin venv module for Python 3 #630

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 19, 2017

  1. Remove py26 and py33, add self to contributors

    Ryan P Kilby committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    b4e7484 View commit details
    Browse the repository at this point in the history
  2. Use builtin venv module for python 3

    Ryan P Kilby committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    efe98f8 View commit details
    Browse the repository at this point in the history
  3. Fix test_install_python3 to use 3.6

    Ryan P Kilby committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    f0ce665 View commit details
    Browse the repository at this point in the history
  4. Move 'real python' check into venv module

    Ryan P Kilby committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    0a043fb View commit details
    Browse the repository at this point in the history
  5. Capture stderr in 'real python' check

    Ryan P Kilby committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    fd5dd60 View commit details
    Browse the repository at this point in the history
  6. Fix test_create tests for python3+venv

    Ryan P Kilby committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    ffa0fc6 View commit details
    Browse the repository at this point in the history