native-api
ac5efed3a8
Fix FreeBSD tests in MacOS CI ( #2748 )
Guthub have recently preinstalled x64 Homebrew OpenSSL to stock MacOS runners. This has caused FreeBSD OpenSSL detection logic to erroneously trigger when running FreeBSD tests in MacOS because their paths happened to coincide.
Replaced checking a specific path with checking with pkg.
hace 3 años
VictorieeMan
8aabba9485
README: Add explicit UNIX reference into the relevant installation sections ( #2744 )
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
hace 3 años
Anton Petrov
879fa68b35
v2.3.23
hace 3 años
Anton Petrov
e908606554
v2.3.23
hace 3 años
native-api
b81204c08b
Merge pull request #2742 from aphedges/update-miniconda-2023-07-11
Add new anaconda and miniconda definitions
hace 3 años
Alex Hedges
37cc45a831
Update anaconda and miniconda with `add_miniconda.py`
This adds anaconda 2023.03, anaconda 2023.07, miniconda 23.3.1, and
miniconda 23.5.0.
hace 3 años
Alex Hedges
3f6bc8d16a
Support miniconda with Python 3.11
hace 3 años
Alex Hedges
dd5378941a
Fix miniconda version handling
Anaconda and miniconda have changed their version string format again,
so the parsing needs to be done differently. `add_miniconda.py` can now
parse all existing definition files properly.
hace 3 años
Alex Hedges
2506c9773c
Log errors when parsing existing Conda versions
This makes it easier to fix file names that cannot be parsed using the
current logic.
hace 3 años
Edgar R. M
51166377b7
Add CPython 3.12.0b4 ( #2741 )
hace 3 años
Anton Petrov
af1a54482b
Update CHANGELOG.md
hace 3 años
Anton Petrov
64c70feb08
Update pyenv---version
hace 3 años
Anton Petrov
7b713a88c4
Merge pull request #2739 from filips123/add-cinder-3.10
Add Cinder 3.10 and Cinder configure patches
hace 3 años
Filip Š
1874f95a0e
Update Cinder errors and warnings
hace 3 años
Filip Š
1a882c6053
Add Cinder configure patches
hace 3 años
Filip Š
05dcd45741
Add Cinder 3.10
hace 3 años
Anton Petrov
a2dff4809b
Merge pull request #2730 from edgarrmondragon/cpython-3.12.0b3
Add CPython 3.12.0b3
hace 3 años
Edgar Ramírez Mondragón
ad0d131032
Add CPython 3.12.0b3
hace 3 años
Anton Petrov
7c17c741eb
2.3.21
hace 3 años
Anton Petrov
ba8b58f90d
2.3.21
hace 3 años
native-api
fe76b05445
Fix occasional 'libexec/pyenv-latest: line 39: printf: write error: Broken pipe' ( #2729 )
hace 3 años
Anton Petrov
c5d2639082
Merge pull request #2726 from edgarrmondragon/pypy-7.3.12
Add PyPy 7.3.12
hace 3 años
Edgar Ramírez Mondragón
d4bd7bbe2b
Add PyPy 7.3.12
hace 3 años
Anton Petrov
38ac747239
Merge pull request #2724 from msimacek/master
Add graalpy-23.0.0
hace 3 años
Michael Simacek
8f655d2ca6
Add graalpy-23.0.0
hace 3 años
Ivan Pozdeev
d0b78fd5fe
CONTRIBUTING.md: clearer phrasing
hace 3 años
Anton Petrov
43f40eca05
v2.3.20
hace 3 años
Alex Tomkins
687944d991
Add missing patches for Python 3.7/3.8/3.9 ( #2718 )
* Use OpenSSL 1.1.1u and remove patches for 1.1.1q
hace 3 años
native-api
0f337a6c9a
Merge pull request #2717 from native-api/backport_42351_3.5.10
Backport bpo-42351 to 3.5.10
hace 3 años
Ivan Pozdeev
afe2615a1c
3.5.10: Backport bpo-42351
The bug is reported to manifest in Mandjaro Linux 6.3.5-2
hace 3 años
Ivan Pozdeev
d7d5ab5148
3.5.10: Fix patches to apply cleanly
hace 3 años
Anton Petrov
e79dd97afa
v2.3.19
hace 3 años
Anton Petrov
021b6c2da0
v2.3.19
hace 3 años
Anton Petrov
e008430451
Merge pull request #2713 from edgarrmondragon/cpython-3.12.0b2
Add CPython 3.12.0b2
hace 3 años
Anton Petrov
09fc5b8824
Merge pull request #2714 from edgarrmondragon/cpython-3.10.12
Add CPython 3.10.12
hace 3 años
Anton Petrov
6eeda1f87e
Merge pull request #2715 from edgarrmondragon/cpython-3.11.4
Add CPython 3.11.4
hace 3 años
Edgar Ramírez Mondragón
452647ab33
Add CPython 3.11.4
hace 3 años
Edgar Ramírez Mondragón
4086e452fd
Add CPython 3.10.12
hace 3 años
Edgar Ramírez Mondragón
82c8d511c4
Add CPython 3.12.0b2
hace 3 años
native-api
578c7507c6
Merge pull request #2711 from edgarrmondragon/cpython-3.9.17
Add CPython 3.7.17, 3.8.17 and 3.9.17
hace 3 años
Edgar Ramírez Mondragón
23c727a767
Add CPython 3.7.17 and CPython 3.8.17
hace 3 años
Edgar Ramírez Mondragón
fb73c4b714
Add CPython 3.9.17
hace 3 años
Anton Petrov
3fa5812bfc
Update pyenv---version
hace 3 años
Anton Petrov
c8a23e26e6
Update CHANGELOG.md
hace 3 años
t0b3
def5cd994e
Update 3.12-dev and add 3.13-dev ( #2703 )
hace 3 años
Edgar R. M
b5576240a2
Add CPython 3.12.0b1 ( #2701 )
hace 3 años
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>
hace 3 años
Anton Petrov
528d10e96f
Merge pull request #2691 from aviadhahami/master
fix: updating heredoc delimiter to be random and unique
hace 3 años
Aviad Hahami
cf9d0dcd7b
fix: updating heredoc delimiter to be random and unique
hace 3 años
Anton Petrov
aa5fd27e2f
Merge pull request #2687 from tomschr/bug2682-fix-manpage
Fix #2682 : Correct pyenv_user_setup.bash file
hace 3 años