pyenv.pyenv/plugins
anupamme 4e2d2cdabd refactor: extract _fetch helper for requests calls in add_cpython.py
Replaces the two repeated requests.get(url, timeout=30) call sites with a
small _fetch() helper that centralises timeout and raise_for_status() logic.
Also adds raise_for_status() to the shasum download call which previously
had none, so HTTP errors surface clearly rather than failing downstream.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-04 15:08:08 +05:30
..
pyenv-binary pyenv-binary: add the package subcommand; add pyenv install --list --bare (#3498) 2026-07-28 14:31:20 +03:00
python-build refactor: extract _fetch helper for requests calls in add_cpython.py 2026-08-04 15:08:08 +05:30
.gitignore Add an experimental pyenv-binary plugin with a save command (#3487) 2026-07-03 09:08:54 +03:00