Anton Petrov
dde9a31f2e
Merge pull request #1831 from anton-petrov/master
Hook script to add latest suffix for install command
5年前
Asynchronous Interruption #0
9ee109b661
fix error link ( #1832 )
5年前
Anton Petrov
16d0f50b37
Merge pull request #1830 from zdog234/patch-1
clarify proxy variable names in readme?
5年前
Anton Petrov
4c4457b22f
hook script to add latest suffix for install command
5年前
Zane Dufour
06e88164cc
clarify proxy variable names in readme?
The casing for `*_proxy` is currently inconsistent. I'm guessing that's a typo?
Thanks for maintaining this awesome tool!
5年前
Anton Petrov
b4a5bb3d85
Merge pull request #1708 from cclauss/patch-1
Travis CI: Add Xcode 12 on macOS 10.15.5
5年前
Anton Petrov
3fbbc155c7
Merge pull request #1829 from anton-petrov/master
Added --nosystem argument
5年前
Anton Petrov
f31a06dc19
Added --nosystem argument
Added --nosystem argument to skip the system environment when searching for an executable.
5年前
Christian Clauss
1e5938a9d0
Update comments on macOS versions
5年前
Christian Clauss
f34dbba9b5
Upgrade xcode11.3 --> xcode11.6
5年前
Christian Clauss
4860b9a059
Upgrade to Python 3.9.1, Bug Sur and Ubuntu Focal
5年前
Anton Petrov
2c02f4f0f8
Merge pull request #1825 from gotche/master
Add CPython 3.8.8
5年前
Anton Petrov
f1aab847e7
Update 3.8.8
Upgrade openssl to 1.1.1i
5年前
Anton Petrov
b0dc8b77ba
Merge pull request #1826 from gotche/add-cpython-3.9.2
Add CPython 3.9.2
5年前
Anton Petrov
666aceea6c
Merge pull request #1790 from karthek-git/master
add manpage
5年前
Anton Petrov
d9cb389a46
Update 3.9.2
Upgrade openssl to 1.1.1i
5年前
Jose Martin
32740a1e86
Add CPython 3.9.2
5年前
Jose Martin
cc776ff875
Add CPython 3.8.8
5年前
karthek
2073e6d4ca
Update pyenv.1
5年前
Josh Friend
5f62ad7680
v1.2.23
5年前
native-api
5b49256330
Fix download links for everything (incl. PyPy and Stackless) ( #1692 )
* Update PyPy download links. Remove releases that are no longer available.
PyPy has moved from bitbucket.org to foss.heptapod.net.
Downloads have moved to https://downloads.python.org/pypy/ ; some of the archives are no longer available.
Portable PyPy has moved from bitbucket.org to Github. Old archives have been moved to a 3rd-party "Bitbucket Archive" site.
* Update Stackless download links. Remove releases that are no longer available.
Stackless has moved from Bitbucket to Github. Old downloads have been renamed(?); stackless.com no longer works via HTTPS.
* Delete releases that have become invalid since the last check
* fix changed checksums
5年前
tuzi3040
d51999adf5
Fix 'sed: RE error: illegal byte sequence' ( #1714 )
... by unsetting `LC_ALL` and passing `LC_CTYPE=C` to `sed`.
This commit fixes issue #1454 .
5年前
Mike Tigas
9f12152463
add `pypy3.7-c-jit-latest`. use https for buildbot.pypy.org URLs. ( #1812 )
5年前
Ricardo N Feliciano
f0f2e626f4
Add CPython v3.6.13. ( #1817 )
5年前
Ricardo N Feliciano
c340532286
Add CPython v3.7.10. ( #1818 )
5年前
Anton Petrov
421ff608fc
Merge pull request #1815 from native-api/fix_versions_bash3
Fix not printing asterisk for current version in Bash 3
5年前
Ivan Pozdeev
00f7d6249a
Fix not printing asterisk for current version in Bash 3
5年前
Anton Petrov
a0b02db770
Merge pull request #1810 from native-api/ps4
Use a better PS4 as recommeneded by Bash Hackers Wiki
5年前
Anton Petrov
bd5274bbbe
Merge pull request #1811 from anton-petrov/master
Create 3.10.0a5
5年前
Anton Petrov
1158adbb2f
Create 3.10.0a5
5年前
Ivan Pozdeev
9309050864
Use a better PS4 as recommeneded by Bash Hackers Wiki
it allows to see functions as well as lines, therefore making it possible to see the control flow
5年前
Anton Petrov
89d3d0c33d
Merge pull request #1655 from draeath/master
"system" python - support cases where python3, python2 is in PATH but not python
5年前
Anton Petrov
9e1bd80668
Merge pull request #1809 from acethical/master
Fixed Miniconda 4.9.2 for MacOSX-x86_64
5年前
acethical
a2350d3d9d
fix: error link
5年前
Anton Petrov
be9aa0c899
Merge pull request #1806 from earlchew/issue/1805
[python-build] Support PYENV_DEBUG
5年前
Anton Petrov
50a48764ff
Merge pull request #1797 from rharish101/search_system
Added fallback to system executable
5年前
Earl Chew
4c3f2cce3e
[python-build] Support PYENV_DEBUG
fixes #1805
5年前
Anton Petrov
4c302a022d
Merge pull request #1749 from scop/perf
Use associative arrays for performance on bash >= 4
5年前
Ville Skyttä
c4e556eded
versions: use associative array to hold current versions
"hyperfine pyenv-versions" before with my bash 4.4:
Time (mean ± σ): 81.7 ms ± 2.2 ms [User: 67.8 ms, System: 15.7 ms]
Range (min … max): 78.3 ms … 87.2 ms 34 runs
After:
Time (mean ± σ): 70.6 ms ± 2.4 ms [User: 55.6 ms, System: 16.9 ms]
Range (min … max): 67.9 ms … 78.9 ms 41 runs
5年前
Ville Skyttä
a804887307
rehash: use associative array to hold registered shims
"hyperfine pyenv-rehash" before on my bash 4.4:
Time (mean ± σ): 172.8 ms ± 8.2 ms [User: 185.0 ms, System: 24.8 ms]
Range (min … max): 164.2 ms … 198.4 ms 15 runs
After:
Time (mean ± σ): 113.8 ms ± 2.8 ms [User: 127.1 ms, System: 26.1 ms]
Range (min … max): 108.0 ms … 117.6 ms 25 runs
5年前
Anton Petrov
b7efafe599
Merge pull request #1798 from scop/subsec-sleep
rehash: try to sleep in 0.1 sec steps when acquiring lock
5年前
Anton Petrov
982c5b36d3
Merge pull request #1763 from pc-fmarin/master
Add miniconda3 4.8.2, 4.8.3, & 4.9.2
5年前
Anton Petrov
e0886f552d
Merge pull request #1796 from anton-petrov/master
Add PyPy 3.6 versions 7.3.2 and 7.3.3
5年前
Harish Rajagopal
cdecf14535
Added fallback to system executable
If pyenv doesn't find an executable for the current version/virtualenv,
then search the "system" version as a fallback.
5年前
Anton Petrov
fdd61c29e6
Create pypy3.6-7.3.3-src
PyPy version 3.6-7.3.3-src
5年前
Anton Petrov
09ca07981d
Create pypy3.6-7.3.3
PyPy version 3.6-7.3.3
5年前
Anton Petrov
6077d64b71
Create pypy3.6-7.3.2-src
PyPy version 3.6-7.3.2-src
5年前
Anton Petrov
d40aa12a27
Create pypy3.6-7.3.2
PyPy 3.6 version 7.3.2
5年前
Anton Petrov
ef3b5072ce
Delete pypy3.7-7.3.2
The file was in the wrong location!
5年前
Ville Skyttä
b938abdea1
rehash: preserve existing $PYENV_REHASH_TIMEOUT semantics
Try for that long no matter what the sleep step available is.
5年前