Yamashita, Yuu
42cffbc82d
Fix broken tests related to changes in `aria2c` arguments
il y a 10 ans
Yamashita, Yuu
c8c40cff21
Write remote content on stdout with `aria2c` ( fixes #619 , #534 )
`aria2c` doesn't support writing content to stdout. As a workaround,
this patch will use temporary file then write content on stdout once
finished downloading.
il y a 10 ans
Yamashita, Yuu
03f8029c41
Merge pull request #615 from cha-ron/fish-depcrecated-period
"." has been deprecated in the fish shell in favor of explicit "source"
il y a 10 ans
McTavish McArdle
5f20bc258f
"." has been deprecated in the fish shell in favor of explicit "source"
il y a 10 ans
Yamashita, Yuu
75fd97803d
Require GCC for CPython prior to 2.4.4 ( fixes #613 )
il y a 10 ans
Yamashita, Yuu
9993d13996
Merge pull request #539 from yyuu/download-aria2c
Use `aria2c` as the download if available (#534 )
il y a 10 ans
Yamashita, Yuu
c71cf59f50
Merge branch 'master' into download-aria2c
il y a 10 ans
Yamashita, Yuu
8ea88dee1c
Trivial fixes
il y a 10 ans
Yamashita, Yuu
97da7c40e7
Merge pull request #608 from yyuu/skip-create-conda-shims-reloaded
Skip creating shims for conda's system executables, more reliably
il y a 10 ans
Yamashita, Yuu
1921dbef18
Skip creating shims for conda's system executables, more reliably ( #594 , #595 )
il y a 10 ans
Yamashita, Yuu
0a73b8f886
Merge pull request #595 from yyuu/anaconda-rehash
Skip creating shims for system executables bundled with Anaconda (#594 )
il y a 10 ans
Yamashita, Yuu
4a8947d1a6
Remove `which` hook for Anaconda in favor of `rehash` hook
il y a 10 ans
Yamashita, Yuu
e748c14db8
Skip creating shims for system executables bundled with Anaconda ( fixes #594 , #599 )
With this, we'd be able to remove a hook script for `pyenv which`
eventually.
il y a 10 ans
Yamashita, Yuu
cd3103340c
Merge pull request #604 from zmwangx/cpython-3.6.0a1
Add CPython 3.6.0a1
il y a 10 ans
Zhiming Wang
4543ff88bc
Add CPython 3.6.0a1
https://www.python.org/downloads/release/python-360a1/
il y a 10 ans
Yamashita, Yuu
2017dd0c25
v20160509
il y a 10 ans
Yamashita, Yuu
24d05343f8
PyPy 5.1 binary for linux x86 is built for Ubuntu 12.04 - 14.04
il y a 10 ans
Yamashita, Yuu
aa305d2c3d
Add PyPy 5.1.1 ( fixes #591 )
il y a 10 ans
Yamashita, Yuu
73ca25e49b
Merge pull request #593 from Samureus/PyPy-5.1.1-src
Pypy 5.1.1 src
il y a 10 ans
Samuel Villamonte
25184d9fca
Added PyPy 5.1.1-src
il y a 10 ans
Samuel Villamonte
d948274305
Merge pull request #1 from Samureus/Portable-PyPy-5.1.1
Added PyPy Portable 5.1.1
il y a 10 ans
Samuel Villamonte
444bb360a8
Added PyPy Portable 5.1.1
Only tested 64-bit
il y a 10 ans
Yamashita, Yuu
d0fae57c4d
miniconda3 releases are Python 3
il y a 10 ans
Yamashita, Yuu
37ad781061
Add miniconda2/3 4.0.5
il y a 10 ans
Yamashita, Yuu
a8664a2339
Fixed wrong SHA256 for `pypy-5.1-linux_x86_64-portable.tar.bz2` ( fixes #586 )
il y a 10 ans
Josh Friend
78b9cee98e
v20160422
il y a 10 ans
Josh Friend
f72fc8eabc
Add PyPy 5.1 Portable
il y a 10 ans
Josh Friend
180ff6c955
Add PyPy 5.1
Closes #579
il y a 10 ans
Yamashita, Yuu
6a8003d56d
I realized that at least miniconda3-3.19.0 contains `xz` in it.
Basically I'd like to use system pakcage for `xz` command as much as
possible.
il y a 10 ans
Yamashita, Yuu
739392a2e4
Merge pull request #577 from anthrotype/jython-2.7.1b3
Add Jython 2.7.1 beta3
il y a 10 ans
Cosimo Lupo
0a19b2fa02
Add Jython 2.7.1 beta3
il y a 10 ans
Yamashita, Yuu
d594bcadb3
Merge pull request #572 from SNakano/anaconda-4.0.0
Add Anaconda 4.0.0
il y a 10 ans
SNakano
eb6e24cef1
Add Anaconda 4.0.0
il y a 10 ans
Josh Friend
9c12b302eb
Add PyPy Portable 5.0.1
il y a 10 ans
Josh Friend
cdf7e6c924
Add PyPy 5.0.1
closes #558
il y a 10 ans
Josh Friend
bd312d652e
Add PyPy 5.0 Portable
il y a 10 ans
Yamashita, Yuu
916d0eae8e
Merge pull request #556 from jackmaney/master
Fixed date in version
il y a 10 ans
Jack Maney
23364549d7
Merge pull request #1 from jackmaney/jackmaney-fix-date
Fixed version date
il y a 10 ans
Jack Maney
e92a7de031
Fixed version date
`s/2015/2016/`
il y a 10 ans
Josh Friend
8ef30d9e4d
v20160310
il y a 10 ans
Yamashita, Yuu
74d5dba06a
Fix wrong distro version checks for PyPy binaries
il y a 10 ans
Yamashita, Yuu
6bd7927333
Basically we don't have to run rehash explicitly anymore ( fixes #553 )
il y a 10 ans
Josh Friend
4684507021
Add PyPy 5.0.0
closes #555
il y a 10 ans
Yamashita, Yuu
12069a1118
Merge pull request #549 from yyuu/rbenv-1.0
rbenv 1.0+
il y a 10 ans
Yamashita, Yuu
30538b0672
Fix broken tests for `pyenv---version`
I need to use release date versioning at least for now until preparing
custom version comparator for brew's formula.
il y a 10 ans
Yamashita, Yuu
fd893ea3b0
Fix broken test for `pyenv-version-name`
il y a 10 ans
Yamashita, Yuu
be3fc6d8cb
Fix broken `pyenv local`
il y a 10 ans
Yamashita, Yuu
7467c88780
v20160303
il y a 10 ans
Yamashita, Yuu
d75b1a12d7
Removed diff between ruby-build <-> python-build a little
il y a 10 ans
Yamashita, Yuu
7db657beb5
Upgrade OpenSSL to 1.0.2g ( fixes #550 )
il y a 10 ans