Yamashita Yuu
2dae281201
Need to chdir before running tests of `python-build`
11 лет назад
Yamashita Yuu
4a52bfaff9
Fix broken tests
11 лет назад
Yamashita Yuu
b26b83a11f
Import changes from ruby-build v20141028
11 лет назад
Yamashita, Yuu
35aed218cf
Merge pull request #260 from jensraaby/anaconda210
Add Miniconda/Miniconda3 3.7.0 and Anaconda/Anaconda3 2.1.0
11 лет назад
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
11 лет назад
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
```
11 лет назад
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
11 лет назад
Yamashita Yuu
d9e772eb6e
Stop creating symlinks w/ version suffix if `altinstall` has specified ( #182 , #255 )
11 лет назад
Yamashita Yuu
eef8ac2701
Use version suffixed executable (e.g. `python3.4`) for internal use of python ( #255 )
11 лет назад
Yamashita Yuu
45b45bcf25
Pass `--altinstall` to `ensurepip` ( #255 )
11 лет назад
Yamashita Yuu
ded98e11de
Allow users to change the name of `install` target ( #255 )
11 лет назад
Yamashita, Yuu
dc1b5a197f
Merge pull request #254 from blueyed/add-Makefile
Add Makefile for 'make test'
11 лет назад
Daniel Hahler
79507fbadf
Add Makefile for 'make test'
11 лет назад
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 ).
11 лет назад
Yamashita Yuu
8e657374a1
Import recent changes from rbenv-versions
11 лет назад
Yamashita, Yuu
77bd5bc6c9
Merge pull request #129 from blueyed/optimize-pyenv-which
Optimize pyenv-which: implement remove_from_path in Bash
11 лет назад
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.
11 лет назад
Daniel Hahler
bbf8cb4a95
Add test for PYENV_VERSION=3.4:2.7
11 лет назад
Daniel Hahler
a1df551bcf
Merge tests and remove_from_path from rbenv
This adds the missing parts from the upstream rbenv merge:
f4652fbbf0
- e4cbf04592
- 3ee395f9b5
11 лет назад
Yamashita Yuu
fc41c87395
Check existence of `curses` module before start building PyPy ( #244 )
11 лет назад
Yamashita Yuu
6e02ad2fe4
Merge branch 'pypy-shared'
11 лет назад
Yamashita Yuu
58e24a64a2
Set PYENV_VERSION on building pypy from source
11 лет назад
Makoto Sasaki
77d9e34a49
v20141012
11 лет назад
Makoto Sasaki
d7f4aa02ed
Add CPython 3.2.6 and CPython 3.3.6 ( fixes #253 )
11 лет назад
Yamashita Yuu
42bb40a5d8
Try to set `rpath` for `--shared` build of PyPy ( #244 )
11 лет назад
Makoto Sasaki
d38f00cd4a
v20141011
11 лет назад
Makoto Sasaki
e9a6a2909c
Add Stackless 2.7.7, Stackless 2.7.8, and Stackless 3.4.1 ( fixes #252 )
11 лет назад
Makoto Sasaki
5f95ce1835
Fix build problem of Stackless 3.3.5 (refs #250 )
11 лет назад
Makoto Sasaki
ff995b6654
v20141008
11 лет назад
Makoto Sasaki
4d15d21f0f
Add CPython 3.4.2 ( fixes #251 )
11 лет назад
Makoto Sasaki
6790e3e18a
Add CPython 3.2.6rc1 and CPython 3.3.6rc1 ( fixes #248 )
11 лет назад
Makoto Sasaki
737e0f1b3f
Add CPython 3.4.2rc1 ( fixes #245 )
11 лет назад
Yamashita Yuu
ab9ee414ad
v20140924
11 лет назад
Yamashita Yuu
c3a755c853
Add PyPy-2.4.0 ( fixes #241 )
11 лет назад
Daniel Hahler
9901c4b84d
Use consistent quoting for `versions=("$@")` across bins
12 лет назад
Yamashita, Yuu
a43f7f5341
Merge pull request #231 from blueyed/fix-zsh-completion-for-none
Do not quote completions in $reply
12 лет назад
Makoto Sasaki
af2cb3f943
Add PyPy 2.4-beta1 ( fixes #232 )
12 лет назад
Yamashita, Yuu
9b8b9c5205
Merge pull request #230 from blueyed/version-file-write-no-rm
pyenv-version-file-write: do not use rm, but clobber the file
12 лет назад
Daniel Hahler
b6aef96cea
pyenv-version-file-write: do not use rm, but clobber the file
With e.g. /usr/local/bin/.python-version owned by some user, `pyenv
local foo` would fail, if the user has no permissions for
`/usr/local/bin`, but only the `.python-version` file.
12 лет назад
Daniel Hahler
bc6be9ed9f
Do not quote completions in $reply
With an empty list of completions, zsh would complete a space / advance
the cursor by a space when completing.
12 лет назад
Yamashita, Yuu
2297bd3741
Merge pull request #227 from blueyed/doc-multiple-versions
doc: note about using multiple versions
12 лет назад
Daniel Hahler
8595df4e18
minor: remove trailing whitespace
12 лет назад
Daniel Hahler
200adac02f
doc: note about using multiple versions
Add a note about how to activate/use multiple versions to the main
README, to the "Choosing the Python Version" section.
12 лет назад
Yamashita Yuu
6509d318f4
v20140825
12 лет назад
Makoto Sasaki
474767618d
Add Jython 2.7 Beta 3 ( fixes #223 )
This release of Jython requires JDK 7 or above
12 лет назад
Yamashita, Yuu
82aaef7842
Merge pull request #222 from yyuu/macosx-deployment-target
Setting MACOSX_DEPLOYMENT_TARGET on Darwin
12 лет назад
Yamashita Yuu
9df0a2916d
Setup configure options to build against universal SDK on Darwin
12 лет назад
Yamashita Yuu
f76309d419
Add tests for MACOSX_DEPLOYMENT_TARGET ( #219 , #220 )
12 лет назад
Yamashita Yuu
29d3df661e
Fix broken tests
12 лет назад
Yamashita Yuu
96b4c0f7e7
Set MACOSX_DEPLOYMENT_TARGET from the product version of OS X ( #219 , #220 )
12 лет назад