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

Windows embedable support #2353

Merged
merged 21 commits into from
Jun 25, 2022
Merged

Windows embedable support #2353

merged 21 commits into from
Jun 25, 2022

Commits on May 31, 2022

  1. Bump pip and setuptools (pypa#2348)

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a8fd40f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 9, 2022

  1. Embeds the "python<VERSION>.zip" for Windows.

    For example, for Python 3.10 the embeddable file name would be
    "python310.zip". If this file would be found in `sys.path`, the
    virtualenv should copy it into the "<venv>\Scripts\python310.zip".
    reksar committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    53a546c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d1e48 View commit details
    Browse the repository at this point in the history
  3. Fixture for a Python interpreter info.

    Helps to test virtualenv creator classes.
    reksar committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    50f43d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c9fdc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    744dcab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1847d0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9e042a View commit details
    Browse the repository at this point in the history
  8. Add news entry.

    reksar committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ab8f393 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e9d0ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f3db48 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Wrap sys Path with str for importlib.

    The importlib accepts a Path-like objects from Python 3.6
    reksar committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    0f5711e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72bff89 View commit details
    Browse the repository at this point in the history
  3. Does not collect tests for Python3 under Python 2

    It is possible to make pass CPython3 tests under Python 2,
    but it's better to disable it instead of decreasing the
    readability and performance of Python 3 style.
    reksar committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9ffd2d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e55264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91bcbd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04394b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    417e547 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    19f0d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    506d543 View commit details
    Browse the repository at this point in the history