Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyenv/pyenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.22
Choose a base ref
...
head repository: pyenv/pyenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.23
Choose a head ref
  • 8 commits
  • 20 files changed
  • 3 contributors

Commits on Dec 12, 2024

  1. README: explain using multiple versions (#3126)

    Co-authored-by: native-api <[email protected]>
    Finkregh and native-api authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    a2ad48a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Support PACKAGE_CPPFLAGS and PACKAGE_LDFLAGS (#3130)

    add test to test all the flag types
    native-api authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    fc0e27c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. Adjust suggested shell startup code to support Pyenv with Pyenv-Win i…

    …n WSL (#3132)
    
    There's a complaint that this results in duplicate PATH entries in nested shells, will deal with that separately
    native-api authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    527d8fa View commit details
    Browse the repository at this point in the history
  2. Remove incorrect statement about resolution behavior

    `shell` does not fall through to `local`, and `local to `global`.
    native-api committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    aef6a2a View commit details
    Browse the repository at this point in the history
  3. Support missing versions being present and set in a local .python-ver…

    …sion (#3134)
    
    Requested in #2680
    for deployments with a stock `.pyenv-version` that can use any
    of a number of Python versions
    and for compatibility with `uv`.
    
    * Support `pyenv local --force`
    * Support `pyenv-version-file-write --force`
    * Support `pyenv version-name --force`
    * Ignore missing versions when searching for executables
    * Display "commmand not found" even when there are nonexistent versions
    
    * exec.bats: replace `python` and `rspec` with something that doesn't exist globally, either
    in Ubuntu Github CI, `python` exists globally
    native-api authored Dec 15, 2024
    1 Configuration menu
    Copy the full SHA
    dc873cf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

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

Commits on Dec 18, 2024

  1. Add CPython 3.14.0a3 (#3135)

    nedbat authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    5f7892f View commit details
    Browse the repository at this point in the history
  2. 2.4.23

    native-api committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    a1edb81 View commit details
    Browse the repository at this point in the history
Loading