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

Allow builtin interpreter discovery to find specific Python versions given a general spec #2709

Merged
merged 12 commits into from
Apr 23, 2024

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    f29be4a View commit details
    Browse the repository at this point in the history
  2. add typing

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6f9f270 View commit details
    Browse the repository at this point in the history
  3. pathlib

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    16a6e1d View commit details
    Browse the repository at this point in the history
  4. Regex based finding

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d9b52ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468aa79 View commit details
    Browse the repository at this point in the history
  6. Add test

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9fc15dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc21219 View commit details
    Browse the repository at this point in the history
  8. Add changelog entry

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    66d9408 View commit details
    Browse the repository at this point in the history
  9. Revert "only match case-insensitively if the fs is"

    This reverts commit 468aa79.
    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e604c2e View commit details
    Browse the repository at this point in the history
  10. re-add pyvenv.cfg

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    85b837d View commit details
    Browse the repository at this point in the history
  11. unify tests

    flying-sheep committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b3e11ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb34cb3 View commit details
    Browse the repository at this point in the history