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: 81befc1
Choose a base ref
...
head repository: pyenv/pyenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c89b6b4
Choose a head ref
  • 8 commits
  • 9 files changed
  • 6 contributors

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    47b6fce View commit details
    Browse the repository at this point in the history
  2. add_cpython: fix erroneously deleting old thunks

    Looks like a leftover from older logic, before
    we `git mv`'d thunks on prerelease upgrade
    native-api committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    06bac52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3406 from pyenv/use_github_app_token

    CI: add_version: use Github App token to create PR
    native-api authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    3100654 View commit details
    Browse the repository at this point in the history
  4. Revert accidentally left test code from "CI: add_version: use Github …

    …App token to create PR"
    
    This partially reverts commit 47b6fce.
    native-api committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    9279111 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Add Anaconda3-2025.12-2 (#3408)

    Co-authored-by: binbjz <[email protected]>
    binbjz and binbjz authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    43e83b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. rehash: drop redundant sort -u from make_shims call (#3410)

    register_shim() already deduplicates via associative array (bash 4+) or
    by checking if a shim already exists (bash 3.2). The sort -u pipe in the make_shims
    call is thus redundant -- the dedup happens downstream regardless. Shim
    creation is order-independent and idempotent, so sorting has no semantic
    effect either.
    
    Saves one subprocess fork during every rehash invocation.
    jakelodwick authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    47871b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Add CPython 3.10.20, 3.11.15

    Co-authored-by: native-api <[email protected]>
    pyenv-bot[bot] and native-api authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    c4ed808 View commit details
    Browse the repository at this point in the history
  2. 2.6.24

    native-api committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    c89b6b4 View commit details
    Browse the repository at this point in the history
Loading