248 Commits (613e5142b3520a8c3e51d1083eabb87de0a0d0e3)

Author SHA1 Message Date
  native-api 20189ff06f
Fix not showing symlink contents for unselected versions in `pyenv versions` (#2675) 1 year ago
  Ivan Pozdeev 9fe80f28e5 Add `pyenv versions' option to skip envs for `pyenv-latest' 1 year ago
  native-api 9248255f70
Show symlink contents in non-bare `pyenv versions' (#2609) 1 year ago
  native-api 368e04f3fa
Fix pyenv-latest to ignore virtualenvs (#2608) 1 year ago
  native-api c20fc7bd6a
Fix `pyenv which` to support auto-resolved prefixes (#2601) 1 year ago
  Ian Chen f897c50202
Fix non-bash output while detecting shell (#2561) 1 year ago
  Isaac Levy cc56f76733
Add --no-push-path option (#2526) 1 year ago
  native-api ed1083ec27
Fix resolution of a name that's a prefix of another name (#2521) 1 year ago
  native-api a12f947cc3
Auto-resolve prefixes to the latest version (#2487) 1 year ago
  James Stronz 47b0ce77c0
Re-allow paths in .python-version provided that they resolve to within the versions dir (#2442) 2 years ago
  James Stronz 22fa683571
CVE-2022-35861: Fixed relative path traversal due to using version string in path (#2412) 2 years ago
  Pedro Fonini fdaeaf1f97
Use version sort in `pyenv versions` if available (#2405) 2 years ago
  Ivan Pozdeev 6d4365a696 Make `pyenv init --path` usable as a `pyenv init -` substitute 2 years ago
  Ivan Pozdeev 8439f8e187 Simplify init scheme; update & clarify the README 2 years ago
  Ivan Pozdeev 32a86a84c0 Show output for assert_line() and refure_line() 2 years ago
  Ville Skyttä a9e11ba164
Use `command` and `type` instead of `which` (#2144) 2 years ago
  Ivan Pozdeev c6c4e41eb9 Bats: show output on failed assertions 3 years ago
  Ivan Pozdeev f504b01818 consistent message 3 years ago
  Ivan Pozdeev 876be1bb04 Bats: path_without: support multiple args 3 years ago
  Ivan Pozdeev 6185bb55e6 allow for sys.executable to be different 3 years ago
  Ivan Pozdeev eb89256f59 Remove the sample code from pyenv init 3 years ago
  Ivan Pozdeev cabdc45181 fix possible side effect 3 years ago
  Ivan Pozdeev acc949c27b fix test 3 years ago
  native-api 4f689cdf83
Allow system Python in sbin (#2065) 3 years ago
  Ivan Pozdeev 26134d9b38 Allow system Python in sbin 3 years ago
  native-api f7754ae6a4
Remove PATH warning (#2001) 3 years ago
  native-api 1706436fae
Use system Python3 for tests (#1979) 3 years ago
  Ivan Pozdeev 3e3f40fefc Warn users to add `pyenv init --path` to ~/.profile 3 years ago
  Ivan Pozdeev 7838707595 Separate startup logic into PATH and the rest 3 years ago
  Ivan Pozdeev b0b862ca64 Don't print actual PATH in test output 3 years ago
  Ville Skyttä 641916270b feat: support (skip) commented lines in version-file 3 years ago
  Ville Skyttä b5008ce74e test(init): remove misleading detect from parent shell case arg 3 years ago
  Ville Skyttä f06fb60b1f Make work in nounset (-u) mode 3 years ago
  Ivan Pozdeev e44490c639 Revert "add tests for `PYENV_FILE_ARG`" 3 years ago
  cornfeedhobo cadebd8e65
Search for plugins in PYENV_DIR and PYENV_ROOT (#1697) 4 years ago
  M. Smits 71d2e4549e
Updated documentation pyenv init for fish shell comform to readme. (#1703) 4 years ago
  Claudio Jolowicz be595ededa
Fix duplicate test in prefix.bats due to bad merge (#1603) 4 years ago
  Brian Dowling a8ca63fcc0
Update help docs to clarify multiple version(s) are allowed (#1197) 4 years ago
  Daniel Hahler ecd67c8223
pyenv-exec: no `-a` with `exec` to keep $PATH with system version (#1169) 5 years ago
  Daniel Hahler 31b7e1c390
tests: remove "supports python -S <cmd>" (#1168) 5 years ago
  Maxime Brunet 2b174ab69f List versions starting with a dot 5 years ago
  Andrew Rabert 0f596d2504 Revert "Merge pull request #1153 from cmcginty/remove-sbang" 5 years ago
  Casey McGinty 83e5459cfb Remove shebang lines from scripts for performance 6 years ago
  Daniel Hahler 4f21d9a2ea Fix abs_dirname for relative symlinks in same directory 6 years ago
  Yamashita, Yuu b3ba0fd7e3 Refactor test code of python-build. Use curl during tests by default 6 years ago
  Yamashita, Yuu fc90785f75 Allow overriding HTTP client type based on environment variable `PYTHON_BUILD_HTTP_CLIENT` (#1126) 6 years ago
  Yamashita, Yuu 1ec57a0c68 Add basic test for rehash wait 6 years ago
  Yamashita, Yuu 7973e59473 Fix rehash test to give up sooner after lock file's presence 6 years ago
  Yamashita, Yuu 83429344ea Rewrite some tests for pyenv which was recently imported from rbenv 6 years ago
  Victor Lim 9daf81f16e Fix https://github.com/rbenv/rbenv/issues/1065 6 years ago