Edgar Ramírez Mondragón
23c727a767
Add CPython 3.7.17 and CPython 3.8.17
3 years ago
Edgar Ramírez Mondragón
fb73c4b714
Add CPython 3.9.17
3 years ago
Anton Petrov
3fa5812bfc
Update pyenv---version
3 years ago
Anton Petrov
c8a23e26e6
Update CHANGELOG.md
3 years ago
t0b3
def5cd994e
Update 3.12-dev and add 3.13-dev ( #2703 )
3 years ago
Edgar R. M
b5576240a2
Add CPython 3.12.0b1 ( #2701 )
3 years ago
Kevin Schoedel
920ef1456a
Support ksh alternative names ( #2697 )
* Support ksh versions
Korn shell had two major versions: ’88 and ’93. Some systems have
ksh installed under the name `ksh93`. A few systems (maybe only
Solaris now) also have a `ksh88`. A few others use the `pdksh` (’88)
or `mksh` (’93) implementations, originated before ksh was open source.
Limit to currently-used versions
---------
Co-authored-by: Kevin Schoedel <kps@datatravelandexperiments.com>
3 years ago
Anton Petrov
528d10e96f
Merge pull request #2691 from aviadhahami/master
fix: updating heredoc delimiter to be random and unique
3 years ago
Aviad Hahami
cf9d0dcd7b
fix: updating heredoc delimiter to be random and unique
3 years ago
Anton Petrov
aa5fd27e2f
Merge pull request #2687 from tomschr/bug2682-fix-manpage
Fix #2682 : Correct pyenv_user_setup.bash file
3 years ago
Tom Schraitle
73b6307399
Fix #2682 : Correct pyenv_user_setup.bash file
The manpage contains a reference to a file which does
only exist on Debian (/usr/share/pyenv/pyenv_user_setup.bash).
It is replaced by its content to make it usable for
other distributions.
3 years ago
Ivan Pozdeev
a57e0b5019
README: move troubleshooting note higher
3 years ago
Anton Petrov
b3c91b37d6
Merge pull request #2677 from mirekdlugosz/fix-31011-3113-tarxz
Correct link in has_tar_xz_support else branch of 3.10.11 and 3.11.3
3 years ago
Mirek Długosz
777089466d
Correct link in has_tar_xz_support else branch of 3.10.11 and 3.11.3
3 years ago
native-api
20189ff06f
Fix not showing symlink contents for unselected versions in `pyenv versions` ( #2675 )
3 years ago
Ivan Pozdeev
5a8dbcf143
Document using and writing plugins
3 years ago
Anton Petrov
9a4f9c2511
2.3.17
3 years ago
Anton Petrov
bee178a95d
2.3.17
3 years ago
Anton Petrov
0f75cd8800
Merge pull request #2670 from mirekdlugosz/cpython-3.10.11
Add CPython 3.10.11
3 years ago
Anton Petrov
29c4f279a3
Merge pull request #2671 from mirekdlugosz/cpython-3.11.3
Add CPython 3.11.3
3 years ago
Mirek Długosz
be4939604e
Add CPython 3.11.3
3 years ago
Mirek Długosz
fc616a0aee
Add CPython 3.10.11
3 years ago
Edgar R. M
b613a4abeb
Add CPython 3.12.0a7 ( #2668 )
3 years ago
Shengqi Chen
b1ee6c93c4
Try locate `readlink` first in pyenv-hooks, fix #2654 ( #2655 )
* Remove all use of `greadlink`, fix #2654
Signed-off-by: Harry Chen <i@harrychen.xyz>
* revert greadlink back in tests
---------
Signed-off-by: Harry Chen <i@harrychen.xyz>
Co-authored-by: Anton Petrov <anton.a.petrov@gmail.com>
3 years ago
Petrov
9fad1f46c5
Update pyenv---version
3 years ago
Petrov
f51d3dcb47
Update CHANGELOG.md
3 years ago
Petrov
deb4935187
Merge pull request #2648 from anton-petrov/master
Add Anaconda3-2023.03
3 years ago
Petrov
e28d747b83
set hashes to sha-256
3 years ago
Petrov
ddd37eb823
Add hashes
3 years ago
Petrov
be2bd5f03d
Create anaconda3-2023.03
3 years ago
Justin Lecher
4ef81b5c7a
Add Miniforge3-22.11.1-4 ( #2642 )
3 years ago
Anton Petrov
6bb75b3ba7
Update CHANGELOG.md
3 years ago
Anton Petrov
f507d08064
Update pyenv---version
3 years ago
Saaket Prakash
ad15c75e0e
Add CPython 3.12.0a6 ( #2638 )
3 years ago
Ivan Pozdeev
6052caa038
README: extended support for 3.5.10
3 years ago
Ivan Pozdeev
e8a4b54231
CI: ubuntu-build: Fix 404s on `apt install`
3 years ago
Alex Hedges
bcbdadf10d
Add miniconda 23.1.0-1 ( #2635 )
3 years ago
Anton Petrov
904dd5f828
Update pyenv---version
3 years ago
Anton Petrov
3226a1870b
Update CHANGELOG.md
3 years ago
Anton Petrov
0d19efecf5
Merge pull request #2634 from mrienstra/patch-1
README: clarify behavior of `pyenv latest`
3 years ago
Michael Rienstra
ecab7b0d17
README: clarify behavior of `pyenv latest`
3 years ago
Chaim Halbert
3bfc97ad29
bpo-36231 for v3.5.10: fix Unsupported MacOS X CPU type in ffi.h ( #2633 )
3 years ago
native-api
276ce32643
Merge pull request #2630 from chaimleib/fix-bpo-27987-on-eol-pythons
bpo-27987 for v3.5.10 and v3.6.15: align by 16bytes on 64bit platforms
3 years ago
Chaim Halbert
b30508f9b8
bpo-41100 for v3.5.10: fix implicit declaration of function sendfile
3 years ago
Chaim Halbert
0e80d0725b
v3.5.10 on macOS13: fix unexpected output of arch on OSX
3 years ago
Chaim Halbert
6bec7a50fe
bpo-45405 for v3.5.10: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31890)
3 years ago
Chaim Halbert
28be65992d
bpo-27987 for v3.5.10 and v3.6.15: align by 16bytes on 64bit platforms
3 years ago
Florian Schüller
68918e69b7
Support for BusyBox version of `head' ( #2629 )
3 years ago
Rafał
86a4423bbb
Fix indentation ( #2620 )
3 years ago
Anton Petrov
0ab9683e58
2.3.13
3 years ago