Yamashita, Yuu
a0c5fe42e9
v1.0.1 ( #694 )
9 years ago
Yamashita, Yuu
3e433b2949
Merge pull request #697 from Samureus/pypy2-5.4.1
Added pypy2-5.4.1 and pypy-5.4.1
9 years ago
Samuel Villamonte
d3b71cfb0b
Merge branch 'master' into pypy2-5.4.1
9 years ago
Samuel Villamonte
ba945d229c
Update pypy2-5.4.1
Updated comment and fixed typo.
9 years ago
Yamashita, Yuu
4e192a6851
Merge pull request #695 from Samureus/pypy2-5.4.1-src
Added pypy2-5.4.1-src
9 years ago
Samuel Villamonte
85354377dd
Forgot about shim sorry
9 years ago
Samuel Villamonte
654b645984
Merge branch 'master' into pypy2-5.4.1-src
9 years ago
Samuel Villamonte
e44f7399f5
Added pypy2-5.4.1 and pypy-5.4.1
9 years ago
Yamashita, Yuu
45173d1f67
Merge pull request #696 from Samureus/pypy-portable-5.4.1
Added pypy-portable-5.4.1 now
9 years ago
Samuel Villamonte
baeecdfc7d
Added pypy-portable-5.4.1 now
9 years ago
Samuel Villamonte
b2ee05b931
Added pypy2-5.4.1-src
9 years ago
Yamashita, Yuu
6601c34408
Update change log [ci skip]
9 years ago
Yamashita, Yuu
7417b6d57f
Merge pull request #686 from Samureus/pypy2-5.4-updated
Updated pypy2-5.4 with portable pypy links
10 years ago
Samuel Villamonte
3d89369f50
Updated pypy2-5.4 with portable pypy links
10 years ago
Yamashita, Yuu
c6ff64220f
Merge pull request #685 from Samureus/pypy-portable-5.4
Added pypy-portable-5.4
10 years ago
Samuel Villamonte
44df355099
Added pypy-portable-5.4
10 years ago
Yamashita, Yuu
414a512f47
Add `pypy2-5.3.1-src`
10 years ago
Yamashita, Yuu
165fbb2c1d
Add PyPy2 5.4
10 years ago
Yamashita, Yuu
11476f7a31
Merge pull request #684 from yyuu/pypy-to-pypy2
Rename pypy 5.x definitions as `pypy2`
10 years ago
Yamashita, Yuu
15b336da84
s/pypy/&2/ in error messages
10 years ago
Yamashita, Yuu
d15140fea6
Rename pypy 5.x definitions as `pypy2`
10 years ago
Yamashita, Yuu
955d517588
Merge pull request #683 from Samureus/pypy-5.4-src
Added pypy-5.4-src
10 years ago
Samuel Villamonte
e7943da3f5
Added pypy-5.4-src
10 years ago
Yamashita, Yuu
dcc109f8be
Merge pull request #680 from hawkowl/https
make all http source urls https
10 years ago
Amber Brown (HawkOwl)
778bb2e10f
stackless over https too
10 years ago
Amber Brown (HawkOwl)
12447f67f5
make all http source urls https
10 years ago
Yamashita, Yuu
e23b9e90b4
Merge pull request #673 from zmwangx/3.6.0a4
Add CPython 3.6.0a4; remove 3.6.0a1 and 3.6.0a3
10 years ago
Zhiming Wang
7dd33c27c2
Remove CPython 3.6.0a1 and 3.6.0a3 in favor of 3.6.0a4
10 years ago
Zhiming Wang
cbcf03d327
Add CPython 3.6.0a4
https://www.python.org/downloads/release/python-360a4/
10 years ago
Yamashita, Yuu
7fadd939ad
v1.0.0 ( fixes #520 )
10 years ago
Yamashita, Yuu
4e10692a1e
Merge pull request #671 from yyuu/issue610
Show meaningful message on missing executable (fixes #610 )
10 years ago
Yamashita, Yuu
fb757053c8
Show meaningful message on missing executable ( fixes #610 )
10 years ago
Yamashita, Yuu
949c1dab8d
Merge pull request #670 from yyuu/conda-rehash-config
Split blacklist of conda's system executables
10 years ago
Yamashita, Yuu
d8559b9749
Workaround for performance issue with `conda.txt`
The performance issue must be caused by too many I/O requests to
`conda.txt` from fgrep. This inline expansion should work to reduce # of
read to the `conda.txt`.
original performance:
```
% git rev-parse HEAD
4f76be6a12
% time bash -c 'pyenv rehash'
bash -c 'pyenv rehash' 0.05s user 0.02s system 76% cpu 0.089 total
```
previous commit: ==> 4x slower than original
```
% git rev-parse HEAD
4469d51ef7
% time bash -c 'pyenv rehash'
bash -c 'pyenv rehash' 0.06s user 0.03s system 25% cpu 0.358 total
```
with this workaround: ==> almost same as original
```
% git rev-parse HEAD
3ffe91bdbc
% time bash -c 'pyenv rehash'
bash -c 'pyenv rehash' 0.05s user 0.00s system 68% cpu 0.082 total
```
10 years ago
Yamashita, Yuu
4469d51ef7
Extract conda's system command list to `anaconda.txt`
10 years ago
Yamashita, Yuu
4f76be6a12
`anaconda.bash` is misleading. It's not only for anaconda, but for all conda
10 years ago
Yamashita, Yuu
81b89e16db
Update change log [ci skip]
10 years ago
Yamashita, Yuu
a62f1a4423
Merge pull request #669 from yyuu/rbenv-20160815
rbenv 20160815
10 years ago
Yamashita, Yuu
a02f5dde4f
s/rbenv/pyenv/g
10 years ago
Yamashita, Yuu
cf1beda362
Merge remote-tracking branch 'rbenv/master' into rbenv-20160815
10 years ago
Yamashita, Yuu
8aebe3b43d
Update change log [ci skip]
10 years ago
Yamashita, Yuu
9a10674ab9
Merge pull request #668 from yyuu/ruby-build-20160602
ruby-build 20160602
10 years ago
Yamashita, Yuu
66c8ca6cff
Import changes in rbenv/ruby-build#979
10 years ago
Yamashita, Yuu
3a1379cb34
Import changes from ruby-build v20160602
10 years ago
Yamashita, Yuu
740fbe4bda
Merge pull request #661 from yyuu/workaroud-bin-python
Add workaround for `/bin/python`
10 years ago
Mislav Marohnić
0c7224af95
Merge pull request #919 from yyuu/system-in-bin
Add a workaround system executable in `/bin`
10 years ago
Yamashita, Yuu
93ece2ac16
Rewrite with using here document syntax
10 years ago
Yamashita, Yuu
36138f4901
Rewrite with using here document syntax
10 years ago
Yamashita, Yuu
bc8dba4bea
Always create `bin` as symlink to framework path if the version was built with `--enable-frameowrk` ( #590 )
Actually I'm not 100% sure what was going on, but it seems CPython build
script may create `bin` as directory instead of symlink even if
`--enable-framework` was specified.
10 years ago
Yamashita, Yuu
1b35cfaa2c
1) Remove useless `touch` 2) Add explicit shebang line to executable for testing
10 years ago