Josh Friend
5fcb4cf0bf
Remove 3.5.0 betas
2015-08-25 18:52:59 -04:00
Yamashita, Yuu
0f288f2462
Import changes from ruby-build v20150818
2015-08-25 15:37:31 +09:00
Yamashita, Yuu
0c81c97926
remove patch that cannot be applied to CPython 3.1.1 and 3.1.2 ( #421 )
2015-08-18 10:57:26 +09:00
Yamashita, Yuu
5ff089de9c
add PyPy-STM 2.3 and 2.5.1 ( fixes #428 )
2015-08-16 23:12:30 +09:00
Yamashita, Yuu
459725df3c
Merge branch 'disable-fortify-source' ( fixes #422 )
2015-08-16 13:37:19 +09:00
Yamashita, Yuu
ec3b7d815d
add fortify_crash_workaround
patch for CPython (>= 2.4, <= 2.4.3) ( #422 )
2015-08-16 13:29:44 +09:00
Yamashita, Yuu
afe86aef52
disable _FORTITY_SOURCE
to fix build of CPython (>= 2.4, <= 2.4.3) ( #422 )
2015-08-16 13:17:38 +09:00
Yamashita, Yuu
461ae27a19
add patches for 3.1, 3.1.1, 3.1.2 to fix build with recent version of openssl ( fixes #421 )
2015-08-15 13:34:34 +09:00
Yamashita, Yuu
c0f691fc57
Merge pull request #424 from zmwangx/python-3.5.0rc1
...
Add Python 3.5.0rc1
2015-08-11 10:18:43 +09:00
Zhiming Wang
ffc899475a
Add Python 3.5.0rc1
...
https://www.python.org/downloads/release/python-350rc1/
2015-08-10 18:14:25 -07:00
Yamashita, Yuu
57d1c9d6be
Merge pull request #419 from takluyver/35b4
...
Add Python 3.5.0b4
2015-07-31 07:02:57 +09:00
Thomas Kluyver
9d488c9760
Add Python 3.5.0b4
...
I copied and modified the file for beta 3.
2015-07-30 13:30:52 -07:00
Yamashita, Yuu
3db1ac13d2
Merge pull request #414 from jimmywan/master
...
Add miniconda-3.10.1 and miniconda3-3.10.1.
2015-07-23 08:03:13 +09:00
Jimmy Wan
880fa46156
Add miniconda-3.10.1 and miniconda3-3.10.1.
2015-07-22 20:36:04 +00:00
Yamashita, Yuu
24ad375a35
Merge branch 'issue411'
2015-07-22 10:49:49 +09:00
Yamashita, Yuu
7f32e96c28
v20150719
2015-07-19 13:07:24 +09:00
Yamashita, Yuu
294738842c
pin pip version to 1.5.6 for python 3.1.5 ( fixes #351 )
2015-07-19 12:33:56 +09:00
Yamashita, Yuu
ce671398f8
Ignore user's site-packages on ensurepip/get-pip ( #411 )
...
https://www.python.org/dev/peps/pep-0370/
2015-07-18 14:22:58 +09:00
Yamashita, Yuu
a3bea25ddc
Use original CPython repository as the source of CPython *-dev
versions ( #409 )
2015-07-18 13:23:13 +09:00
Yamashita, Yuu
1a66a9141b
Build 3.5-dev from "3.5" branch ( #409 )
2015-07-18 13:22:36 +09:00
Yamashita, Yuu
78c1d7186d
CPython 3.1 branch is no longer maintained ( #409 )
2015-07-18 13:21:20 +09:00
Yamashita, Yuu
9b60d73ec8
Merge pull request #413 from BanzaiMan/ha-feature-py36
...
Add `3.6-dev`
2015-07-18 11:48:53 +09:00
Hiro Asari
8a9d2557a0
Add 3.6-dev
2015-07-17 22:14:18 -04:00
Yamashita, Yuu
2a79db00b0
Merge pull request #412 from BanzaiMan/patch-1
...
Point to the canonical Python repository
2015-07-18 09:47:46 +09:00
Hiro Asari
3e7839c5b7
Point to the canonical Python repository
...
BitBucket mirror is no longer up to date with the canonical repository.
Fixes https://github.com/yyuu/pyenv/issues/409 .
2015-07-17 20:46:59 -04:00
Daniel Hahler
493f036928
shims: handle symlinked scripts, via new PYENV_FILE_ARG
...
`PYENV_FILE_ARG` is used here to make use of `abs_dirname` later in
`libexec/pyenv`.
Fixes https://github.com/yyuu/pyenv/issues/404
2015-07-08 18:59:22 +02:00
Daniel Hahler
af438abeae
shims: look for python*
...
This is required for the shims to handle `#!/usr/bin/env python3` in a
shebang, just like `python` is handled currently: it will set
`PYENV_DIR` to the root of the invoked script, which is required for a
`.python-version` script to get picked up from there.
This was rejected for rbenv, where it does not make much sense
(https://github.com/sstephenson/rbenv/pull/735 ).
Ref: https://github.com/yyuu/pyenv/pull/368#issuecomment-102806837
2015-07-08 18:59:22 +02:00
Yamashita, Yuu
36c5cbf74f
Add Anaconda/Anaconda3 2.3.0
2015-07-08 15:49:58 +09:00
Yamashita, Yuu
608ad6f9d0
Merge pull request #402 from mrjefftang/master
...
2.7.10 - Stop '/Library/Python/X.X/site-packages' from being added to sys.path
2015-07-08 00:17:54 +09:00
Jeff Tang
7a6eb38a36
add patches to stop '/Library/Python/X.X/site-packages' from being added
...
to sys.path
2015-07-07 11:14:14 -04:00
Yamashita, Yuu
cd40335ba4
Merge pull request #400 from transcranial/master
...
Add python 3.5.0b3
2015-07-06 07:29:42 +09:00
Leon Chen
26450fd0ab
Add python 3.5.0b3
2015-07-05 17:21:31 -04:00
Yamashita Yuu
22ecefd572
Use custom MACOSX_DEPLOYMENT_TARGET
if defined ( fixes #312 )
2015-06-28 13:50:45 +09:00
Yamashita Yuu
abae52ae20
Add tests for some of python-build specific features
2015-06-28 13:34:59 +09:00
Yamashita Yuu
114063495f
pyenv-prefix
should return proper prefix of system
version (fixes #391 )
2015-06-27 01:07:18 +09:00
Yamashita, Yuu
7b797c3797
Merge pull request #393 from nikolas/patch-1
...
fix typo in readme
2015-06-23 08:19:50 +09:00
Nik Nyby
8e276a009e
fix typo in readme
2015-06-22 18:54:03 -04:00
Yamashita Yuu
4198280142
Fix download URL of portable PyPy 2.6 ( fixes #389 )
2015-06-10 21:41:20 +09:00
Josh Friend
5cb9c9af2e
v20150601
2015-06-01 21:48:44 -04:00
Josh Friend
d6230578ec
Merge pull request #384 from yyuu/pypy-260
...
Add PyPy 2.6.0
2015-06-01 21:32:48 -04:00
Josh Friend
62bf3d9b61
Add PyPy 2.5.1 portable
...
related: #346
2015-06-01 21:25:14 -04:00
Josh Friend
55e6e7143a
Add PyPy 2.6.0
...
fixes #383
2015-06-01 21:24:58 -04:00
Josh Friend
1e78acb701
Add python 3.5.0b2
2015-06-01 07:18:36 -04:00
Yamashita Yuu
648afe05a9
Import changes from ruby-build v20150519
2015-05-27 01:08:12 +09:00
Yamashita Yuu
9aee57d965
Fix test for adding shims in fish
2015-05-27 00:54:19 +09:00
Yamashita Yuu
ed684c239c
Fix inverted condition for --altinstall
of ensurepip ( #255 )
2015-05-27 00:49:23 +09:00
Yamashita Yuu
fe934642c5
Skip installint setuptools
by ez_setup.py
explicitly ( fixes #381 )
...
`pip` will install `setuptools` automatically.
2015-05-26 23:49:46 +09:00
Josh Friend
7c4c1757f7
add 3.5.0 beta1, remove alpha versions
2015-05-25 23:59:48 -04:00
Yamashita Yuu
1b066598ce
v20150524
2015-05-24 10:53:17 +09:00
Yamashita Yuu
cc94ad39f1
Add 2.7.10 ( fixes #380 )
2015-05-24 10:40:47 +09:00