Yamashita Yuu
8761ae8f7c
v20141118
2014-11-18 20:05:01 +09:00
Yamashita, Yuu
3d401ebcd2
Merge pull request #271 from s1341/master
...
add a patch to allow building 2.6.9 on osx 10.9
2014-11-18 19:56:52 +09:00
srubenst
268f965421
add a patch to allow building 2.6.9 on osx 10.9
2014-11-14 11:51:02 +02:00
Yamashita Yuu
ff0f8a140b
Merge branch 'test-builtin-patches'
2014-11-13 21:56:27 -08:00
Yamashita Yuu
6c2d234e55
Split test files
2014-11-13 21:56:14 -08:00
Yamashita Yuu
c6dd3b9468
Add test for built-in python-build's patching feature
2014-11-13 21:53:52 -08:00
Yamashita Yuu
8fee82e456
Fix broken setup_builtin_patches
2014-11-12 11:03:49 -08:00
Yamashita Yuu
7220044b49
v20141106
2014-11-06 09:41:22 -08:00
Daniel Hahler
a797bb6d88
Fix "pyenv: version 'system' is not installed" with pyenv which
...
This is a follow-up to de5c61c
.
2014-11-06 17:57:17 +01:00
Yamashita Yuu
665f9d9466
Merge branch 'use-https' ( fixes #262 )
2014-11-05 09:25:36 -08:00
Eric Mill
cb260fb9d0
fix another failing test with https URL
2014-11-05 09:23:06 -08:00
Eric Mill
4f0439cd12
fix one failing test, around mirror URL
2014-11-05 09:22:59 -08:00
Eric Mill
2e387816f1
use https for download URLs
...
Conflicts:
plugins/python-build/bin/python-build
2014-11-05 09:22:52 -08:00
Yamashita Yuu
ee4182321e
Update python versions in README
2014-11-05 09:17:05 -08:00
Yamashita, Yuu
661a2b29d3
Merge pull request #236 from blueyed/doc-mention-pyenv-pip-rehash
...
README: mention https://github.com/yyuu/pyenv-pip-rehash
2014-11-05 09:14:35 -08:00
Yamashita, Yuu
8c503c6e75
Merge pull request #237 from blueyed/doc-recent-python-versions
...
doc: use recommended python versions
2014-11-05 09:13:55 -08:00
Yamashita, Yuu
743a637b59
Merge pull request #265 from yyuu/ruby-build-v20141028
...
Import changes from ruby-build v20141028
2014-11-04 21:15:26 -08:00
Yamashita, Yuu
7fe78245d8
Merge pull request #266 from konstantint/patch-1
...
Warn about #264 in the README
2014-11-04 09:28:20 -08:00
Konstantin Tretyakov
96c0362b53
Warn about #264 in the README
2014-11-04 18:54:19 +02:00
Yamashita Yuu
2dae281201
Need to chdir before running tests of python-build
2014-11-04 00:14:57 -08:00
Yamashita Yuu
4a52bfaff9
Fix broken tests
2014-11-04 00:04:25 -08:00
Yamashita Yuu
b26b83a11f
Import changes from ruby-build v20141028
2014-10-29 04:04:10 -07:00
Yamashita, Yuu
35aed218cf
Merge pull request #260 from jensraaby/anaconda210
...
Add Miniconda/Miniconda3 3.7.0 and Anaconda/Anaconda3 2.1.0
2014-10-24 08:16:37 +09:00
Jens Raaby
38ab616344
Add Miniconda/Miniconda3 3.7.0 and Anaconda/Anaconda3 2.1.0
...
SHA256 values generated with direct downloads from repo.continuum.io
2014-10-23 19:25:41 +01:00
Yamashita Yuu
720870011b
Merge branch 'altinstall' ( fixes #255 )
...
Allow installing CPython with `make altinstall` instead of
`make install` with following command-line.
```sh
$ env PYTHON_MAKE_INSTALL_PACKAGE="altinstall" pyenv install -v 3.4.2
```
2014-10-19 11:19:17 +09:00
Yamashita Yuu
b2ac5df98d
Calling create_symlinks
after ensurepip
is unnecessary ( #182 , #255 )
...
Install script of setuptools-6.1/pip-1.5.6 will create those links if needed
2014-10-19 10:59:35 +09:00
Yamashita Yuu
d9e772eb6e
Stop creating symlinks w/ version suffix if altinstall
has specified ( #182 , #255 )
2014-10-19 00:34:20 +09:00
Yamashita Yuu
eef8ac2701
Use version suffixed executable (e.g. python3.4
) for internal use of python ( #255 )
2014-10-19 00:28:33 +09:00
Yamashita Yuu
45b45bcf25
Pass --altinstall
to ensurepip
( #255 )
2014-10-18 23:56:51 +09:00
Yamashita Yuu
ded98e11de
Allow users to change the name of install
target ( #255 )
2014-10-18 23:06:19 +09:00
Yamashita, Yuu
dc1b5a197f
Merge pull request #254 from blueyed/add-Makefile
...
Add Makefile for 'make test'
2014-10-18 09:30:22 +09:00
Daniel Hahler
79507fbadf
Add Makefile for 'make test'
2014-10-16 03:13:39 +02:00
Daniel Hahler
de5c61cd59
Fix "version X is not installed" with multiple PYENV_VERSIONs
...
This was introduced when merging the rbenv upstream change
(https://github.com/sstephenson/rbenv/commit/6bb7f07d2d ).
2014-10-16 02:51:07 +02:00
Yamashita Yuu
8e657374a1
Import recent changes from rbenv-versions
2014-10-15 00:46:11 +09:00
Yamashita, Yuu
77bd5bc6c9
Merge pull request #129 from blueyed/optimize-pyenv-which
...
Optimize pyenv-which: implement remove_from_path in Bash
2014-10-15 00:19:28 +09:00
Daniel Hahler
e82f943174
Merge rbenv's "Isolate rbenv-which tests …" ( c69d9a11
)
...
This is the remaining part of
c69d9a1128
.
commit c69d9a1128
Author: Mislav Marohnić <mislav.marohnic@gmail.com>
Date: Mon Oct 13 12:39:47 2014 +0200
Isolate rbenv-which tests from any `.ruby-version` file on the system
Having a `.ruby-version` file in any of the parent directories of the
local clone of rbenv could cause the test suite to fail because it
wasn't expecting a local version to be set.
2014-10-13 21:20:57 +02:00
Daniel Hahler
bbf8cb4a95
Add test for PYENV_VERSION=3.4:2.7
2014-10-13 21:15:22 +02:00
Daniel Hahler
a1df551bcf
Merge tests and remove_from_path from rbenv
...
This adds the missing parts from the upstream rbenv merge:
f4652fbbf0
- e4cbf04592
- 3ee395f9b5
2014-10-13 21:14:57 +02:00
Yamashita Yuu
fc41c87395
Check existence of curses
module before start building PyPy ( #244 )
2014-10-13 02:29:55 +09:00
Yamashita Yuu
6e02ad2fe4
Merge branch 'pypy-shared'
2014-10-12 21:58:08 +09:00
Yamashita Yuu
58e24a64a2
Set PYENV_VERSION on building pypy from source
2014-10-12 21:57:21 +09:00
Makoto Sasaki
77d9e34a49
v20141012
2014-10-12 21:48:56 +09:00
Makoto Sasaki
d7f4aa02ed
Add CPython 3.2.6 and CPython 3.3.6 ( fixes #253 )
2014-10-12 20:41:49 +09:00
Yamashita Yuu
42bb40a5d8
Try to set rpath
for --shared
build of PyPy ( #244 )
2014-10-12 20:19:37 +09:00
Makoto Sasaki
d38f00cd4a
v20141011
2014-10-11 20:00:54 +09:00
Makoto Sasaki
e9a6a2909c
Add Stackless 2.7.7, Stackless 2.7.8, and Stackless 3.4.1 ( fixes #252 )
2014-10-11 18:06:23 +09:00
Makoto Sasaki
5f95ce1835
Fix build problem of Stackless 3.3.5 (refs #250 )
2014-10-10 04:22:47 +09:00
Makoto Sasaki
ff995b6654
v20141008
2014-10-08 19:29:20 +09:00
Makoto Sasaki
4d15d21f0f
Add CPython 3.4.2 ( fixes #251 )
2014-10-08 18:47:18 +09:00
Makoto Sasaki
6790e3e18a
Add CPython 3.2.6rc1 and CPython 3.3.6rc1 ( fixes #248 )
2014-10-05 02:07:12 +09:00