-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: pyenv/pyenv
base: v2.6.23
head repository: pyenv/pyenv
compare: v2.6.24
- 8 commits
- 9 files changed
- 6 contributors
Commits on Feb 19, 2026
-
CI: add_version: use Github App token to create PR
The only way atm that allows to both trigger CI and get PR notifications, as per https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens Created helper app https://github.com/apps/pyenv-bot/
Configuration menu - View commit details
-
Copy full SHA for 47b6fce - Browse repository at this point
Copy the full SHA 47b6fceView commit details -
add_cpython: fix erroneously deleting old thunks
Looks like a leftover from older logic, before we `git mv`'d thunks on prerelease upgrade
Configuration menu - View commit details
-
Copy full SHA for 06bac52 - Browse repository at this point
Copy the full SHA 06bac52View commit details -
Merge pull request #3406 from pyenv/use_github_app_token
CI: add_version: use Github App token to create PR
Configuration menu - View commit details
-
Copy full SHA for 3100654 - Browse repository at this point
Copy the full SHA 3100654View commit details -
Revert accidentally left test code from "CI: add_version: use Github …
…App token to create PR" This partially reverts commit 47b6fce.
Configuration menu - View commit details
-
Copy full SHA for 9279111 - Browse repository at this point
Copy the full SHA 9279111View commit details
Commits on Feb 20, 2026
-
Add Anaconda3-2025.12-2 (#3408)
Co-authored-by: binbjz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43e83b5 - Browse repository at this point
Copy the full SHA 43e83b5View commit details
Commits on Mar 1, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 47871b2 - Browse repository at this point
Copy the full SHA 47871b2View commit details
Commits on Mar 3, 2026
-
Co-authored-by: native-api <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4ed808 - Browse repository at this point
Copy the full SHA c4ed808View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89b6b4 - Browse repository at this point
Copy the full SHA c89b6b4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.23...v2.6.24