Josh Friend
18fe640d29
Also update checksums for 3.9.0a5
2020-04-02 15:32:45 -04:00
Josh Friend
1b6657e751
v1.2.18
2020-04-02 15:28:56 -04:00
Josh Friend
0255cfa8df
Update cpython 3.9.0 to latest alpha
2020-04-02 15:28:39 -04:00
Josh Friend
30a0234ccb
Remove old cpython RC version
2020-04-02 15:28:22 -04:00
Sudarshan Wadkar
b1381d1d46
Fix python-build brew: command not found error ( #1544 )
...
This PR fixes (currently harmless) warning on macOS when homebrew is *not* installed.
- [ ] Test case (required?)
For example:
```sh
wadkar$ pyenv install 3.8.2
/Users/wadkar/.pyenv/plugins/python-build/bin/python-build: line 1541: brew: command not found
/Users/wadkar/.pyenv/plugins/python-build/bin/python-build: line 1541: brew: command not found
Installing openssl-1.1.0j...
Installed openssl-1.1.0j to /Users/wadkar/.pyenv/versions/3.8.2
Installing readline-8.0...
Installed readline-8.0 to /Users/wadkar/.pyenv/versions/3.8.2
Installing Python-3.8.2...
python-build: use zlib from xcode sdk
Installed Python-3.8.2 to /Users/wadkar/.pyenv/versions/3.8.2
```
2020-04-02 15:25:54 -04:00
Edwin Shin
2a0d576681
Update README.md ( #1555 )
...
Update the bats link to https://github.com/bats-core/bats-core (which is what pyenv is actually using on [Travis](https://github.com/pyenv/pyenv/blob/master/.travis.yml#L35 ))
2020-04-02 15:24:48 -04:00
Sean Gies
8f82fc63e2
Update download URLs for old OpenSSL releases ( #1578 )
...
https://www.openssl.org/source/openssl-1.0.2 *
=> https://www.openssl.org/source/old/1.0.2/openssl-1.0.2 *
https://www.openssl.org/source/openssl-1.1.0 *
=> https://www.openssl.org/source/old/1.1.0/openssl-1.1.0 *
Co-authored-by: Sean Gies <seangies@apple.com >
2020-04-02 15:07:08 -04:00
Brian Dowling
a8ca63fcc0
Update help docs to clarify multiple version(s) are allowed ( #1197 )
...
* Update help docs to clarify multiple version(s) are allowed
* Tweek version(s) help description
2020-03-19 17:35:46 -04:00
Edwin Shin
89786b909f
pyenv-version-file-read: use POSIX character sets ( #1554 )
...
Fixes #623
2020-03-13 09:08:18 -04:00
Josh Friend
3005c46643
v1.2.17
2020-03-13 08:38:35 -04:00
Joshua Sleeper
a7afd20bfc
Add CPython 3.7.7 ( #1553 )
2020-03-12 15:18:57 -04:00
Yamashita, Yuu
df9fa1dc30
Merge pull request #1361 from clbarnes/auto_miniconda
...
Update miniconda builds
2020-03-10 10:08:11 +09:00
Chris Barnes
81e797be12
Miniconda script review comments
...
README, better docs + logging
2020-03-09 10:47:26 +00:00
Chris Barnes
0d6cfcc1bd
python-build: Run add_miniconda script
2020-03-05 06:09:53 -05:00
Chris Barnes
d1b7bd47a3
python-build: update 4.7.10 to use py37
2020-03-05 06:09:53 -05:00
Chris Barnes
a9686fcae0
python-build: Use python 3.7 for miniconda >= 4.7
2020-03-05 06:09:53 -05:00
Chris Barnes
c0ebcd7228
Run add_miniconda script
2020-03-05 06:09:53 -05:00
Chris Barnes
1fb6e795b6
Script for new miniconda builds
...
Scrapes available miniconda builds from anaconda repo
2020-03-05 06:09:53 -05:00
Kareem Francis
84f3f77a39
Update README: highlight brew post-install steps ( #1543 )
...
I skimmed past the requires post-installation steps for Homebrew when walking though the README.
Anecdotally, other devs noted the same issue.
2020-02-28 18:52:41 -05:00
Adam Hitchcock
174b7e72a1
Create micropython-1.12 ( #1542 )
2020-02-26 23:02:06 -05:00
Josh Friend
7cbaff3803
Add CPython 3.9.0a4
2020-02-26 23:00:55 -05:00
Josh Friend
a0a1ae89ab
Add CPython 3.8.2
2020-02-25 21:02:57 -05:00
adrian-the-git
7097f8204e
Remove duplicate help message ( #1525 )
...
The pyenv help listing offered the "commands" command twice.
2020-01-22 18:12:29 -05:00
Phil Fernandez
1487135415
fixes sed illegal byte sequence error ( #1521 )
2020-01-14 13:07:05 -05:00
Christian Clauss
a72ea0abca
Travis CI: Upgrade to the latest Xcode images ( #1519 )
2020-01-13 12:39:25 -05:00
Christian Clauss
36fc10fbfd
Travis CI: xcode11.2 ( #1434 )
...
https://docs.travis-ci.com/user/reference/osx/#macos-version
2020-01-13 05:11:56 -05:00
Josh Friend
4500a33c73
Modify zshrc instead of zshenv
...
https://github.com/pyenv/pyenv/issues/1400#issuecomment-551371058
Closes #846 , #1400 , #1447 , #1449
2020-01-10 12:59:46 -05:00
Josh Friend
ce0be04ad4
v1.2.16
2020-01-06 08:06:57 -05:00
Yamashita, Yuu
4e0ba2f47d
Merge pull request #1502 from lazka/pypy-7.3.0
...
Add PyPy 7.3.0
2019-12-27 13:34:19 +09:00
Christoph Reiter
20a1f0cd7a
Add PyPy 7.3.0
...
The official pypy builds should now be portable on linux.
Also add aarch64 builds.
2019-12-26 10:15:26 +01:00
Jose A. Martin
ac246e160f
Add CPython 3.6.10 ( #1499 )
2019-12-20 13:26:14 -05:00
Jose A. Martin
25c9195b90
Add CPython 3.7.6 ( #1498 )
2019-12-20 13:25:57 -05:00
Jose A. Martin
318f85162e
Add CPython 3.8.1 ( #1497 )
2019-12-19 08:21:26 -05:00
Yamashita, Yuu
c3b17c4bbb
Merge pull request #1486 from timgates42/bugfix/typo_above
...
Fix simple typo: abovementioned -> above
2019-12-17 17:48:39 +09:00
Tim Gates
32663fb8a4
Fix simple typo: abovementioned -> above
...
Closes #1485
2019-12-17 17:29:37 +11:00
Yamashita, Yuu
089b828b0f
Merge pull request #1471 from saahilh/readme-fixes
...
Grammatical corrections
2019-12-02 10:35:20 +09:00
Saahil Hamayun
eacde87acf
Grammatical corrections
2019-12-01 20:00:17 -05:00
Josh Friend
22c0202231
Exclude reset from conda shims
...
Closes #1459
2019-11-14 15:40:22 -05:00
Joe Siewert
49bf595266
Add CPython 3.5.9 ( #1448 )
2019-11-04 09:23:30 -05:00
Josh Friend
b5f69fe58a
v1.2.15
2019-10-31 16:06:42 -04:00
Joachim Brandon LeBlanc
9c7ec0ce0a
Update Python 3.5.8 xz checksum ( #1442 )
...
```
checksum mismatch: Python-3.5.8.tar.xz (file is corrupt)
expected 1bb1319bcd05d95c4d9752c7f6378c5378b8f467fb9045e07023e94b28b2ff41, got 55a345c78ee3afbc2e60678442aad7bcc384ddea5bb95f8d66edc4868d4847d4
```
2019-10-30 14:37:45 -04:00
Joe Siewert
d389885466
Add CPython 3.5.8 and remove 3.5.8rc1 ( #1441 )
2019-10-29 15:36:06 -04:00
Yamashita, Yuu
0e7cfc3b3d
Merge pull request #1433 from joesiewert/python-2.7.17
...
Add CPython 2.7.17
2019-10-21 09:09:52 +09:00
Joe Siewert
69377c65de
Add CPython 2.7.17
2019-10-20 11:50:09 -06:00
Phillip Marshall
ddc56ebe3a
Add PyPy 7.2.0 ( #1418 )
2019-10-18 13:41:49 -04:00
Anton Petrov
68a77df0fd
Add anaconda3-2019.10 ( #1427 )
2019-10-16 12:32:23 -04:00
wukuan405
fcf539ecef
change help message from hard coding to dynamic ( #1421 )
...
## before
```Usage: pyenv <command> [<args>]
Some useful pyenv commands are:
commands List all available pyenv commands
local Set or show the local application-specific Python version
global Set or show the global Python version
shell Set or show the shell-specific Python version
install Install a Python version using python-build
uninstall Uninstall a specific Python version
rehash Rehash pyenv shims (run this after installing executables)
version Show the current Python version and its origin
versions List all Python versions available to pyenv
which Display the full path to an executable
whence List all Python versions that contain the given executable
See `pyenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/pyenv/pyenv#readme
```
## after
```
Usage: pyenv <command> [<args>]
Some useful pyenv commands are:
commands List all available pyenv commands
local Set or show the local application-specific Python version
--version Display the version of pyenv
commands List all available pyenv commands
exec Run an executable with the selected Python version
global Set or show the global Python version
help Display help for a command
hooks List hook scripts for a given pyenv command
init Configure the shell environment for pyenv
install Install a Python version using python-build
local Set or show the local application-specific Python version
prefix Display prefix for a Python version
rehash Rehash pyenv shims (run this after installing executables)
root Display the root directory where versions and shims are kept
shell Set or show the shell-specific Python version
shims List existing pyenv shims
uninstall Uninstall a specific Python version
update update pyenv and plugins
version Show the current Python version and its origin
version-file Detect the file that sets the current pyenv version
version-name Show the current Python version
version-origin Explain how the current Python version is set
versions List all Python versions available to pyenv
whence List all Python versions that contain the given executable
which Display the full path to an executable
See `pyenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/pyenv/pyenv#readme
```
2019-10-16 11:47:11 -04:00
Yamashita, Yuu
8bf5d9d303
Merge pull request #1423 from cjolowicz/cpython-3.7.5
...
Add CPython 3.7.5
2019-10-16 20:48:57 +09:00
Claudio Jolowicz
ebfba473cf
Use CPython 3.7.5 on travis-ci
2019-10-16 12:36:04 +02:00
Claudio Jolowicz
9aa08ed763
Add CPython 3.7.5
2019-10-16 12:32:45 +02:00
Josh Friend
d6d6bc8bb0
v1.2.14
2019-10-15 10:15:56 -04:00
Josh Friend
a0a5822785
Remove 3.8.0 betas/rcs
2019-10-15 10:10:59 -04:00
Jeremiah Boby
3cfe81a3f8
Add Python 3.8.0 (stable release) ( #1416 )
...
Use stable 3.8.0 release for PYTHON_BUILD_VERSION
2019-10-15 10:08:32 -04:00
Yamashita, Yuu
f3d008fddd
Merge pull request #1410 from felixonmars/patch-1
...
Correct a typo in python-build
2019-10-09 09:10:18 +09:00
Felix Yan
4039709dfe
Correct a typo in python-build
2019-10-09 06:12:27 +08:00
Josh Friend
38de38e3d5
Add CPython 3.5.8rc1 ( #1406 )
2019-10-02 08:44:00 -04:00
Josh Friend
908d57d677
Add CPython 3.7.5rc1 ( #1405 )
2019-10-02 01:16:15 -04:00
Anton Petrov
9fc7ef3a17
Create 3.8.0rc1 ( #1404 )
...
Added Python version 3.8.0 Release Candidate 1
2019-10-02 01:11:03 -04:00
Daniel Hahler
ecd67c8223
pyenv-exec: no -a with exec to keep $PATH with system version ( #1169 )
...
Using `exec -a` caused Python to use $PATH to look up the full program name (for
`sys.executable`), which 314937d then tried to fix by changing $PATH
also for the system version.
This is not necessary anymore when not using the short name with `exec`.
This was rejected upstream
(https://github.com/rbenv/rbenv/pull/1089#issuecomment-394531896 ), since
it is not a problem with Ruby apparently.
Uses $PYENV_ROOT to check if system version is used.
Fixes https://github.com/pyenv/pyenv/issues/98 .
Fixes https://github.com/pyenv/pyenv/issues/789 .
2019-09-29 00:03:44 +02:00
Daniel Hahler
31b7e1c390
tests: remove "supports python -S <cmd>" ( #1168 )
...
This was imported semi-automatically in 0965577 , but `ruby -S` is
different from `python -S`.
`ruby -S`: look for the script using PATH environment variable
`python -S`: don't imply 'import site' on initialization
2019-09-24 04:59:49 +02:00
Yamashita, Yuu
8a56fe641f
Merge pull request #1397 from grahamannett/tcltk-fix
...
working with tcl-tk in PYTHON_CONFIGURE_OPTS
2019-09-19 17:10:42 +09:00
graham
b7f4ace335
working with tcl-tk in PYTHON_CONFIGURE_OPTS
2019-09-18 18:04:12 -07:00
Yamashita, Yuu
a7cba17fb7
Merge pull request #1396 from cdwilson/fix-micropython-build
...
Fix path to Unix port in micropython build
2019-09-19 09:24:17 +09:00
Christopher Wilson
a71e590a44
Fix path to Unix port in micropython build
2019-09-18 10:18:48 -07:00
Yamashita, Yuu
3798638a6a
Merge pull request #1395 from cdwilson/add-micropython-1.11
...
Add micropython-1.11
2019-09-18 15:07:40 +09:00
Yamashita, Yuu
e29d2b666b
Merge pull request #1394 from cdwilson/fix-micropython-build
...
Build mpy-cross dependency for micropython builds
2019-09-18 15:06:51 +09:00
Christopher Wilson
c9da22d559
Add micropython-1.11
2019-09-17 21:44:46 -07:00
Christopher Wilson
8bebdb7f1a
Build mpy-cross dependency for micropython builds
2019-09-17 21:39:04 -07:00
Yamashita, Yuu
6563b64d0b
Merge pull request #1390 from Juanlu001/add-cpython-380b4
...
Add CPython 3.8.0b4
2019-08-31 17:42:33 +09:00
Juan Luis Cano Rodríguez
eefdc57562
Add CPython 3.8.0b4
...
Fix #1389 .
2019-08-31 09:57:46 +02:00
Yamashita, Yuu
0aeeb6fdcb
Merge pull request #1382 from kenshohara/master
...
Support Anaconda-2019.07
2019-08-21 16:32:38 +09:00
kenshohara
b5547afbc8
Support Anaconda-2019.07
2019-08-21 14:57:25 +09:00
Josh Friend
17f44b7cd6
v1.2.13
2019-07-09 08:56:34 -04:00
Joe Siewert
10bf9d22c6
Add CPython 3.7.4 ( #1370 )
2019-07-08 22:00:12 -04:00
Yamashita, Yuu
525dac36f6
Merge pull request #1368 from joesiewert/python-3.6.9
...
Add CPython 3.6.9
2019-07-07 16:29:24 +09:00
Joe Siewert
d24bb6eb7e
Add CPython 3.6.9
2019-07-06 18:48:56 -06:00
Yamashita, Yuu
eb68ec9488
Merge pull request #1358 from jonathanbranam/patch-1
...
Remove infocmp from shims
2019-06-21 12:42:40 +09:00
Jonathan Branam
aed0c91d61
Remove infocmp from shims
...
infocmp is a system utility that returns information about the user's terminal. When it is shimmed it can cause problems for various programs that use it to determine terminal settings. In particular, the library used by the Scala shell reads it and problems can occur where various control keys don't work (e.g. backspace does not work).
2019-06-20 22:04:20 -04:00
Josh Friend
a10c787f9b
v1.2.12
2019-06-11 10:18:18 -04:00
Mikhail Bulash
4157973301
Find zlib from Xcode or brew on Mojave ( #1353 )
...
fixes #1219 , #1333
2019-06-11 10:12:00 -04:00
Josh Friend
2350e57b00
Add CPython 3.8.0b1
2019-06-04 19:39:02 -04:00
Josh Friend
7dd50144d5
Link windows users to pyenv-win
...
see #62
2019-04-28 20:21:47 -04:00
Christopher Hunt
6103468023
Merge pull request #1337 from nvllsvm/1336
...
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
2019-04-23 10:39:24 -04:00
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
...
This reverts commit 070e1c859f , reversing
changes made to 3faeda67bb .
2019-04-23 10:23:33 -04:00
Christopher Hunt
070e1c859f
Merge pull request #1153 from cmcginty/remove-sbang
...
Remove shebang lines from scripts for performance
2019-04-22 20:13:19 -04:00
Christopher Hunt
3faeda67bb
Merge pull request #1216 from blueyed/abs_dirname
...
Fix abs_dirname for relative symlinks in same directory
2019-04-18 16:34:55 -04:00
Yamashita, Yuu
ec220c4476
Merge pull request #1335 from lazka/pypy-7.1.1
...
Add PyPy 7.1.1
2019-04-17 16:57:04 +09:00
Christoph Reiter
01f596e33c
Add PyPy 7.1.1
...
https://pypy.readthedocs.io/en/latest/release-v7.1.1.html
2019-04-17 09:04:56 +02:00
Yamashita, Yuu
abd4469920
v1.2.11
2019-04-09 00:50:15 +00:00
Yamashita, Yuu
2891972d85
Merge pull request #1329 from pyenv/yy-mac-readline-8.0
...
Use GNU Readline 8.0
2019-04-09 09:46:38 +09:00
Yamashita, Yuu
3895488c53
Merge pull request #1327 from pyenv/yy-import-ruby-build-20190401
...
Import ruby-build 20190401
2019-04-09 00:37:32 +09:00
Yamashita, Yuu
8523111193
Clean up test prefix at the beginning of test-build [ci skip]
2019-04-09 00:07:13 +09:00
Yamashita, Yuu
02a4b33b62
Run python-build directly from make to avoid job cancellation after 10 min no output on travis-ci.org
2019-04-08 23:54:12 +09:00
Yamashita, Yuu
70e173381e
Use GNU Readline 8.0
2019-04-08 23:15:31 +09:00
Yamashita, Yuu
e7ed7fa27e
Fix tests
2019-04-08 23:09:29 +09:00
Yamashita, Yuu
b551fed8d5
Imported changes from rbenv/ruby-build 20190401
2019-04-08 23:09:29 +09:00
Yamashita, Yuu
6efe9d1f40
Merge pull request #1328 from pyenv/yy-prefer-openssl11
...
Prefer OpenSSL 1.1 only for specific python versions
2019-04-08 23:09:06 +09:00
Yamashita, Yuu
612dd5e2e8
Upgrade the _default_ OpenSSL version from 1.0.2k to 1.1.0j, only against versions w/ OpenSSL 1.1 support backported
...
See also:
* https://bugs.python.org/issue32947
2019-04-08 20:39:48 +09:00
Yamashita, Yuu
3bb3de7529
Set PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 to 3.7 and 3.8 definitions
2019-04-08 19:20:35 +09:00
Yamashita, Yuu
79481d686f
Fix typos
2019-04-08 08:31:27 +00:00
Yamashita, Yuu
6d279501b5
Add extra code to configure with --with-openssl which is supported by CPython 3.7+
2019-04-08 08:21:36 +00:00
Yamashita, Yuu
0708c6c968
Add prefer_openssl111 to definitions that (would) support OpenSSL 1.1 ( #1327 )
2019-04-08 11:25:01 +09:00
Yamashita, Yuu
62395cabb5
Allow overriding the preference of OpenSSL version per definition basis ( #1302 , #1325 , #1326 )
2019-04-08 11:18:31 +09:00
Yamashita, Yuu
78cecd2060
Merge pull request #1324 from binbjz/master
...
Support Anaconda 2019.03
2019-04-08 09:29:50 +09:00
binbjz
b531e0f420
Support Anaconda 2019.03
2019-04-06 19:59:39 +08:00
Ville Skyttä
e405c7898c
Add CPython 3.4.10 ( #1322 )
2019-04-05 13:29:17 -04:00
Yamashita, Yuu
3176c8b71c
Merge pull request #1321 from alexdo/bugfix/fix-2.4-name-collision
...
Fix 2.4 builds: redeclaration of posix_close
2019-04-05 11:57:06 +09:00
Alexander Dormann
40a88f050b
fix posix_close name collision in 2.4 builds
...
Ported from https://bugs.python.org/issue20594
2019-04-04 20:49:18 +02:00
Yamashita, Yuu
9a98bfae48
v1.2.10
2019-04-04 01:18:57 +00:00
Yamashita, Yuu
b610909314
Merge pull request #1302 from ThomasWaldmann/prefer-openssl-1.1
...
macOS: prefer homebrew openssl 1.1.x over 1.0.x, see #839
2019-04-01 10:53:26 +09:00
Josh Friend
333946b3f8
Update checksums for pypy3.6-7.1.0 to match new tarballs
...
closes #1316
2019-03-28 14:04:55 -04:00
Josh Friend
64c0828562
Fix checksum error for pypy3.6-7.1.0-linux64
...
closes #1314
2019-03-27 15:21:15 -04:00
Yamashita, Yuu
377f6a13fe
Merge pull request #1310 from lazka/pypy-7.1.0-portable
...
Add pypy 7.1.0 portable builds
2019-03-27 10:12:35 +09:00
Christoph Reiter
15543ba68b
Add pypy 7.1.0 portable builds
2019-03-26 21:26:15 +01:00
Yamashita, Yuu
dae256f3e0
Merge pull request #1309 from chrahunt/fix-versions
...
Add copy_python_gdb for 3.7.3 and move patches.
2019-03-26 12:42:46 +09:00
Chris Hunt
9305f1baf4
Add copy_python_gdb for 3.7.3 and move patches.
...
Fixes issue introduced in #1283 and #1308 .
2019-03-25 23:26:18 -04:00
Yamashita, Yuu
a9052c68e7
Merge pull request #1308 from dannyvink/add-python-3.7.3
...
Add support for Python 3.7.3
2019-03-26 10:59:09 +09:00
Danny Vink
e1d83d1212
Add support for Python 3.7.3
2019-03-25 17:16:31 -07:00
Josh Friend
aefff77b4b
Add pypy 7.1.0
2019-03-24 21:20:54 -04:00
Yamashita, Yuu
a899d2507c
Merge pull request #1305 from creativecoderr/patch-1
...
Minor formatting changes
2019-03-22 19:47:46 +09:00
Yamashita, Yuu
53dc6b6891
Merge pull request #1306 from zed/add-cpython-3.5.7
...
Add cpython 3.5.7
2019-03-22 17:34:31 +09:00
zed
5f46979079
add newline at the end of file
2019-03-22 11:06:59 +03:00
zed
5e9ef18002
Add CPython 3.5.7
2019-03-22 10:53:13 +03:00
Ratul R
6fa07b32e5
Minor formatting changes
...
Adding a list to the notes of point #2 in Basic GitHub Checkout steps.
2019-03-22 11:16:38 +05:30
Thomas Waldmann
dda597efb3
macOS: prefer homebrew openssl 1.1.x over 1.0.x, see #839
...
previously, it was not possibly to compile a python with homebrew
openssl 1.1 because the code always queried "openssl" and ignored
"openssl@1.1".
now, if 1.1 is installed, it is used to compile python and only
if it is not, 1.0 is checked and used.
2019-03-16 21:17:43 +01:00
Daniel Hahler
3768f1d7db
Revert "also remove shebang with libexec/pyenv"
...
This reverts commit d352b4810d .
2019-03-07 22:38:15 +01:00
Daniel Hahler
d352b4810d
also remove shebang with libexec/pyenv
2019-03-07 22:35:38 +01:00
Casey McGinty
83e5459cfb
Remove shebang lines from scripts for performance
...
All scripts in libexec/ (excluding pyenv) are called through pyenv,
therefore the shebang lines are not necessary. On some systems this
provides a measurable increase in performance of the shell prompt.
Related to pyenv/pyenv-virtualenv#259
2019-03-07 22:15:14 +01:00
Les Aker
7d02b2463b
Add CPython 2.7.16 ( #1296 )
2019-03-04 15:58:26 -05:00
Christopher Hunt
abc28d3a53
Merge pull request #1289 from chrahunt/feature/add-python-gdb
...
Install python-gdb.py.
2019-03-03 23:47:24 -05:00
Christopher Hunt
9baa6efeda
Merge pull request #1291 from chrahunt/feature/add-travis-checks
...
Add CI builds that actually build Python.
2019-02-22 20:14:38 -05:00
Christopher Hunt
fe04483773
Merge pull request #1217 from remilapeyre/master
...
Force y, Y, yes or YES to confirm installation
2019-02-21 20:31:20 -05:00
Chris Hunt
8ed7912759
Add CI builds that actually build Python.
...
For now this just builds the latest CPython, but it can be
extended to include other versions.
Skip with `[skip build]` in commit message.
2019-02-21 20:02:40 -05:00
Chris Hunt
3018241aee
Install python-gdb.py.
...
The script in `Tools/gdb/libpython.py` has helper functions for
debugging Python processes under gdb. When installed to `{exe}-gdb.py`
it will automatically be loaded by gdb assuming it is in the safe path.
gdb resolves all symlinks, so having the single script is sufficient
regardless of how Python is invoked.
Since it is usually only included as part of a dbg/dev package, this
file is intentionally excluded from install by the CPython build
scripts. Like the packaging with EPEL/Debian, we opt to manually copy
it after the build/install.
To ensure this file gets picked up it is enough for users to put this in
their `~/.gdbinit`:
```
add-auto-load-safe-path ~/.pyenv
```
Fixes #1190 .
2019-02-18 11:16:37 -05:00
Christopher Hunt
99092d7fd1
Merge pull request #1285 from scop/micropython-xz
...
Use xz compressed micropython 1.9.* tarballs
2019-02-18 09:12:07 -05:00
Christopher Hunt
7fa3a3f15c
Merge pull request #1284 from scop/micropython-1.10
...
Add micropython 1.10
2019-02-18 09:10:44 -05:00
Yamashita, Yuu
eb4c4c526a
Merge pull request #1287 from paugier/enh/add-pypy3.6-v7.0.0
...
Add pypy3.6-7.0.0
2019-02-18 22:04:36 +09:00
paugier
15d85a828c
Add pypy3.6-7.0.0
2019-02-18 13:57:23 +01:00
Ville Skyttä
4de590433b
Use xz compressed micropython 1.9.* tarballs if we have tar.xz support
2019-02-17 18:10:55 +02:00
Ville Skyttä
bd4e24cc30
Add micropython 1.10
2019-02-17 18:09:11 +02:00
Christopher Hunt
ddb335c197
Merge pull request #1283 from chrahunt/feature/explicit-versions
...
Use explicit versions for CPython identifiers.
2019-02-15 23:51:11 -05:00
Chris Hunt
1373ce433c
Use explicit versions for CPython identifiers.
...
Fixes #1282 .
2019-02-15 23:00:08 -05:00
Yamashita, Yuu
6b0418226f
Merge pull request #1278 from lazka/pypy-7.0.0
...
Add pypy 7.0.0
2019-02-13 22:55:13 +09:00
Christoph Reiter
9479db96fe
Add pypy 7.0.0
2019-02-13 14:15:32 +01:00
Yamashita, Yuu
6309aaf295
Merge pull request #1266 from bicycle1885/patch-1
...
Add a note for fish shell users (close #1203 )
2019-01-11 17:33:25 +09:00
Kenta Sato
336cc885cf
Add a note for fish shell users ( close #1203 )
2019-01-11 17:21:17 +09:00
Josh Friend
3f39e8a944
v1.2.9
2019-01-10 08:19:47 -05:00
Yamashita, Yuu
337b92d95d
Merge pull request #1263 from jwilk-forks/python3.3.7-sslv3
...
Add OPENSSL_NO_SSL3 patch for 3.3.7
2019-01-08 12:11:29 +09:00
Jakub Wilk
781db9bb8c
Add OPENSSL_NO_SSL3 patch for 3.3.7
2019-01-07 18:33:40 +01:00
Yamashita, Yuu
775a4b6379
Merge pull request #1260 from adithyabsk/ironpython_dev
...
Update ironpython development install location
2018-12-28 09:11:03 +09:00
Adithya Balaji
22b7de95d6
Update ironpython development install location
2018-12-27 17:59:43 -05:00
Yamashita, Yuu
0e3e812aa8
Merge pull request #1259 from anton-petrov/add-anaconda-2018.12
...
Added new Anaconda 2018.12 installers.
2018-12-27 14:54:34 +09:00
Anton Petrov
962fdd974d
Added new Anaconda 2018.12 installers.
...
new file: plugins/python-build/share/python-build/anaconda2-2018.12
new file: plugins/python-build/share/python-build/anaconda3-2018.12
Close #123
2018-12-27 08:41:39 +03:00
Yamashita, Yuu
f07184b34c
Merge pull request #1256 from ipfans/master
...
Add CPython 3.7.2 and CPython 3.6.8
2018-12-25 08:24:52 +09:00
ipfans
b246ba437f
CPython 3.6.8
2018-12-24 23:23:52 +08:00
ipfans
bdd58ff278
CPython 3.7.2
2018-12-24 23:22:35 +08:00
Yamashita, Yuu
ec9fb5492b
Merge pull request #1248 from neersighted/ls-definitions
...
Use ls instead of find to list definitions
2018-11-26 09:16:47 +09:00
Bjorn Neergaard
cc35fbd0b8
Use ls instead of find to list definitions
2018-11-25 12:31:17 -07:00
Yamashita, Yuu
dd523b706d
Merge pull request #1246 from binbjz/master
...
python-build: add anaconda[23]-5.3.1
2018-11-24 22:25:37 +09:00
ZhaoBin
0c69fc9501
update sha256
2018-11-24 20:24:08 +08:00
ZhaoBin
e302f0d443
add anaconda[23]-5.3.1
2018-11-24 19:16:39 +08:00
Josh Friend
80414b1b5b
v1.2.8
2018-10-30 09:42:16 -04:00
Yamashita, Yuu
e389c8d906
Merge pull request #1234 from alanyee/master
...
Update README.md
2018-10-30 14:49:54 +09:00
Alan Yee
cd7c8af487
Update README.md
...
Replace OS X with macOS
2018-10-29 22:02:21 -07:00
Josh Friend
835707da22
CPython 3.6.7 and 3.7.1
2018-10-20 17:38:55 -04:00
Yamashita, Yuu
ee7b974160
Merge pull request #1228 from purificant/3.7.1rc2_url
...
amend 3.7.1rc2 url
2018-10-14 20:46:12 +09:00
purificant
62213bbfff
amend 3.7.1rc2 url
2018-10-14 11:35:26 +01:00
Josh Friend
75ca7613ad
CPython 3.6.7rc2 and 3.7.1rc2
2018-10-13 18:28:04 -04:00
Josh Friend
21c75c19e3
Add CPython 3.7.1rc1
2018-10-02 09:11:39 -04:00
Josh Friend
99346da8eb
Add CPython 3.6.7rc1
2018-10-02 09:11:24 -04:00
Yamashita, Yuu
1a276f2d78
Merge pull request #1220 from shoichiaizawa/add-anaconda-5.3.0
...
python-build: add anaconda[23]-5.3.0
2018-10-02 09:25:43 +09:00
Shoichi Aizawa
650d9bd652
python-build: add anaconda[23]-5.3.0
2018-10-01 09:32:28 +09:00
Rémi Lapeyre
9be58802c1
Force y, Y, yes or YES to confirm installation
2018-09-19 16:18:27 +02:00
Daniel Hahler
4f21d9a2ea
Fix abs_dirname for relative symlinks in same directory
...
Ref (abs_dirname in bats): https://github.com/sstephenson/bats/pull/224
Ref: https://github.com/rbenv/rbenv/pull/868
Fixes https://github.com/pyenv/pyenv/issues/580
2018-09-19 10:18:07 +02:00
Yamashita, Yuu
5603eb51c9
Merge pull request #1209 from altendky/patch-1
...
Add readme step for installing build deps per wiki
2018-08-28 23:32:50 +09:00
Kyle Altendorf
c6e3f95f67
Add readme step for installing build deps per wiki
2018-08-28 10:25:51 -04:00
rhymes
7190216884
#1199 introduced Python 3.5.6 not 3.7 ( #1200 )
2018-08-12 08:33:02 -04:00
Josh Friend
b7eea9003b
v1.2.7
2018-08-11 14:41:04 -04:00
Josh Friend
1e96b2c321
Add CPython 3.5.6
...
Closes #1199
2018-08-11 14:40:09 -04:00
Josh Friend
0bdae9fd9d
Add CPython 3.4.9
2018-08-11 14:37:41 -04:00
Josh Friend
9c7bdbc5e2
Remove old RC
2018-08-11 14:37:25 -04:00
Yamashita, Yuu
97f244fbb5
v1.2.6
2018-07-18 06:39:28 +00:00
Yamashita, Yuu
c057a80c82
Merge pull request #1180 from LWisteria/wget_version_check
...
Check wget version iff wget is going to be used (again)
2018-07-03 09:35:28 +09:00
LWisteria
0e3f04c429
Check wget version iff wget is going to be used
...
reapplying 4ebba7cd5f , which is (accidently?) reverted by fc90785f75
2018-06-29 14:55:32 +09:00
Yamashita, Yuu
3de7c5f298
Merge pull request #1178 from rhymes/python366
...
Added CPython 3.6.6
2018-06-28 17:52:26 +09:00
rhymes
996a2d12a5
Added CPython 3.6.6
2018-06-28 10:04:27 +02:00
Josh Friend
4812e0387b
v1.2.5
2018-06-27 19:21:18 -04:00
Josh Friend
334e413722
Remove 3.5.5rc1
2018-06-27 19:16:40 -04:00
Josh Friend
2f1fb3a6e1
Remove 3.7.0rc1
...
fixes #1177
2018-06-27 19:15:15 -04:00
Pascal van Kooten
d48a954c6c
Add CPython 3.7.0
2018-06-27 19:03:52 -04:00
Robin Message
d08c9cfb36
Language tweaks to PULL_REQUEST_TEMPLATE.md ( #1173 )
2018-06-21 10:11:00 -04:00
Josh Friend
43235c2716
CPython 3.7.0rc1 and 3.6.6rc1
2018-06-12 23:06:54 -04:00
Yamashita, Yuu
cbf3983ac5
Merge pull request #1166 from tsahara/openbsd-does-not-have-seq
...
seq(1) is not available on OpenBSD.
2018-06-06 09:42:26 +09:00
Tomoyuki Sahara
9c1d677d23
seq(1) is not available on OpenBSD.
2018-06-01 15:11:01 +09:00
Yamashita, Yuu
eee72eecdf
Merge pull request #1165 from shoichiaizawa/add-anaconda-5.2.0
...
python-build: add anaconda[23]-5.2.0
2018-06-01 10:52:08 +09:00
Shoichi Aizawa
09494e3943
python-build: add anaconda[23]-5.2.0
2018-06-01 00:57:28 +09:00
Josh Friend
8eeddaebc1
CPython 3.7.0b5
2018-05-31 08:34:08 -04:00
Ville Skyttä
dad0fc708a
Add micropython 1.9.4 ( #1160 )
2018-05-20 16:24:11 -04:00
Josh Friend
a2d51328ee
CPython 3.7.0b4
2018-05-07 08:25:52 -04:00
Josh Friend
3faba7d47c
v1.2.4
2018-05-01 13:51:00 -04:00
Josh Friend
3f8ea04cc2
Add pypy-portable 6.0.0
...
closes #1154
2018-05-01 13:45:59 -04:00
Josh Friend
f7a3ffd2d8
CPython 2.7.15
2018-05-01 01:14:42 -04:00
Yamashita, Yuu
df0437f111
Merge pull request #1145 from pyenv/rehash-wait
...
Wait rehash until lock acquisition
2018-05-01 09:37:03 +09:00
Yamashita, Yuu
d6ba379e08
Merge pull request #1146 from pyenv/http-client-based-on-envvar
...
Allow overriding HTTP client type based on environment variable
2018-05-01 09:34:24 +09:00
Josh Friend
47436606b5
Add pypy 6.0.0
2018-04-27 18:16:14 -04:00
Yamashita, Yuu
b3ba0fd7e3
Refactor test code of python-build. Use curl during tests by default
2018-04-26 02:06:57 +00:00
Yamashita, Yuu
750c63c643
Merge pull request #1151 from pyenv/ruby-build-20180424
...
Import latest changes from https://github.com/rbenv/ruby-build as of v20180424
2018-04-26 10:31:38 +09:00
Yamashita, Yuu
c8ad3385c7
Import latest changes from https://github.com/rbenv/ruby-build as of v20180424
2018-04-26 00:56:08 +00:00
Yamashita, Yuu
11067155f4
Merge pull request #1147 from zbentley/fix_bundle_loader_for_new_osx
...
Address #273 via a patch from python#21811
2018-04-25 10:11:54 +09:00
Zac Bentley
18df84f535
Address #273 via a patch from python#21811
2018-04-24 13:14:18 -04:00
Yamashita, Yuu
098fb9f07a
Rewrite python-build tests with using PYTHON_BUILD_HTTP_CLIENT
2018-04-24 05:22:32 +00:00
Yamashita, Yuu
fc90785f75
Allow overriding HTTP client type based on environment variable PYTHON_BUILD_HTTP_CLIENT ( #1126 )
2018-04-24 02:33:43 +00:00
Yamashita, Yuu
1ec57a0c68
Add basic test for rehash wait
2018-04-24 00:42:47 +00:00
Yamashita, Yuu
7973e59473
Fix rehash test to give up sooner after lock file's presence
2018-04-24 00:38:01 +00:00
Yamashita, Yuu
b1e3f13a85
Renamed variable; s/PYENV_REHASH_LOCK_TIMEOUT/PYENV_REHASH_TIMEOUT/
2018-04-24 00:35:55 +00:00
Yamashita, Yuu
a6c15fb242
Experimental implementation to wait rehash until acquiring lock
...
For now the code is using traditional pseudo locking mechanism
based on `noclobber`.
2018-04-19 01:02:16 +00:00
Yamashita, Yuu
63c4b7f45c
Merge pull request #1140 from fschulze/2.7.15rc1
...
Add Python 2.7.15rc1.
2018-04-15 19:51:09 +09:00
Florian Schulze
20e4f53aac
Add Python 2.7.15rc1.
2018-04-15 12:40:30 +02:00
Yamashita, Yuu
35f7ef8708
Merge pull request #1133 from pyenv/rbenv-20180402
...
Import changes from rbenv as of 20180402
2018-04-05 16:47:20 +09:00
Yamashita, Yuu
83429344ea
Rewrite some tests for pyenv which was recently imported from rbenv
2018-04-02 01:52:42 +00:00
Yamashita, Yuu
83f97ef2b3
Merge remote-tracking branch 'rbenv/master' into rbenv-20180402
2018-04-02 01:46:48 +00:00
Josh Friend
b960f863cc
CPython 3.7.0b2 -> b3
2018-03-30 15:04:29 -04:00
Yamashita, Yuu
a41d7561d0
Merge pull request #1131 from pyenv/workaround-get-pip-url-py26-py32
...
Use custom get-pip URL based on the target version
2018-03-29 12:19:46 +09:00
Yamashita, Yuu
980b03b582
Update warning message on presence of PIP_VERSION
2018-03-29 03:16:53 +00:00
Yamashita, Yuu
f3aba64a84
Merge pull request #1132 from pyenv/fix-typo-in-pr-template
...
Fixed a typo in PR template
2018-03-29 10:18:07 +09:00
Yamashita, Yuu
fc33f674b4
s/Generaly/Generally/ 😞
2018-03-29 01:14:19 +00:00
Yamashita, Yuu
f5663f084a
Show some warning on the use of PIP_VERSION
2018-03-29 00:58:17 +00:00
Yamashita, Yuu
a1d39c1e25
Add test for custom GET_PIP_URL per versions
2018-03-29 00:58:06 +00:00
Yamashita, Yuu
90dfb261e2
Use custom get-pip URL based on the target version ( #1127 )
2018-03-29 00:38:16 +00:00
Joe Siewert
367c6765ab
Modify changelog to indicate CPython 3.6.5 ( #1130 )
2018-03-28 20:15:40 -04:00
Josh Friend
abbb606041
v1.2.3
2018-03-28 18:22:17 -04:00
Josh Friend
359aa1f4c6
Add CPython 3.6.5
2018-03-28 18:18:56 -04:00
Yamashita, Yuu
b95d0d9542
Merge pull request #1128 from pyenv/pip-version-workaround2
...
Refactoring around `GET_PIP_URL`
2018-03-22 11:04:33 +09:00
Yamashita, Yuu
15ff779eb5
Refactoring
...
Manage `GET_PIP_URL` value at single place for readability.
2018-03-22 01:34:44 +00:00
Yamashita, Yuu
f35aea984f
Merge pull request #1123 from pyenv/github-issue-templates
...
Add template for issues and pull requests
2018-03-22 09:37:25 +09:00
Daniel Hahler
806b9384a1
Update PULL_REQUEST_TEMPLATE.md
...
revisited
2018-03-20 21:40:02 +01:00
Daniel Hahler
5861aee062
Update ISSUE_TEMPLATE.md
...
revisited
2018-03-20 21:37:40 +01:00
Yamashita, Yuu
967d9b6a1b
Merge pull request #1124 from pyenv/pip-version-workaround
...
Unset `PIP_VERSION` before invoking `get-pip.py` as a workaround for `invalid truth value` error
2018-03-20 13:23:51 +09:00
Yamashita, Yuu
ed2d2a921e
Unset PIP_VERSION before invoking get-pip.py as a workaround for invalid truth value error ( pyenv/pyenv-installer#70 )
2018-03-20 04:04:49 +00:00
Yamashita, Yuu
143e0be9fc
Add template for issues and pull requests ( #1116 )
2018-03-20 01:44:57 +00:00
raimon
694b551935
Fix dead links in ToC ( #1121 )
2018-03-15 15:42:52 -04:00
Jens Hedegaard Nielsen
59846ca9b1
Set openssl PKG_CONFIG_PATH for python 3.7 ( #1117 )
2018-03-13 10:00:23 -04:00
Yamashita, Yuu
adbb59ed2c
Merge pull request #1113 from timsavage/activepython
...
Support for ActivePython
2018-03-13 09:33:17 +09:00
Tim Savage
05143526f4
Added download source and SHA256 hashes
2018-03-12 14:44:57 +11:00
Tim Savage
296ce06d69
Added current ActivePython versions 2.7.14, 3.5.4, 3.6.0
2018-03-09 12:12:56 +11:00
Tim Savage
3daed2e517
Added entries to support installing ActivePython (linux)
2018-03-09 12:12:13 +11:00
Josh Friend
a8e207f330
v1.2.2
2018-02-28 16:32:37 -05:00
Josh Friend
5f74547379
CPython 3.7.0b1 -> 3.7.0b2
2018-02-28 16:24:58 -05:00
Mislav Marohnić
c8ba27fd07
Merge pull request #1069 from viclim/fix-issue-1065
...
Ignore empty `.ruby-version` files
2018-02-26 10:53:46 +01:00
Victor Lim
9daf81f16e
Fix https://github.com/rbenv/rbenv/issues/1065
...
Command `rbenv version-name > .ruby-version` will create an empty `.ruby-version` file
before running `rbenv-version-file`. This causes `rbenv-version-file` to return empty
string which in turn causes `rbenv-version-name` to return `system`.
Ensure size of `.ruby-version` is non-zero as a workaround.
2018-02-26 16:49:37 +08:00
Yamashita, Yuu
23e1c5049f
Merge pull request #1101 from Calinou/readme-use-markdown-image
...
Use Markdown image markup in README
2018-02-23 09:36:08 +09:00
Hugo Locurcio
7ca1923a44
Use Markdown image markup in README
...
This also fixes the aspect ratio of the image being incorrect.
2018-02-22 15:43:44 +01:00
Yamashita, Yuu
445d59ae2e
Merge pull request #1100 from shoichiaizawa/add-anaconda-5.1.0
...
python-build: add anaconda[23]-5.1.0
2018-02-19 10:46:56 +09:00
Shoichi Aizawa
bc9687576e
python-build: add anaconda[23]-5.1.0
2018-02-16 18:03:57 +09:00
Yamashita, Yuu
907a86b743
Merge pull request #1094 from claco/update-3.4.8
...
Correct CPython 3.4.8 Checksums
2018-02-09 13:13:02 +09:00
Christopher H. Laco
812f02662b
Correct CPython 3.4.8 Checksums
...
The current checksums for tar.xz and .tgz files are reversed. This
causes python-build to fail with a checksum mismatch error.
Reversing the checksums to allow the build to succeed.
2018-02-08 22:40:04 -05:00
Yamashita, Yuu
5c0570cdc0
Merge pull request #1093 from charlesreid1/master
...
Improve screenshot in readme
2018-02-09 09:37:18 +09:00
Yamashita, Yuu
43c4063f51
Merge pull request #1091 from BanzaiMan/python-build-updates
...
Python-build updates
2018-02-09 09:33:52 +09:00
Charles Reid
aab718844a
Changing background to be lighter/lower contrast
2018-02-08 16:10:37 -08:00
Charles Reid
59050aa093
Fixing image of terminal output to use carbon (cleaner and easier-to-read colors)
2018-02-08 16:08:24 -08:00
Hiro Asari
42349d9d24
Update 3.4.8rc1 to 3.4.8 release
2018-02-08 08:34:01 -05:00
Hiro Asari
2ba2d8797b
Add 3.8-dev to point to master
...
Push 3.7-dev to `3.7` branch
2018-02-08 08:27:18 -05:00
Yamashita, Yuu
04d9342f82
Merge pull request #1090 from draeath/master
...
Add CPython 3.5.5
2018-02-08 09:38:09 +09:00
Paul Bransford
d85bc23592
Add CPython 3.5.5
2018-02-07 17:25:15 -05:00
INADA Naoki
f114557698
3.7.0a4 -> 3.7.0b1 ( #1086 )
2018-02-01 13:31:38 -05:00
Yamashita, Yuu
95ad305bcb
Merge pull request #1084 from scop/pypy3-5.10.1
...
Add pypy3 5.10.1
2018-01-29 09:05:27 +09:00
Ville Skyttä
6c0625710f
Add pypy3 5.10.1
2018-01-29 00:11:11 +02:00
Yamashita, Yuu
86e1b9a8ad
Merge pull request #1082 from shoichiaizawa/add-clear-to-conda-blacklist
...
Do not create `clear` shim when Anaconda is installed
2018-01-26 15:17:19 +09:00
Shoichi Aizawa
b64c445b61
Do not create clear shim when Anaconda is installed
...
Add `clear` to the Anaconda's default blacklist in order to prevent
pyenv from creating the shim script for it.
The `clear` command executable began included from Anaconda 5.0.0
onwards, and this executable now conceals that of the user's base system
- this hinders the user from running the `clear` command with the
`command not found` error output if a user installs and selects one or
more Python version(s) other than Anaconda 5.x.x.
Adding this one-liner to the blacklist allows the user to use the
`clear` command even when Anaconda 5.x.x is not selected by pyenv.
2018-01-26 13:29:48 +09:00
Josh Friend
1864fd7b93
Add CPython 3.4.8rc1 and 3.5.5rc1
2018-01-23 10:13:57 -05:00
Josh Friend
6f27c91b5f
Update CPython 3.7.0a3 -> 3.7.0a4
2018-01-12 18:56:44 -05:00
Josh Friend
b704c4242c
Update changelog for 1.2.1 release
2018-01-10 08:27:34 -05:00
Josh Friend
978d8e0f9a
Add portable pypy[23] 5.10.0
2018-01-10 08:26:30 -05:00
Yamashita, Yuu
65ddf84926
Merge pull request #1070 from BanzaiMan/pypy-xenial
...
Allow binary installs of PyPy on Xenial
2018-01-10 12:26:17 +09:00
Hiro Asari
9a59c8490a
Use multi-arg form of require_distro
2018-01-09 20:50:38 -05:00
Hiro Asari
4a14d2f62a
Allow binary installs of PyPy on Xenial
2018-01-09 14:07:27 -05:00
Hiro Asari
66412f556d
Rename PyPy 5.10 to include TEENY version ( #1069 )
2018-01-09 10:13:15 -05:00
Yamashita, Yuu
785738d5b3
Merge pull request #1062 from pyenv/pypy-5.10
...
Add PyPy[23] 5.10
2017-12-27 08:51:07 +09:00
Josh Friend
71f09a6d71
Add PyPy[23] 5.10
...
closes #1061
2017-12-26 10:23:07 -05:00
Yamashita, Yuu
9619e6bd53
Merge pull request #1058 from zmwangx/cpython-3.6.4
...
Add CPython 3.6.4 and remove 3.6.4rc1
2017-12-19 19:34:05 +09:00
Zhiming Wang
2c3998f88b
Add CPython 3.6.4 and remove 3.6.4rc1
2017-12-19 05:19:10 -05:00
Yamashita, Yuu
69d47d5fd7
Merge pull request #1055 from klimkjar/fix-illumos
...
Fix pyenv install on Solaris / Illumos
2017-12-15 19:01:19 +09:00
Kjetil Limkjær
dc145fa5a2
Added true fallback to num_cpu_cores SunOS case
2017-12-15 09:19:15 +01:00
Kjetil Limkjær
5149c53165
Add SunOS case statement to num_cpu_cores
2017-12-14 22:17:34 +01:00
Kjetil Limkjær
c5e4bab858
Fix pyenv install on Solaris / Illumos
...
pyenv install crashes on Solaris with an empty log file. Adding support for the proper Solaris getconf call in num_cpu_cores fixed it. Tested and working under OmniOS CE r151024.
2017-12-13 22:00:14 +01:00
Josh Friend
e71ac9e439
Release v1.2.0
2017-12-10 09:40:49 -05:00
Chris Laco
76655979f4
Added CPython 3.3.7 ( #1053 )
...
* Added final Python 3.3 release, 3.3.7
* Removed Python 3.3.7rc1
2017-12-10 09:15:08 -05:00
Mislav Marohnić
b943955dbf
Merge pull request #981 from mhinz/shell-descriptive-error
...
Better error message for `rbenv shell`
2017-12-07 05:00:44 +01:00
Marco Hinz
643023d98f
Add tests for shell integration
2017-12-07 02:32:35 +01:00
Marco Hinz
af53c790cc
Better error message for rbenv shell
...
Shell integration is not enabled by default. This means that, from all the
commands from `rbenv commands`, only "shell" won't work right away.
Replace "no such command" with a more descriptive message that points to
`rbenv init` instead.
2017-12-07 02:32:34 +01:00
Josh Friend
15ba0d9c3f
Add CPython 3.6.4rc1
2017-12-06 08:37:07 -05:00
Josh Friend
364fa7f7c6
CPython 3.7.0a2 -> 3.7.0a3
2017-12-06 08:36:47 -05:00
Yamashita, Yuu
b6929531c6
Merge pull request #1051 from LWisteria/do_not_check_wget_version
...
Check wget version iff wget is going to be used
2017-12-06 09:40:47 +09:00
Mislav Marohnić
6aa70b6541
Merge pull request #1013 from blueyed/shellcheck
...
Fix some issues reported by shellcheck
2017-11-30 11:43:18 +01:00
Daniel Hahler
5f8a4c4d62
Fix some issues reported by shellcheck
2017-11-29 16:20:51 +01:00
Mislav Marohnić
eda952ab08
Merge branch 'cdpath-enable'
2017-11-29 15:53:41 +01:00
Mislav Marohnić
b80ea43e25
Quote directory name in variable assignment
2017-11-29 15:51:03 +01:00
Mislav Marohnić
c310bc5f83
Merge pull request #968 from maxnordlund/patch-1
...
Fix fish subcommand completion
2017-11-29 15:47:19 +01:00
Mislav Marohnić
eab68688dc
Merge pull request #959 from zenspider/fix-dash-u
...
Fixed `rbenv init -` output to work w/ no args and bash's `set -u`.
2017-11-29 15:40:23 +01:00
Mislav Marohnić
5183e32887
Merge pull request #982 from MartinNowak/issue759
...
partly resolve #759
2017-11-29 15:37:22 +01:00
Mislav Marohnić
e2f469a7cd
Merge pull request #1002 from blueyed/fix-which-tests-PATH
...
test/which.bats: do not export PATH
2017-11-29 15:25:03 +01:00
Mislav Marohnić
33a5c2495d
Merge pull request #1003 from blueyed/version-file-skip-dirs
...
rbenv-version-file: ensure that the version file is a file
2017-11-29 15:23:58 +01:00
Mislav Marohnić
66b9f6fb2b
Merge pull request #1024 from andyone/master
...
Fixed support for commas for all environment variables in configure script
2017-11-29 15:20:00 +01:00
LWisteria
4ebba7cd5f
Check wget version iff wget is going to be used
...
Do not check when tarball is cached
2017-11-29 20:54:04 +09:00
Yamashita, Yuu
85a66a9640
Merge pull request #1036 from zachriggle/pwd-changes
...
Fix $PWD changes when executing Python
2017-11-21 10:51:41 +09:00
Daniel Hahler
a9ca72ab8e
test/which.bats: do not export PATH
...
Otherwise `sed` might not be found later in bats/libexec/bats-exec-test,
in case `/usr/bin` gets removed.
2017-11-20 04:22:05 +01:00
Yamashita, Yuu
435e362c60
Merge pull request #1041 from pyenv/automate-release
...
Create releases on GitHub automatically from tags (fixes #1038 )
2017-11-20 10:58:54 +09:00
Yamashita, Yuu
afd0840836
Create releases on GitHub automatically from tags ( fixes #1038 )
2017-11-20 01:53:38 +00:00
Zach Riggle
19e2b9588a
Fix $PWD changes when executing Python
...
Specifically, this does not play well with PWD=/proc/self/cwd
2017-11-13 16:04:31 -06:00
Yamashita, Yuu
5b5df15eb7
Merge pull request #1033 from scop/mp193
...
Add micropython 1.9.3
2017-11-10 09:39:54 +09:00
Yamashita, Yuu
428a94b3ed
Merge pull request #1031 from scop/getconf
...
Get number of processors using getconf over cpuinfo grep
2017-11-09 17:39:32 +09:00
Ville Skyttä
08bed5b7b1
Add micropython 1.9.3
2017-11-09 09:21:16 +02:00
Ville Skyttä
fc4f496545
Get number of processors using getconf over cpuinfo grep
2017-11-08 19:07:20 +02:00
Ryan Davis
1a8b5e04a9
Fixed rbenv init - output to work w/ no args and bash's set -u.
2017-11-06 13:59:04 -08:00
Yamashita, Yuu
7ab48c47fd
Merge pull request #1026 from pyenv/ruby-build-20171031
...
Imported recent changes from the latest ruby-build as of Oct 31, 2017
2017-11-04 06:47:44 +09:00
Yamashita, Yuu
9ff06f61b6
Fix broken tests
2017-11-03 14:14:46 +00:00
Yamashita, Yuu
ecc5ff5ead
Fix a bug in handling of PACKAGE_MAKE_INSTALL_TARGET
2017-11-03 14:10:08 +00:00
Yamashita, Yuu
4521552662
Imported recent changes from the latest https://github.com/rbenv/ruby-build as of Oct 31, 2017 ( #1025 )
2017-11-03 14:10:08 +00:00
Samuel Villamonte
2f396596d7
Moved stackless-dev to Github repo
2017-10-31 08:49:36 -04:00
Samuel Villamonte
47c0db9dd8
Moved stackless-3.4-dev to Github repo
2017-10-31 08:49:36 -04:00
Samuel Villamonte
ecc3100828
Removed stackless-3.2-dev
2017-10-31 08:49:36 -04:00
Samuel Villamonte
e77bdb2f0b
Modified stackless-2.7-dev to point to Github
2017-10-31 08:49:36 -04:00
Yamashita, Yuu
4fb078c4c5
Merge pull request #978 from pyenv/skip-enable-unicode-py33
...
Skip passing `--enable-unicode` for CPython 3.3+ (fixes #912 )
2017-10-31 09:57:18 +09:00
Yamashita, Yuu
8d5ffcd082
Merge pull request #1025 from jamieconnolly/fix-missing-openssl-lib
...
Ignore LibreSSL bundled with macOS 10.13
2017-10-31 09:38:37 +09:00
Jamie Connolly
eb70ee3e73
Ignore LibreSSL bundled with macOS 10.13
2017-10-30 16:47:53 +00:00
Josh Friend
9d7a011f6e
pypy defs already use pypy-portable if no official binary is available ( #1023 )
...
having a separate definition for each of these seems redundant
2017-10-29 19:25:07 -05:00
Josh Friend
37299c8851
Remove CPython dev branches no longer in development
2017-10-29 09:20:26 -04:00
Josh Friend
734c341c46
Remove ancient pypy-dev branches
2017-10-28 18:32:06 -04:00
Josh Friend
2d9779b60d
Remove old pypy-2.4 betas
2017-10-28 18:16:33 -04:00
Josh Friend
71671df0e3
Remove old Jython 2.7.1 betas
2017-10-28 18:10:36 -04:00
Josh Friend
8aa1db2050
A TON of verify_py* checks in miniconda were wrong
2017-10-28 18:04:49 -04:00
Shoichi Aizawa
2998ebce87
python-build: add miniconda[23]-4.3.30 ( #1022 )
2017-10-28 17:52:47 -04:00
Josh Friend
2263fc883a
Don't create shim for bunzip2
2017-10-28 17:31:03 -04:00
Josh Friend
6c24a5a88d
Update anaconda[23] 5.0.0 to 5.0.0.1 bugfix
2017-10-28 17:31:03 -04:00
Josh Friend
968ecc10c9
Add Anaconda[23] 5.0.1
2017-10-28 17:31:03 -04:00
Josh Friend
0638a5a320
Don't email on successful builds
2017-10-27 10:33:20 -04:00
Samuel Villamonte
a2d00cb613
Added stackless-3.5.4
2017-10-22 19:20:26 -04:00
Samuel Villamonte
a070a395bf
Added stackless-3.4.7
2017-10-22 19:20:26 -04:00
Samuel Villamonte
29e6f34174
Added stackless-3.3.7
2017-10-22 19:20:26 -04:00
Samuel Villamonte
9daffd3fcc
Added stackless-2.7.14
2017-10-22 19:20:26 -04:00
Zhiming Wang
7b9d1a40c2
Add CPython 3.7.0a2 and remove 3.7.0a1
2017-10-18 08:50:32 -04:00
Josh Friend
af8cca9b31
Add miniconda[23] 4.3.14, 4.3.21, and 4.3.27
...
closes #1012
2017-10-10 21:04:42 -04:00
Yamashita, Yuu
656d7b15c0
Merge pull request #1010 from jab/patch-1
...
Fix broken download link
2017-10-09 11:18:16 +09:00
jab
ff47681966
Fix broken download link (pypy2.7-portable-5.9.0)
2017-10-08 21:46:54 -04:00
Cosimo Lupo
34a5b7f56e
fix typo in pypy-5.9 package name for non-ubuntu linux distros
...
https://github.com/pyenv/pyenv/pull/1005#discussion_r143206847
2017-10-06 11:28:16 -04:00
Josh Friend
d339fbdc53
Add PyPy 5.9.0
2017-10-06 09:58:50 -04:00
Yamashita, Yuu
19cdbc828d
Merge pull request #1001 from shoichiaizawa/add-tput-to-conda-blacklist
...
Do not create `tput` shim when Anaconda is selected
2017-10-05 09:38:52 +09:00
Josh Friend
5af8d2fb12
Update changelog for v1.1.5
2017-10-03 19:30:53 -04:00
Cosimo Lupo
18edb656f9
Add CPython 3.6.3 and remove 3.6.3rc1 ( #1000 )
2017-10-04 00:48:04 +02:00
Shoichi Aizawa
0c1edefe6a
Do not create tput shim when Anaconda is selected
...
Add `tput` to the Anaconda's default blacklist in order to prevent pyenv
from creating the shim script for it.
Anaconda 5.0.0 contains some executables which are part of the base
system. Many of these executables did not exist in the last major
version of Anaconda (`4.4.0`), and the existence of pyenv's shim
scripts for these executables in `5.0.0` can cause to conceal those
executables in the user's base system; for the details, please see the
discussion with @yyuu at #992 .
This commit resolves a coloured output error when running a terminal
command which uses `tput`. This error occurs when multiple Python
versions are installed alongside `anaconda2-5.0.0` or `anaconda3-5.0.0`
and neither of those two Anaconda versions is selected by pyenv.
2017-10-03 15:25:43 +09:00
Yamashita, Yuu
433e2d1f99
Merge pull request #992 from shoichiaizawa/add-anaconda-5.5.0
...
python-build: add anaconda[23]-5.0.0
2017-09-28 18:09:15 +09:00
Shoichi Aizawa
a3598423c1
python-build: add anaconda[23]-5.0.0
2017-09-28 16:28:13 +09:00
Zhiming Wang
f9183b5f8c
Add CPython 3.7.0a1
2017-09-20 09:01:59 -04:00
Zhiming Wang
d3c5b37b8a
Add CPython 3.6.3rc1
2017-09-20 09:01:59 -04:00
Yamashita, Yuu
2178fb931c
v1.1.4
2017-09-20 01:54:46 +00:00
Zhiming Wang
2ebab025f7
Add CPython 2.7.14 and remove 2.7.14rc1 ( #980 )
...
https://www.python.org/download/releases/python-2714
2017-09-17 21:42:38 -04:00
Yamashita, Yuu
90ac836576
Merge pull request #979 from scop/micropython
...
micropython-dev: unix dir moved to ports/unix
2017-09-16 09:54:00 +09:00
Ville Skyttä
2f4caa83b7
micropython-dev: unix dir moved to ports/unix
2017-09-15 19:12:39 +03:00
Josh Friend
fae20aece7
Add CPython 2.7.14rc1
2017-09-14 18:33:30 -04:00
Yamashita, Yuu
7478310c1b
Fix tests regard to --enable-unicode
2017-09-11 02:02:15 +00:00
Yamashita, Yuu
2a4b203312
Skip passing --enable-unicode for CPython 3.3+ ( fixes #912 )
2017-09-11 01:09:23 +00:00
Yamashita, Yuu
48aa0c491b
Merge pull request #977 from cia-rana/update-readme-pyenv-init
...
Update `pyenv init` line in README.md
2017-09-09 09:04:44 +09:00
CIARANA
f6384fe8d4
Update pyenv init line in README.md
2017-09-09 00:39:02 +09:00
cia-rana
839c9e5c76
Update pyenv init line in README.md
2017-09-08 02:07:47 +09:00
cia-rana
2a2cbea951
Change [ to [[ and move it into eval
2017-09-08 01:23:21 +09:00
CIARANA
bc58ab54f8
Change ~/.pyenv to $PYENV_ROOT
2017-09-07 22:36:14 +09:00
CIARANA
6485409a55
Update pyenv init line in README.md
...
Update `pyenv init` line in README.md in case ```pyenv``` is not found.
2017-09-07 20:31:02 +09:00
Josh Friend
8297de9ee0
Add CPython 3.3.7rc1
2017-09-06 21:40:05 -04:00
Nikita Grishko
09bc868ea8
Remove extra spaces in checksum ( #976 )
...
Fixes #902 .
2017-09-05 19:08:48 +02:00
Mislav Marohnić
2d7cefe782
Merge pull request #1034 from MinhThienDX/master
...
Fix URL fragment target
2017-09-04 18:57:27 +02:00
MinhThienDX
650c9d3452
Fix URL fragment target
2017-09-04 23:51:22 +07:00
Yamashita, Yuu
fd0b8fcfb3
Merge pull request #973 from Samureus/jython-2.7.1
...
Added jython-2.7.1
2017-08-28 09:15:51 +09:00
Samuel Villamonte
33873e9b4d
Added jython-2.7.1
2017-08-27 13:01:46 -05:00
Jeremy Daer
4ebd1bd12c
Merge pull request #1009 from jeremy/homebrew-install-clarification
...
Clarify Homebrew/git install guidance
2017-08-23 14:47:56 -10:00
Yamashita, Yuu
d92e190dc8
Merge pull request #971 from claco/add-3.5.4
...
Added CPython 3.5.4
2017-08-23 12:01:12 +09:00
Christopher H. Laco
faaa2d587a
Added CPython 3.5.4
2017-08-22 22:43:10 -04:00
James Stidard
005a2e8914
Added CPython 3.4.7 ( #965 )
2017-08-14 14:15:00 -04:00
Yamashita, Yuu
24a3108499
Merge pull request #956 from pyenv/copy-libpypy3
...
Add support for PyPy3 executables like `libpypy3-c.so`
2017-08-14 09:08:47 +09:00
Yamashita, Yuu
b1d32217c3
Avoid creating a symlink for symlink
2017-08-13 20:02:20 +09:00
Yamashita, Yuu
8b0ec441da
Add OpenSSL to pypy build definitions
2017-08-13 17:31:39 +09:00
Yamashita, Yuu
41f00c639d
Check if copying file is a file or not
2017-08-13 16:54:04 +09:00
Yamashita, Yuu
bb352f8822
Add genc as a dependency
2017-08-13 16:53:41 +09:00
Yamashita, Yuu
2158e8224a
Stop requiring GCC for PyPy source build
...
It must not have hard dependency to GCC in general.
2017-08-09 22:25:41 +09:00
Yamashita, Yuu
0fe7d78503
Check pycparser's availability when building PyPy from source
2017-08-09 22:23:31 +09:00
Yamashita, Yuu
fc23323ed4
Revert "Avoid choosing virtualenv when building PyPy from source"
...
This reverts commit 63c00d9989 .
2017-08-09 22:22:05 +09:00
Yamashita, Yuu
63c00d9989
Avoid choosing virtualenv when building PyPy from source
2017-08-09 09:23:49 +00:00
Yamashita, Yuu
98878e5d12
Changed default PyPy build option; specify --batch to avoid launching interactive debugger
2017-08-09 09:23:30 +00:00
Yamashita, Yuu
0cbfcf09d4
Fix pattern match for PyPy versions
2017-08-09 07:34:59 +00:00
Anton Novojilov
dbaa8c83b6
Fixed support of build env vars for dynamic bash extension configure script
2017-08-07 13:12:37 +02:00
Yamashita, Yuu
0c909f7457
Merge pull request #959 from diggzhang/fix_doc
...
Fix readme.md
2017-08-05 16:47:42 +09:00
diggzhang
7c9ebc2727
Fix readme.md
2017-08-05 14:11:30 +08:00
Yamashita, Yuu
269a702321
Fix wrong variable reference
2017-07-26 01:31:26 +00:00
Yamashita, Yuu
adc0365923
Add support for PyPy3 executables like libpypy3-c.so ( fixes #955 )
2017-07-26 01:06:04 +00:00
Yamashita, Yuu
7dae19765c
Merge pull request #953 from pyenv/source-shim
...
Workaround for scripts in `$PATH` which needs to be source'd
2017-07-21 09:58:37 +09:00
Yamashita, Yuu
ad5a7f0c17
Stop assuming bash for source scripts
2017-07-21 00:55:37 +00:00
Yamashita, Yuu
e9ad498fe3
I should have used basename only to check shims
2017-07-21 00:55:11 +00:00
Yamashita, Yuu
753a9e826b
Move conda.txt and source.txt into their directory to allow users to have custom blacklist
2017-07-21 00:43:23 +00:00
Yamashita, Yuu
52d6acc3b0
Workaround for scripts in $PATH which needs to be source'd ( #100 , #688 )
2017-07-20 01:25:36 +00:00
Josh Friend
0314de0c73
v1.1.3
2017-07-17 09:12:51 -04:00
Markus Kaiserswerth
37e4c2094f
Add CPython 3.6.2 and remove 3.6.2rc2 ( #951 )
2017-07-17 08:49:22 -04:00
Yamashita, Yuu
5ab088c707
Merge pull request #948 from zmwangx/cpython-3.6.2rc2
...
Add CPython 3.6.2rc2 and remove 3.6.2rc1
2017-07-08 20:48:23 +09:00
Zhiming Wang
3e08d43fd9
Add CPython 3.6.2rc2 and remove 3.6.2rc1
...
https://www.python.org/downloads/release/python-362rc2/
2017-07-08 07:22:46 -04:00
Yamashita, Yuu
8fa1f43856
v1.1.2
2017-07-07 00:40:21 +00:00
Yamashita, Yuu
e93b170fe1
Merge pull request #921 from scop/micropython
...
micropython-dev: Set better sys.path
2017-07-06 10:41:06 +09:00
Ville Skyttä
7add7793cd
micropython-dev: Set better sys.path
2017-07-05 08:30:49 +03:00
Mislav Marohnić
615f8443fe
Merge pull request #1011 from kenaniah/patch-1
...
Properly escapes commas in c flags
2017-06-25 02:48:23 +02:00
Yamashita, Yuu
7467eec9de
Merge pull request #942 from xHeliotrope/master
...
Update README.md typo
2017-06-24 10:06:11 +09:00
Ryan Moore
e83168655c
Update README.md
2017-06-24 00:50:54 +00:00
Yamashita, Yuu
4a707c27de
Merge pull request #674 from jossy/master
...
Add default-packages to .gitignore
2017-06-21 20:22:25 +09:00
Kenaniah Cerny
fc706daf60
properly escapes commas in cflags
2017-06-18 20:57:52 -07:00
Zhiming Wang
734e40d8a5
Add CPython 3.6.2rc1 ( #940 )
2017-06-18 19:51:04 -04:00
Samuel Villamonte
440f044f0b
Update CHANGELOG.md for v1.1.1 bugfix release
2017-06-17 13:44:25 -05:00
Samuel Villamonte
bd32d489c1
Update links to Portable Pypy 5.8-1 bugfix release ( #939 )
...
* Update pypy2.7-portable-5.8.0, pypy3.5-portable-5.8.0, pypy2.7-5.8.0 and pypy3.5-5.8.0
See issue https://github.com/squeaky-pl/portable-pypy/issues/54
2017-06-17 13:39:10 -05:00
Yamashita, Yuu
bed627addd
v1.1.0
2017-06-16 01:03:32 +00:00
Mislav Marohnić
6cd487db81
rbenv 1.1.1
2017-06-15 16:55:33 +02:00
Jeremy Daer
e3e99cc906
Clarify Homebrew/git install guidance
...
* Move Homebrew to the top, common case for new devs
* Note that `brew install rbenv` includes ruby-build by default
* Be clear that `rbenv init` instructions are needed for shell setup
* Be explicit about starting a new shell to pick up PATH/init changes
* Use rbenv-doctor to conclusively demonstrate correct setup
* Separate upgrade instructions for Homebrew vs Git installs
Related: https://github.com/rbenv/ruby-build/pull/1106
2017-06-14 09:02:50 -07:00
Yamashita, Yuu
29436ffe6d
Merge pull request #932 from Samureus/pypy-5.8
...
Add Pypy 5.8.0
2017-06-12 11:46:36 +09:00
Samuel Villamonte
d82324ecf9
Fix wrong Portable PyPy links
2017-06-11 21:19:50 -05:00
Samuel Villamonte
1910e8667f
Merge branch 'pypy-5.8' of github.com:Samureus/pyenv into pypy-5.8
2017-06-10 15:33:55 -05:00
Samuel Villamonte
cb579583bc
Dropped support for all EOL x86/x64 Ubuntu distros to use Portable PyPy instead, per issue #925 comments
2017-06-10 15:32:32 -05:00
Samuel Villamonte
7a6cbbcd08
Fixed error message, PyPy3
2017-06-10 15:18:48 -05:00
Samuel Villamonte
3314420f2e
Fix yet another checksum
2017-06-09 12:42:31 -05:00
Samuel Villamonte
1f3b0ae017
Fix portable pypy typo
2017-06-09 11:38:39 -05:00
Samuel Villamonte
d3e40c34bb
Added pypy3.5-5.8.0
2017-06-09 11:37:20 -05:00
Samuel Villamonte
38e2067ad6
Added pypy2.7-5.8.0
2017-06-09 11:27:20 -05:00
Samuel Villamonte
e0b0147056
Fix sha256 sum
2017-06-09 11:06:42 -05:00
Samuel Villamonte
88e46c4b5a
Added pypy3.5-portable-5.8.0
2017-06-09 11:03:34 -05:00
Samuel Villamonte
ca00b8e2e9
Added pypy2.7-portable-5.8.0
2017-06-09 10:43:38 -05:00
Samuel Villamonte
02001dbfb3
Added pypy3.5-5.8.0-src
2017-06-09 10:11:34 -05:00
Samuel Villamonte
033dae622d
Added pypy2.7-5.8.0-src
2017-06-09 10:05:35 -05:00
Yamashita, Yuu
0849776306
Merge pull request #930 from shoichiaizawa/master
...
python-build: add anaconda[23]-4.4.0
2017-06-08 15:15:06 +09:00
Shoichi Aizawa
d5b193e5b0
python-build: add anaconda[23]-4.4.0
2017-06-08 13:33:18 +09:00
Roman Bolshakov
01d39850b5
Do not attempt to read .python-version directories ( #606 )
2017-06-06 13:09:45 +02:00
Yamashita, Yuu
d461b5f1d8
Merge pull request #927 from blueyed/merge-rbenv
...
Merge rbenv master
2017-06-06 09:38:33 +09:00
Daniel Hahler
95b1b05cbe
rbenv-version-file: ensure that the version file is a file
...
Forwarded from https://github.com/pyenv/pyenv/pull/606 .
2017-06-05 15:40:59 +02:00
Daniel Hahler
3fd23431af
Merge remote-tracking branch 'rbenv/master'
...
Conflicts:
README.md
libexec/pyenv---version
libexec/pyenv-init
libexec/rbenv
libexec/rbenv-sh-shell
libexec/rbenv-which
test/init.bats
test/shell.bats
2017-06-05 15:18:44 +02:00
Yamashita, Yuu
acbd736eb3
Merge pull request #920 from scop/micropython
...
Add micropython-dev
2017-05-29 11:05:18 +09:00
Ville Skyttä
fd1fb13016
Add micropython-dev
2017-05-28 14:04:42 +03:00
Mislav Marohnić
755c820724
Merge pull request #986 from jeffkowalski/fix_init
...
Prefer 'set' over 'setenv' for fish shell
2017-05-17 00:34:20 +02:00
Mislav Marohnić
b4330a48b1
Merge pull request #999 from jacob-on-github/patch-1
...
Make homebrew installation instructions more clear
2017-05-17 00:12:52 +02:00
Jeff Kowalski
a81da8d864
Revert quoting change in previous commit; adjust test to match code
...
Revert back to original quoting style used before previous commit.
Adjust init.bats to reflect changes for successful tests.
2017-05-16 13:36:06 -07:00
jacob-on-github
4e27113494
Update README.md
...
I work on a team that has followed the Homebrew installations. More than once we've missed the `rbenv init` instruction and it has caused headaches down the road. This formatting makes it harder to miss.
2017-05-16 14:29:46 -05:00
Yamashita, Yuu
3292200786
Merge pull request #909 from joesiewert/fix-command
...
Fix --enable-shared sample command
2017-05-12 12:38:05 +09:00
Joe Siewert
a91b36b236
Fix --enable-shared sample command
2017-05-11 14:23:31 -07:00
Yamashita, Yuu
d15f3888f0
Merge pull request #907 from LarsFronius/patch-1
...
Fixes pip-rehash to rehash if pip was called with a flag
2017-05-10 09:01:34 +09:00
Lars Fronius
1ec90481e8
Update pip
2017-05-09 12:51:50 +02:00
Lars Fronius
95818ab802
Update pip
2017-05-09 12:50:46 +02:00
Lars Fronius
bbd8f2c01e
Fixes pip-rehash to rehash if pip was called with a flag
...
`pip -v install foobar` or `pip -q install foobar` did not trigger a rehash before. Now it should have the same behaviour as `pip install foobar`.
2017-05-09 12:43:51 +02:00
Yamashita, Yuu
30212f0054
Merge pull request #903 from webb04/fix-pyenv-shell-readme-link
...
Update link to pyenv shell documentation in README
2017-05-03 06:05:38 +09:00
Jamie Webb
27a7466f15
Update link to pyenv shell documentation in README
2017-05-02 16:52:53 +01:00
Yamashita, Yuu
23d819ed69
Merge pull request #899 from joliveros/fix-anaconda-build-when-prefix_path-exists
...
add -f to anaconda install script
2017-05-01 09:50:43 +09:00
Yamashita, Yuu
da80a3d3cc
Merge pull request #901 from Bachmann1234/Bachmann1234-patch-1
...
Remove duplicate heading
2017-04-29 21:00:02 +09:00
Matt Bachmann
0a69dbd818
Remove duplicate heading
...
Link was pointing to this heading. It seemed incorrect
2017-04-29 07:14:46 -04:00
José Oliveros
aad7c0e055
add -f to anaconda install script
2017-04-27 18:51:30 -05:00
Yamashita, Yuu
19e70e34a0
Merge pull request #897 from proinsias/proinsias/miniconda3-4.3.11
...
Add miniconda3-4.2.12 and miniconda3-4.3.11
2017-04-26 13:18:25 +09:00
Francis T. O'Donovan
19048f1b60
Add miniconda3-4.2.12 and miniconda3-4.3.11
2017-04-25 15:08:02 -04:00
Yamashita, Yuu
7209cc490e
Merge pull request #892 from menduo/master
...
replace github.com/yyuu with github.com/pyenv
2017-04-18 12:47:08 +09:00
menduo
f5e49fe6fa
changelog: correct doc for version 1.0.9
2017-04-18 10:16:37 +08:00
menduo
ff666ab489
replace github.com/yyuu with github.com/pyenv
2017-04-17 11:59:53 +08:00
Jeff Kowalski
be2e606fbd
Prefer 'set' over 'setenv' for fish shell
...
The setenv function in fish shell has changed dramatically in
75600b6b53
It now conforms to the csh version, which takes at most two arguments.
In this init script, the form
setenv PATH prepend_something $PATH
had been used, which had too many arguments.
Since setenv isn't a native command in fish, a suitable replacement is
to use the "set -gx" command, which can consume multiple arguments.
2017-04-06 23:55:48 -07:00
Tim Pope
9d93605e18
Don't unset CDPATH
2017-04-05 17:39:39 -04:00
Tim Pope
1f1e291385
Enforce absolute RBENV_DIR
...
This prevents CDPATH from becoming an issue.
Closes #866 .
2017-04-05 16:54:03 -04:00
Josh Friend
bcc8ab231a
Add PyPy 5.7.1 portable
2017-04-04 11:05:32 -04:00
Josh Friend
29126e4965
Add PyPy3.5 5.7.1
2017-04-04 10:27:20 -04:00
Josh Friend
ae11c56565
Add PyPy 5.7.1
...
closes #888
2017-04-03 20:54:27 -04:00
Yamashita, Yuu
eef042ad89
Merge pull request #884 from pyenv/ci-workaround-v1.0.10
...
Workaround for CI failures with versions with multiple digits
2017-03-28 13:47:35 +09:00
Yamashita, Yuu
bec978d0f6
Workaround for CI failures with versions with multiple digits
...
https://travis-ci.org/pyenv/pyenv/jobs/215777826
2017-03-28 04:43:28 +00:00
Yamashita, Yuu
b3efcc9d15
v1.0.10 ( fixes #878 )
2017-03-28 02:40:09 +00:00
Yamashita, Yuu
fe1bd31443
Merge pull request #881 from Samureus/miniconda-latest
...
Update miniconda-latest and miniconda3-latest
2017-03-27 11:43:14 +09:00
Martin Nowak
db39044ef6
partly resolve #759
...
- some versions of bash (e.g. 4.3.11) complain about clobbering
/dev/null, use bash's explicit >| operator to ignore noclober
- not sure if the original #759 report has the same cause
- https://github.com/rbenv/rbenv/issues/759#issuecomment-289326891
2017-03-27 02:06:13 +02:00
Samuel Villamonte
45f1d19240
Merge pull request #880 from NickAnderegg/anaconda2-typos
...
python-build: Fix typo in MacOS packages for anaconda2-4.3.0/4.2.0
2017-03-26 14:16:25 -05:00
Samuel Villamonte
cb2a5b3cea
miniconda3 no longer seems to have ARM or PPC *latest* versions, only numbered versions, and is now based on 3.6
2017-03-26 13:22:41 -05:00
Nick Anderegg
6404661372
python-build: Fix typo in MacOS packages for anaconda2-4.3.0/4.2.0
...
The package names in the python-build files for anaconda2-4.2.0 and
anaconda2-4.3.0 both had 'Anaconda2-4.2.1-MacOSX-x86_64' erroneously
listed as the package name. Anaconda2-4.2.1 is not a version of Anaconda
in existence. The URL arguments were correct, just not the package name
arguments.
2017-03-26 14:03:24 -04:00
Samuel Villamonte
69cfc1a3e2
Make miniconda-latest point to miniconda2-latest
2017-03-26 12:49:19 -05:00
Samuel Villamonte
00165f5796
Merge pull request #876 from NickAnderegg/anaconda-4.3.1
...
python-build: Add Anaconda2/Anaconda3 4.3.1
2017-03-25 23:52:32 -05:00
Samuel Villamonte
acfbc96614
V1.0.9 release ( #877 )
...
* Update version to 1.0.9
2017-03-24 11:36:21 -05:00
Nick Anderegg
c148ac9f89
python-build: Add Anaconda2/Anaconda3 4.3.1
2017-03-23 14:18:02 -04:00
Josh Friend
df52586134
Update changelog with new python additions
2017-03-22 08:49:48 -04:00
Samuel Villamonte
e5d8edf1d9
Add PyPy3 5.7-beta ( #871 )
2017-03-22 08:36:15 -04:00
Samuel Villamonte
030821e618
Add PyPy2 5.7.0 ( #872 )
2017-03-22 08:34:54 -04:00
Zhiming Wang
46a6adea6b
Add CPython 3.6.1 and remove 3.6.1rc1 ( #873 )
2017-03-22 08:32:23 -04:00
Samuel Villamonte
cd22737d70
Added pypy-portable-5.7.0 ( #868 )
2017-03-21 22:00:44 -04:00
Samuel Villamonte
459a535228
Added pypy3-portable-5.7.0 ( #869 )
2017-03-21 22:00:38 -04:00
Doug Harris
cf38195541
Updated docs to reflect homebrew change. ( #867 )
...
* Updated docs to reflect homebrew change.
The instructions previously mentioned in this file were removed from the Homebrew caveats since
they weren't specific to homebrew. See discussion in [this homebrew issue](https://github.com/Homebrew/homebrew-core/pull/11209 )
* Added link to specific section of readme
2017-03-21 16:00:37 -04:00
Yamashita, Yuu
98f40f6d6e
Merge pull request #864 from Samureus/pypy3-5.7.0-src
...
Added pypy3.5-5.7-beta-src
2017-03-21 20:12:40 +09:00
Samuel Villamonte
a5619caf54
Added pypy3.5-5.7-beta-src this time for real
2017-03-21 00:35:54 -05:00
Yamashita, Yuu
23f62aeb75
Merge pull request #863 from Samureus/pypy-5.7.0-src
...
Add PyPy2 5.7.0-src
2017-03-21 14:31:37 +09:00
Yamashita, Yuu
7625d20ee4
Merge pull request #859 from Samureus/pyston-0.6.1
...
Added pyston-0.6.1
2017-03-21 14:30:22 +09:00
Samuel Villamonte
edd5b932d6
Added pypy2-v5.7.0-src
2017-03-21 00:12:45 -05:00
Samuel Villamonte
b7451d7280
Updated pypy-5.7.0-src shim
2017-03-21 00:08:03 -05:00
Samuel Villamonte
81c2e4b32e
Added warning message on top
2017-03-20 23:54:40 -05:00
Samuel Villamonte
250208261f
Merge branch 'master' of github.com:pyenv/pyenv into pyston-0.6.1
2017-03-13 22:52:33 -05:00
Yamashita, Yuu
d1ff898a2b
Merge pull request #860 from Samureus/http_proxy-in-README
...
Mention http_proxy in README.md
2017-03-14 11:48:20 +09:00
Samuel Villamonte
d12120a4bf
Change curl to proxy note
2017-03-12 09:53:15 -05:00
Samuel Villamonte
b1dd4a8130
Agh spaces
2017-03-12 09:50:35 -05:00
Samuel Villamonte
f1a22c104c
Mention http_proxy and HTTPS_PROXY in README.md
2017-03-12 09:45:32 -05:00
Samuel Villamonte
8b0de41c4a
Added pyston-0.6.1
2017-03-12 08:55:53 -05:00
Yamashita, Yuu
0e683164bd
Merge pull request #852 from pyenv/migrate-to-pyenv-org
...
Migrate to pyenv org
2017-03-06 13:47:31 +09:00
Yamashita, Yuu
8ce9928819
Update Travi CI build status link target
2017-03-06 04:42:15 +00:00
Yamashita, Yuu
d01fa09a7d
Migrate project URL to https://github.com/pyenv/pyenv
2017-03-06 04:31:48 +00:00
Yamashita, Yuu
3d36ee7227
Change default mirror site to https://pyenv.github.io
2017-03-06 04:27:06 +00:00
Yamashita, Yuu
98a879bdb0
Migrate project URL from https://github.com/yyuu to https://github.com/pyenv
2017-03-06 04:14:12 +00:00
Yamashita, Yuu
4107496053
Update to 3.6.1rc1's OpenSSL to 1.0.2k ( #850 , #851 )
2017-03-06 04:09:40 +00:00
Yamashita, Yuu
291b6fb2be
Merge pull request #851 from zmwangx/upgrade-openssl-to-1.0.2k
...
Upgrade OpenSSL to 1.0.2k
2017-03-06 07:07:57 +09:00
Yamashita, Yuu
7d50714105
Merge pull request #850 from zmwangx/cpython-3.6.1rc1
...
Add CPython 3.6.1rc1
2017-03-06 07:06:29 +09:00
Zhiming Wang
ba620fd076
Upgrade OpenSSL to 1.0.2k
2017-03-05 11:17:36 -05:00
Zhiming Wang
3cf9586b92
Add CPython 3.6.1rc1
...
https://www.python.org/downloads/release/python-361rc1/
2017-03-05 11:05:31 -05:00
Yamashita, Yuu
b7d89bacf3
Merge pull request #845 from jwilk/spelling
...
Fix typos
2017-03-02 08:55:34 +09:00
Jakub Wilk
3a4c7cf200
Fix typos
2017-03-02 00:20:59 +01:00
Yamashita, Yuu
ad8f2886ae
v1.0.8 ( fixes #841 )
2017-02-24 06:09:09 +00:00
Yamashita, Yuu
9a99d427ef
--quiet options isn't sensible for sha256sum(1) of GNU coreutils (fixes #840 )
...
The option is available only if verifying digest, not available when computing digest.
> --quiet
> don't print OK for each successfully verified file
2017-02-23 20:06:44 +00:00
Yamashita, Yuu
6bb14c60da
Merge pull request #837 from yyuu/cpython-github-dev
...
Use GitHub for all CPython dev versions
2017-02-17 09:28:01 -08:00
Yamashita, Yuu
d9c933e0c0
Use GitHub for all CPython dev versions ( #836 )
2017-02-17 17:24:05 +00:00
Yamashita, Yuu
19cb9f535a
Merge pull request #836 from yan12125/cpython-now-uses-git
...
CPython now uses git
2017-02-17 08:08:23 -08:00
Yen Chi Hsuan
84c4ed5230
CPython now uses git
2017-02-17 19:03:33 +08:00
Max Nordlund
fab5cf912f
Fix pyenv -> rbenv typo
2017-02-10 09:31:13 +01:00
Yamashita, Yuu
235eea3003
Merge pull request #831 from maxnordlund/patch-1
...
Fix fish subcommand completion
2017-02-10 17:24:11 +09:00
Max Nordlund
9f52b56aa8
Fix fish subcommand completion
...
This allows subcommand style plugins to properly autocomplete.
Existing commands are not affected.
Example, say you have support for `rbenv foo bar --flag`, then
this allows the last `--flag` argument to be properly completed.
2017-02-10 09:12:30 +01:00
Yamashita, Yuu
688c0af0cd
Merge pull request #828 from massongit/develop
...
Fix file the path and file name of README.md
2017-02-10 10:18:41 +09:00
SUZUKI Masaya
c1af5ab0a9
Fix the file path.
2017-02-10 10:04:35 +09:00
Max Nordlund
e09d61780c
Fix fish subcommand completion
...
This allows subcommand style plugins to properly autocomplete.
Existing commands are not affected.
Example, say you have support for `pyenv foo bar --flag`, then
this allows the last `--flag` argument to be properly completed.
2017-02-09 15:15:28 +01:00
massongit
4cef3d74ac
Fix file the path and file name of README.md
2017-02-06 22:26:13 +09:00
Yamashita, Yuu
f36d735e27
Merge pull request #824 from jprjr/add-anaconda-4.3.0
...
Add Anaconda 4.3.0
2017-02-03 10:16:17 +09:00
John Regan
a6776562c1
Add Anaconda 4.3.0
2017-02-01 16:28:44 +00:00
Yamashita, Yuu
9c4e489637
Merge pull request #823 from yyuu/revert-819-master
...
Revert "use $ORIGIN for rpath so the built python can be copied"
2017-01-28 20:24:14 +09:00
Yamashita, Yuu
afbd54dd13
Revert "use $ORIGIN for rpath so the built python can be copied"
2017-01-28 20:21:25 +09:00
Yamashita, Yuu
99b510859d
Merge pull request #819 from woosley/master
...
use $ORIGIN for rpath so the built python can be copied
2017-01-27 11:08:06 +09:00
woosley
2657f1049c
use $ORIGIN for rpath so the built python can be copied
2017-01-26 08:30:15 +00:00
Yamashita, Yuu
99d16707e3
Removed release candidates of 3.4.6 and 3.5.3 ( #811 , #812 )
2017-01-19 00:47:24 +00:00
Yamashita, Yuu
57f946550a
v1.0.7
2017-01-19 00:39:23 +00:00
Yamashita, Yuu
ccaab86c4c
Merge pull request #812 from browniebroke/3.4.6
...
Add CPython 3.4.6
2017-01-19 09:34:51 +09:00
Yamashita, Yuu
db4cc6097f
Merge pull request #811 from browniebroke/3.5.3
...
Add CPython 3.5.3
2017-01-19 09:34:17 +09:00
Bruno Alla
54e7796eee
Update sha's for Python 3.5.3 archives
2017-01-17 12:22:19 +00:00
Bruno Alla
bf613e3d54
Add CPython 3.4.6
...
https://www.python.org/downloads/release/python-346/
2017-01-17 11:41:01 +00:00
Bruno Alla
25c6817c48
Add CPython 3.5.3
2017-01-17 11:14:21 +00:00
Yamashita, Yuu
0464221edb
Specify -O0 when --debug has specified ( fixes #808 )
2017-01-16 01:23:01 +00:00
Yamashita, Yuu
4d96271113
Merge pull request #801 from yyuu/let-jython-to-generate-launcher-as-shell-script
...
Let Jython installer to generate shell script instead of python script even if there's `python2.7` available in `$PATH`
2017-01-06 23:26:44 +09:00
Yamashita, Yuu
322aa82ae7
I should have created stub script in $BUILD_PATH explicltly since pwd isn't changed before install_jar
2017-01-06 14:23:23 +00:00
Yamashita, Yuu
9833be730a
Let Jython installer to generate shell script instead of python script even if there's python2.7 available in $PATH ( #800 )
2017-01-06 14:19:04 +00:00
Yamashita, Yuu
e3c8a754a4
Merge pull request #798 from orip/patch-1
...
README: multiple versions in .python-version
2017-01-06 21:31:00 +09:00
Josh Friend
2d5fc1b749
Add CPython 3.4.6rc1
2017-01-02 23:34:34 -05:00
Josh Friend
001c824744
Add CPython 3.5.3rc2
2017-01-02 23:34:34 -05:00
Ori Peleg
fa80772142
README: multiple versions in .python-version
...
Document that multiple versions in `.python-version` work similarly to the command line.
2017-01-02 16:18:38 +02:00
Yamashita, Yuu
0c7d2205ff
Merge pull request #797 from PeterDaveHello/patch-2
...
Shallow clone bats in makefile
2017-01-01 21:31:46 +09:00
Yamashita, Yuu
4f719b7909
Merge pull request #796 from PeterDaveHello/patch-1
...
Syntax highlight in README.md
2017-01-01 21:31:09 +09:00
Peter Dave Hello
134d38fc53
Shallow clone bats in makefile
2017-01-01 18:40:52 +08:00
Peter Dave Hello
3531ad06b2
Syntax highlight in README.md
2017-01-01 18:39:20 +08:00
Takahiro Ueda
767bcae71c
Fix the checksum for Python-3.6.0.tgz ( #793 )
2016-12-30 10:18:36 -05:00
Yamashita, Yuu
0256ff06e8
Add mention to pyenv-virtualenv in README ( #662 )
2016-12-27 00:51:29 +00:00
Josh Friend
2552329dbd
v1.0.6
2016-12-23 08:51:29 -05:00
Donald Stufft
ac0dd36da8
Add CPython 3.6.0 ( #787 )
2016-12-23 14:29:36 +01:00
Mislav Marohnić
4f8925abe7
Merge pull request #958 from jasonkarns/rbenv-variable-namespace
...
Conforms OLD_RBENV_VERSION to RBENV_* convention
2016-12-20 14:34:32 +01:00
Jason Karns
8eb97549e1
Conforms OLD_RBENV_VERSION to RBENV_* convention
...
Keeping rbenv-controlled variables to RBENV_* "namespace" helps with
discoverability (and tools like rbenv-env) but also consistency and a
very minor degree of safety/isolation from env impact.
2016-12-19 17:21:45 -05:00
Josh Friend
095ca59878
v1.0.5
2016-12-17 18:04:50 -05:00
Josh Friend
fed6d25cb1
Remove CPython 2.7.13rc1
2016-12-17 18:04:36 -05:00
Zhiming Wang
7203a96cd7
Add CPython 2.7.13 ( #782 )
...
https://www.python.org/downloads/release/python-2713/ .
2016-12-17 17:33:11 -05:00
Zhiming Wang
cf7fe1d87f
Add CPython 3.6.0rc2 ( #781 )
...
https://www.python.org/downloads/release/python-360rc2/ .
2016-12-17 17:32:28 -05:00
Yamashita, Yuu
1000c2fa99
Merge pull request #780 from luzfcb/patch-2
...
document how to accelerate the download with aria2
2016-12-17 06:57:45 +09:00
Fábio C. Barrionuevo da Luz
fc7ceb4176
document how to accelerate the download with aria2
2016-12-16 14:08:44 -03:00
Yamashita, Yuu
a73d90b9a0
Add Anaconda2 4.2.0 ( fixes #774 )
2016-12-12 00:48:34 +00:00
Yamashita, Yuu
c024fc8428
Merge pull request #775 from Samureus/ironpython-2.7.7
...
Add Ironpython 2.7.7
2016-12-12 09:34:03 +09:00
Samuel Villamonte
a08f82cab8
Added ensurepip check
2016-12-11 12:07:14 -05:00
Samuel Villamonte
f39fc3a71a
Changed to install_zip
2016-12-11 11:22:23 -05:00
Samuel Villamonte
5826d4275b
Removed ironpython-2.7.7-rc2 definition
2016-12-11 11:09:55 -05:00
Samuel Villamonte
c930df95b2
Added ironpython-2.7.7
2016-12-11 11:07:55 -05:00
Josh Friend
dce5f750ce
Add CPython 3.6.0rc1
2016-12-07 11:02:02 -05:00
Yamashita, Yuu
d72b977846
Merge pull request #771 from zmwangx/cpython-2.7.13rc1
...
Add CPython 2.7.13rc1
2016-12-04 19:23:27 +09:00
Zhiming Wang
935fdb003b
Add CPython 2.7.13rc1
...
https://www.python.org/downloads/release/python-2713rc1/
2016-12-03 23:58:38 -05:00
Mislav Marohnić
e60ad4a090
rbenv 1.1.0
2016-11-25 21:11:08 +01:00
Mislav Marohnić
6ced4e25de
Merge pull request #873 from dmerand/patch-1
...
Fish shell "." is deprecated in favor of "source"
2016-11-25 20:32:54 +01:00
Mislav Marohnić
2207c27cb4
Merge branch 'shell-undo'
2016-11-25 20:26:24 +01:00
Mislav Marohnić
c4d97ad392
Finalize rbenv shell - implementation
...
This ensures that OLD_RBENV_VERSION is never exported. This makes the
implementation a little bit more complex, since more logic needs to be
pushed down into eval'd code.
2016-11-25 20:24:16 +01:00
Mislav Marohnić
1b751261ce
Merge pull request #914 from yyuu/sh-help-stderr
...
Help message should not be written to stdout for `sh-` commands
2016-11-25 19:06:01 +01:00
Yamashita, Yuu
53cf2e3387
Merge pull request #765 from takeru/anaconda3-4.2.0
...
anaconda3-4.2.0
2016-11-25 10:02:16 +09:00
sasaki takeru
bde4786577
anaconda3-4.2.0
2016-11-24 20:57:20 +09:00
Josh Friend
30baff8e5d
v1.0.4
2016-11-22 23:31:12 -05:00
Josh Friend
0f6c5ac9b7
Add Pyston 0.6.0
2016-11-22 23:31:12 -05:00
Zhiming Wang
08fc271fca
Add CPython 3.6.0b4 and remove 3.6.0b3 ( #762 )
...
* Remove CPython 3.6.0b3 in favor of 3.6.0b4
* Add CPython 3.6.0b4
https://www.python.org/downloads/release/python-360b4/ .
2016-11-22 09:14:59 -05:00
Yamashita, Yuu
956b9efe0f
Merge pull request #737 from Samureus/pypy3.5-c-jit-latest
...
Pypy3.5-c-jit-latest nightly builds (please review)
2016-11-17 09:20:22 +09:00
Samuel Villamonte
1c63e733f8
Uncomment verify_py35 and ensurepip
...
Don't remember exactly why I had these out, guess it could be something about pip, seems to be working now
2016-11-15 21:29:03 -05:00
Samuel Villamonte
b9d8a75c8b
Merge branch 'master' into pypy3.5-c-jit-latest
2016-11-15 21:16:24 -05:00
Yamashita, Yuu
635d83e26c
Merge pull request #752 from Samureus/ironpython-2.7.7-rc2
...
Add Ironpython 2.7.7 rc2
2016-11-16 10:58:53 +09:00
Josh Friend
74ba392548
Update CHANGELOG
2016-11-13 15:19:41 -05:00
Josh Friend
3ec652e0b1
Add stackless 2.7.11
2016-11-13 15:19:28 -05:00
Josh Friend
c59b1d55c4
Add stackless 2.7.10
2016-11-13 15:19:12 -05:00
Samuel Villamonte
bfbc9e280b
Add stackless-2.7.12 ( #753 )
2016-11-13 14:18:42 -05:00
Samuel Villamonte
fb8801120b
Merge branch 'master' of github.com:yyuu/pyenv into pypy3.5-c-jit-latest
2016-11-12 22:11:39 -05:00
Samuel Villamonte
1ca671cc6a
Change install_zip to install_package
2016-11-12 19:42:08 -05:00
Samuel Villamonte
dffd62e2cb
Add ironpython-2.7.7-rc2
2016-11-12 19:37:00 -05:00
Samuel Villamonte
8f7fb57fbb
Add Portable PyPy2 5.6.0 ( #749 )
2016-11-12 15:37:59 -05:00
Samuel Villamonte
6540dd7ca5
Add PyPy2 5.6.0-src ( #750 )
2016-11-12 15:37:41 -05:00
Samuel Villamonte
293ffb04a6
Add PyPy2 5.6.0 ( #751 )
2016-11-12 15:35:03 -05:00
Yamashita, Yuu
0d1a5b3030
v1.0.3
2016-11-11 05:16:06 +00:00
Josh Friend
41606c4307
Merge pull request #744 from methane/3.6.0b3
...
CPython 3.6.0b3
2016-11-01 08:43:30 -04:00
INADA Naoki
114f4f6d49
3.6.0b3
2016-11-01 19:34:28 +09:00
Samuel Villamonte
a80f54307e
Add a link to the buildbot listing page
2016-10-15 13:41:44 -05:00
Samuel Villamonte
709ff7fba7
Fix some formatting
2016-10-15 13:35:36 -05:00
Samuel Villamonte
0ba2cec70e
Merge branch 'master' of github.com:yyuu/pyenv into pypy3.5-c-jit-latest
...
Update from upstream
2016-10-15 13:25:41 -05:00
Yamashita, Yuu
eb2e5ac4c4
Merge pull request #736 from scop/pypy3355-portables
...
Add PyPy3.3 v5.5-alpha portable binaries
2016-10-14 15:22:54 +09:00
Ville Skyttä
6e658f30a9
Add PyPy3.3 v5.5-alpha portable binaries
2016-10-14 08:38:06 +03:00
Yamashita, Yuu
1dee022342
Merge pull request #735 from scop/notes
...
Fedora users should tweak ~/.bashrc too
2016-10-12 11:56:51 +09:00
Yamashita, Yuu
31a3aec870
Merge pull request #726 from yyuu/osx-unicode-narrow-ucs2
...
Stop using ucs4 as default unicode encoding on OS X
2016-10-12 11:56:23 +09:00
Ville Skyttä
22ab0f8b2f
Like Ubuntu, Fedora users should modify ~/.bashrc too
2016-10-11 22:39:25 +03:00
Ville Skyttä
e04f2720b4
Make Ubuntu notes stand out better; add linebreak after zsh ones
...
Line break accomplished by two trailing spaces on the zsh lines.
2016-10-11 22:38:19 +03:00
Josh Friend
aa36a3f69c
Merge pull request #733 from scop/spelling
...
Spelling fixes
2016-10-11 10:04:27 -04:00
Yamashita, Yuu
7718410061
Merge pull request #734 from scop/pypy3355
...
Add PyPy3.3 v5.5-alpha
2016-10-11 22:15:06 +09:00
Ville Skyttä
d5f18d4d82
Add PyPy3.3 v5.5-alpha
2016-10-11 14:42:09 +03:00
Ville Skyttä
725ff0c5dd
Spelling fixes
2016-10-11 14:07:48 +03:00
Josh Friend
ddc9b4d861
Merge pull request #731 from zmwangx/cpython-3.6.0b2
...
Add CPython 3.6.0b2 and remove 3.6.0b1
2016-10-10 22:29:57 -04:00
Zhiming Wang
bf0cdcf980
Remove CPython 3.6.0b1 in favor of 3.6.0b2
2016-10-10 22:11:24 -04:00
Zhiming Wang
5fe403d7da
Add CPython 3.6.0b2
...
https://www.python.org/downloads/release/python-360b2/ .
2016-10-10 22:10:32 -04:00
Yamashita, Yuu
77981bbf1a
Merge pull request #730 from skirpichev/3.6
...
Point 3.6-dev to the 3.6 branch
2016-10-10 17:44:42 +09:00
Yamashita, Yuu
e198792df2
Merge pull request #729 from BanzaiMan/python-3.7-dev
...
Add 3.7-dev definition
2016-10-10 17:43:39 +09:00
Sergey B Kirpichev
72d6b75b5c
Point 3.6-dev to the 3.6 branch
...
As reported in travis-ci/travis-ci#6599 ,
the "default" Python branch has moved on to "3.7-dev".
2016-10-10 09:57:47 +03:00
Hiro Asari
a87877c381
Add 3.7-dev definition
...
As reported in https://github.com/travis-ci/travis-ci/issues/6599 ,
the "default" Python branch has moved on to "3.7-dev".
2016-10-10 00:53:44 -04:00
Yamashita, Yuu
ff67dc7036
Merge pull request #728 from Samureus/patch-1
...
Incorrect directory in the 32-bit version
2016-10-09 14:52:37 +09:00
Samuel Villamonte
096f0e2ba6
Incorrect directory in the 32-bit version
2016-10-09 00:41:43 -05:00
Yamashita, Yuu
35ecd398ac
Fix test failure on OS X
2016-10-05 10:06:03 +09:00
Yamashita, Yuu
9f3f38d312
Add uname stubs to avoid test failures on OS X ( #257 )
2016-10-05 00:45:21 +00:00
Yamashita, Yuu
021b53f924
Stop specifying --enable-unicode=ucs4 on OS X ( #257 )
2016-10-05 00:32:57 +00:00
Yamashita, Yuu
8f4a361414
Merge pull request #725 from robsonpeixoto/venv-3.5.2-fix
...
Add patch to fix 3.5.2 bug - https://bugs.python.org/issue26664
2016-10-04 10:56:33 +09:00
Robson Roberto Souza Peixoto
e5ce793ad5
Add patch to fix 3.5.2 bug - https://bugs.python.org/issue26664
2016-10-03 08:47:19 -03:00
Yamashita, Yuu
0e298b691d
Merge pull request #718 from Samureus/pyston-0.5.1
...
Add Pyston 0.5.1
2016-10-03 10:29:50 +09:00
Samuel Villamonte
4336d8b43a
Drop numpy install for now
2016-10-02 11:57:06 -05:00
Samuel Villamonte
46bc0b7558
Moved this too soon, verify_python() expects bin/python to be created first
2016-10-02 11:38:50 -05:00
Samuel Villamonte
858b318779
Add workaround hacks into pyston-0.5.1
2016-10-02 10:24:26 -05:00
Samuel Villamonte
b662634abf
Move virtualenv hack into pyston-0.5.1
2016-10-02 10:07:50 -05:00
Mislav Marohnić
c7dcaf1259
Merge pull request #924 from jlduran/add-freebsd-to-configure-c-extensions
...
src/configure: Add FreeBSD
2016-09-27 15:17:33 -04:00
Samuel Villamonte
7a957c5488
Fix missing reference to pypy_architecture
2016-09-26 21:16:52 -05:00
Samuel Villamonte
4e4bd42020
Changed pypy_architecture reference to pyston alias
2016-09-26 20:31:01 -05:00
Samuel Villamonte
d24ce2494b
Added pyston_architecture() alias to python-build
2016-09-26 20:28:46 -05:00
Samuel Villamonte
8acb4ebaba
Delete pyston-0.5.1-numpy
2016-09-26 19:46:29 -05:00
Samuel Villamonte
4441eeada7
Merge branch 'master' into pyston-0.5.1
2016-09-26 00:49:53 -05:00
Yamashita, Yuu
80e769e8d6
Merge pull request #720 from Samureus/stackless-3.4.2
...
Add stackless-3.4.2 with SHA256 checksum
2016-09-26 14:44:17 +09:00
Samuel Villamonte
e48c2d2f66
Add stackless-3.4.2 with SHA256 checksum
2016-09-25 23:21:50 -05:00
Yamashita, Yuu
7ee7eb108d
Merge pull request #717 from Samureus/patch-1
...
Added SHA256 checksum
2016-09-26 10:32:37 +09:00
Samuel Villamonte
800488bbc1
Add pyston-0.5.1-numpy shim
2016-09-25 17:31:56 -05:00
Samuel Villamonte
e03cb557b0
Add pyston-0.5.1
2016-09-25 17:27:36 -05:00
Samuel Villamonte
866dcd408e
Add build_package_pyston() to python-build
2016-09-25 17:25:55 -05:00
Samuel Villamonte
7890b27bcf
Added SHA256 checksum to stackless-2.7.9
2016-09-25 00:52:03 -05:00
Samuel Villamonte
7fed8c9c54
Added SHA256 checksum
2016-09-25 00:46:14 -05:00
Yamashita, Yuu
1f9eb6b25d
Merge pull request #716 from Samureus/ironpython-2.7.6.3
...
Add ironpython-2.7.6.3
2016-09-25 10:26:51 +09:00
Yamashita, Yuu
ed1bcc755a
Merge pull request #714 from Samureus/stackless-2.7.9
...
Added stackless-2.7.9
2016-09-25 10:20:27 +09:00
Samuel Villamonte
7ac203bc11
Add ironpython-2.7.6.3
2016-09-24 11:43:24 -05:00
Samuel Villamonte
53fd32c2b6
Added stackless-2.7.9
2016-09-24 10:39:11 -05:00
Yamashita, Yuu
d74daad8f5
v1.0.2 ( fixes #709 )
2016-09-20 00:52:19 +00:00
Yamashita, Yuu
5be82cb363
Merge pull request #706 from proinsias/proinsias-miniconda-4.1.11
...
Latest version of miniconda is 4.1.11 not 4.1.1
2016-09-16 00:19:13 +09:00
Francis T. O'Donovan
89a150f434
Latest version of miniconda is 4.1.11 not 4.1.1
...
My bad!
2016-09-15 09:49:02 -04:00
Yamashita, Yuu
7214f59385
Merge pull request #705 from proinsias/patch-4
...
Rearrange 'pyenv install' sections in COMMANDS.md
2016-09-15 22:37:15 +09:00
Francis T. O'Donovan
1fc3b48907
Rearrange 'pyenv install' sections in COMMANDS.md
...
I noticed that there were 3 sections for `pyenv install`, so I've rearranged these to make 1 section.
2016-09-15 09:28:54 -04:00
Yamashita, Yuu
47b6f545f3
Merge pull request #704 from proinsias/patch-3
...
Add miniconda3 4.1.1
2016-09-15 12:27:33 +09:00
Yamashita, Yuu
ea7ae1ba1a
Merge pull request #703 from proinsias/patch-2
...
Add miniconda2 4.1.1
2016-09-15 12:27:17 +09:00
Yamashita, Yuu
8b982b1cd4
Merge pull request #702 from proinsias/patch-1
...
Add anaconda2 4.1.1
2016-09-15 12:26:57 +09:00
Francis T. O'Donovan
fe25b85982
Add miniconda3 4.1.1
2016-09-14 21:58:22 -04:00
Francis T. O'Donovan
a2298f7660
Add miniconda2 4.1.1
2016-09-14 21:57:09 -04:00
Francis T. O'Donovan
fd19e45fa9
Add anaconda2 4.1.1
2016-09-14 21:54:31 -04:00
Yamashita, Yuu
7531e7779f
Merge pull request #701 from proinsias/patch-1
...
Add anaconda3 4.1.1
2016-09-15 07:03:14 +09:00
Francis T. O'Donovan
9c78edcdaf
Add anaconda3 4.1.1
2016-09-14 17:34:37 -04:00
Yamashita, Yuu
8305eaefe3
Merge pull request #700 from yyuu/issue687
...
Remove `bin.orig` if it already exists
2016-09-14 09:56:39 +09:00
Yamashita, Yuu
bc4abf06bd
Remove bin.orig if it already exists ( fixes #687 )
...
The directory may exist if the `build_package_symlink_version_suffix`
ran multiple times.
2016-09-14 09:54:01 +09:00
s1341
36647a66de
Only mv bin to bin.orig the first time, otherwise the mv will fail
2016-09-14 09:53:19 +09:00
Yamashita, Yuu
79fca42c35
Merge pull request #699 from zmwangx/3.6.0b1
...
Add CPython 3.6.0b1 and remove 3.6.0a4
2016-09-14 09:37:13 +09:00
Zhiming Wang
9dcc477c3f
Remove CPython 3.6.0a4 in favor of 3.6.0b1
2016-09-13 00:29:00 -04:00
Zhiming Wang
5462e8df8c
Add CPython 3.6.0b1
...
https://www.python.org/downloads/release/python-360b1/
2016-09-13 00:28:41 -04:00
Samuel Villamonte
61ce66a7c6
Added warning message
2016-09-09 07:38:19 -05:00
Mislav Marohnić
d0779fc8fb
Expand literal tilde in PATH
...
The literal tilde in a PATH entry (e.g. `~/.rbenv/shims`) doesn't seem
to be supported by system `which` utility, but *does* seem to be
supported by `command -v` (used in `rbenv-which`) and `type -p`.
Therefore, we must strip away `~/.rbenv/shims` from PATH when looking up
executables for system Ruby, lest we risk infinite loop. We do so by
substituting any occurence of `~` in PATH with the value of `HOME`.
2016-09-09 10:29:12 +02:00
Samuel Villamonte
bde78e83a0
Added latest pypy 3.5 nightly build
2016-09-09 01:34:48 -05:00
Yamashita, Yuu
a0c5fe42e9
v1.0.1 ( #694 )
2016-09-09 05:26:49 +00:00
Yamashita, Yuu
3e433b2949
Merge pull request #697 from Samureus/pypy2-5.4.1
...
Added pypy2-5.4.1 and pypy-5.4.1
2016-09-09 14:23:43 +09:00
Samuel Villamonte
d3b71cfb0b
Merge branch 'master' into pypy2-5.4.1
2016-09-08 23:53:12 -05:00
Samuel Villamonte
ba945d229c
Update pypy2-5.4.1
...
Updated comment and fixed typo.
2016-09-08 23:50:09 -05:00
Yamashita, Yuu
4e192a6851
Merge pull request #695 from Samureus/pypy2-5.4.1-src
...
Added pypy2-5.4.1-src
2016-09-09 13:41:08 +09:00
Samuel Villamonte
85354377dd
Forgot about shim sorry
2016-09-08 23:34:15 -05:00
Samuel Villamonte
654b645984
Merge branch 'master' into pypy2-5.4.1-src
2016-09-08 23:24:44 -05:00
Samuel Villamonte
e44f7399f5
Added pypy2-5.4.1 and pypy-5.4.1
2016-09-08 23:21:41 -05:00
Yamashita, Yuu
45173d1f67
Merge pull request #696 from Samureus/pypy-portable-5.4.1
...
Added pypy-portable-5.4.1 now
2016-09-09 13:09:51 +09:00
Samuel Villamonte
baeecdfc7d
Added pypy-portable-5.4.1 now
2016-09-08 22:38:09 -05:00
Samuel Villamonte
b2ee05b931
Added pypy2-5.4.1-src
2016-09-08 22:19:21 -05:00
Yamashita, Yuu
6601c34408
Update change log [ci skip]
2016-09-06 01:16:49 +00:00
Yamashita, Yuu
7417b6d57f
Merge pull request #686 from Samureus/pypy2-5.4-updated
...
Updated pypy2-5.4 with portable pypy links
2016-09-03 11:31:23 +09:00
Samuel Villamonte
3d89369f50
Updated pypy2-5.4 with portable pypy links
2016-09-02 20:25:12 -05:00
Yamashita, Yuu
c6ff64220f
Merge pull request #685 from Samureus/pypy-portable-5.4
...
Added pypy-portable-5.4
2016-09-03 10:23:56 +09:00
Samuel Villamonte
44df355099
Added pypy-portable-5.4
2016-09-02 20:08:50 -05:00
Yamashita, Yuu
414a512f47
Add pypy2-5.3.1-src
2016-09-01 04:41:35 +00:00
Yamashita, Yuu
165fbb2c1d
Add PyPy2 5.4
2016-09-01 04:36:56 +00:00
Yamashita, Yuu
11476f7a31
Merge pull request #684 from yyuu/pypy-to-pypy2
...
Rename pypy 5.x definitions as `pypy2`
2016-09-01 13:29:08 +09:00
Yamashita, Yuu
15b336da84
s/pypy/&2/ in error messages
2016-09-01 04:26:20 +00:00
Yamashita, Yuu
d15140fea6
Rename pypy 5.x definitions as pypy2
2016-09-01 04:22:46 +00:00
Yamashita, Yuu
955d517588
Merge pull request #683 from Samureus/pypy-5.4-src
...
Added pypy-5.4-src
2016-09-01 13:18:21 +09:00
Samuel Villamonte
e7943da3f5
Added pypy-5.4-src
2016-08-31 21:50:41 -05:00
Yamashita, Yuu
dcc109f8be
Merge pull request #680 from hawkowl/https
...
make all http source urls https
2016-08-24 10:19:34 +09:00
Amber Brown (HawkOwl)
778bb2e10f
stackless over https too
2016-08-24 03:22:10 +08:00
Amber Brown (HawkOwl)
12447f67f5
make all http source urls https
2016-08-24 02:07:27 +08:00
Josef Hoerandtner
e29dd67ce8
Add default-packages to .gitignore
...
The plugin pyenv-default-packages uses `$(pyenv root)/default-packages`
as configuration file. Since this plugin is listed as approved, I
assume it makes sense to have the file permanently ignored by Git.
2016-08-16 21:43:55 +02:00
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
2016-08-16 18:02:41 +09:00
Zhiming Wang
7dd33c27c2
Remove CPython 3.6.0a1 and 3.6.0a3 in favor of 3.6.0a4
2016-08-16 16:24:08 +08:00
Zhiming Wang
cbcf03d327
Add CPython 3.6.0a4
...
https://www.python.org/downloads/release/python-360a4/
2016-08-16 16:23:34 +08:00
Yamashita, Yuu
7fadd939ad
v1.0.0 ( fixes #520 )
2016-08-15 08:30:01 +00:00
Yamashita, Yuu
4e10692a1e
Merge pull request #671 from yyuu/issue610
...
Show meaningful message on missing executable (fixes #610 )
2016-08-15 15:08:09 +09:00
Yamashita, Yuu
fb757053c8
Show meaningful message on missing executable ( fixes #610 )
2016-08-15 06:01:55 +00:00
Yamashita, Yuu
949c1dab8d
Merge pull request #670 from yyuu/conda-rehash-config
...
Split blacklist of conda's system executables
2016-08-15 15:00:07 +09:00
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
3ffe91bdbc69220eaecf6e2088229cc27366c3f3
% time bash -c 'pyenv rehash'
bash -c 'pyenv rehash' 0.05s user 0.00s system 68% cpu 0.082 total
```
2016-08-15 05:49:50 +00:00
Yamashita, Yuu
4469d51ef7
Extract conda's system command list to anaconda.txt
2016-08-15 05:48:25 +00:00
Yamashita, Yuu
4f76be6a12
anaconda.bash is misleading. It's not only for anaconda, but for all conda
2016-08-15 05:40:15 +00:00
Yamashita, Yuu
81b89e16db
Update change log [ci skip]
2016-08-15 05:31:45 +00:00
Yamashita, Yuu
a62f1a4423
Merge pull request #669 from yyuu/rbenv-20160815
...
rbenv 20160815
2016-08-15 14:30:03 +09:00
Yamashita, Yuu
a02f5dde4f
s/rbenv/pyenv/g
2016-08-15 05:22:59 +00:00
Yamashita, Yuu
cf1beda362
Merge remote-tracking branch 'rbenv/master' into rbenv-20160815
2016-08-15 05:14:24 +00:00
Yamashita, Yuu
8aebe3b43d
Update change log [ci skip]
2016-08-15 04:47:22 +00:00
Yamashita, Yuu
9a10674ab9
Merge pull request #668 from yyuu/ruby-build-20160602
...
ruby-build 20160602
2016-08-15 13:45:19 +09:00
Yamashita, Yuu
66c8ca6cff
Import changes in rbenv/ruby-build#979
2016-08-15 04:42:50 +00:00
Yamashita, Yuu
3a1379cb34
Import changes from ruby-build v20160602
2016-08-15 04:40:09 +00:00
Jose Luis Duran
99342d642f
src/configure: Add FreeBSD
2016-08-08 17:24:07 -03:00
Yamashita, Yuu
740fbe4bda
Merge pull request #661 from yyuu/workaroud-bin-python
...
Add workaround for `/bin/python`
2016-08-03 22:48:46 +09:00
Mislav Marohnić
0c7224af95
Merge pull request #919 from yyuu/system-in-bin
...
Add a workaround system executable in `/bin`
2016-08-03 03:58:31 -09:00
Yamashita, Yuu
93ece2ac16
Rewrite with using here document syntax
2016-08-03 06:31:27 +00:00
Yamashita, Yuu
36138f4901
Rewrite with using here document syntax
2016-08-03 06:29:59 +00:00
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.
2016-08-03 10:48:44 +09:00
Yamashita, Yuu
1b35cfaa2c
1) Remove useless touch 2) Add explicit shebang line to executable for testing
2016-08-03 01:34:42 +00:00
Yamashita, Yuu
83e874a165
Add explicit shebang to executable for testing
2016-08-03 01:33:35 +00:00
Yamashita, Yuu
8eefa41a4d
Remove useless touch line
2016-08-03 00:58:05 +00:00
Mislav Marohnić
57a902f36a
Merge pull request #922 from jlduran/update-src-shobj-conf
...
Update `shobj-conf`
2016-08-02 19:04:10 +02:00
Jose Luis Duran
07fd1ae66b
Update shobj-conf
...
Update the `shobj-conf` script imported from bash to support new OSs.
2016-08-02 11:36:37 -03:00
Yamashita, Yuu
b8885e4fe2
Keep using original PATH ordering in test_helper
2016-08-02 00:23:47 +00:00
Yamashita, Yuu
a456528be8
Keep original ordering of PATH configuration
2016-08-02 00:21:28 +00:00
Yamashita, Yuu
6030ea51e4
Add a workaround for system executables in /bin
2016-08-01 00:32:50 +00:00
Yamashita, Yuu
2485257424
Add a test to confirm the prefix doesn't work fine with /bin/ruby
2016-08-01 00:31:11 +00:00
Yamashita, Yuu
5c83c4abb7
Add test for /bin/python case
2016-08-01 00:19:04 +00:00
Yamashita, Yuu
7da05ee964
v20160726
2016-07-26 08:06:31 +00:00
Yamashita, Yuu
21131ee493
Merge pull request #663 from yyuu/bsd-tar-xz
...
Use `.tar.xz` archive only if `tar` supports `-J` (especially on *BSD)
2016-07-26 16:59:07 +09:00
Yamashita, Yuu
ac07d63780
Add workaround for conflict of rehash hook between pyenv-virtualenv
2016-07-26 07:47:02 +00:00
Yamashita, Yuu
ad9805a455
Don't need to create temporary files since tar(1) writes to stdout by default
2016-07-26 07:22:47 +00:00
Yamashita, Yuu
e0fdded2cd
Use .tar.xz archive only if tar supports -J (especially on *BSD) ( #654 )
2016-07-25 01:17:22 +00:00
Yamashita, Yuu
4df7cf2dd6
Add workaround for /bin/python ( #628 )
2016-07-21 02:45:27 +00:00
Yamashita, Yuu
e93ae00ca1
Write help message to stdout just like other commands ( #650 , #651 )
2016-07-20 00:25:09 +00:00
Yamashita, Yuu
a761ff602d
Merge pull request #657 from zmwangx/cpython-3.6.0a3
...
Add CPython 3.6.0a3 and remove 3.6.0a2
2016-07-12 17:58:03 +09:00
Zhiming Wang
253d79503d
Remove CPython 3.6.0a2 in favor of 3.6.0a3
2016-07-12 14:39:22 +08:00
Zhiming Wang
f3e7005fb1
Add CPython 3.6.0a3
2016-07-12 14:38:54 +08:00
Yamashita, Yuu
2ad9dfd217
Merge pull request #654 from yyuu/tgz-to-tar-xz
...
Use xz archive instead of gzip archive
2016-07-05 11:25:59 +09:00
Yamashita, Yuu
9e8df34124
MD5 -> SHA256
2016-07-05 02:21:51 +00:00
Yamashita, Yuu
7a61486b5c
PyPy 5.1.1 binary isn't available for ppc64(le)?
2016-07-05 02:14:21 +00:00
Yamashita, Yuu
c3cefd9588
Add anaconda[23]-4.1.0
2016-07-05 00:38:02 +00:00
Yamashita, Yuu
4771e05c53
Use xz archive instead of gzip archive
2016-07-04 09:34:57 +00:00
Yamashita, Yuu
331f68260b
3.4.3: MD5 -> SHA256
2016-07-04 08:52:08 +00:00
Yamashita, Yuu
26ac59fd1d
Write help message to stdout
2016-07-04 00:56:08 +00:00
Yamashita, Yuu
c803130a9d
Merge pull request #651 from yyuu/sh-help-stderr
...
Messages should not be written to stdout if the command is `sh-` command
2016-07-01 09:13:42 +09:00
Yamashita, Yuu
7860ad5268
Help message should not be written to stdout for sh- commands ( yyuu/pyenv#650 )
2016-07-01 00:08:19 +00:00
Yamashita, Yuu
24ba8ce904
Merge pull request #653 from yyuu/rbenv-20160701
...
rbenv 20160701
2016-07-01 09:05:46 +09:00
Yamashita, Yuu
727b8b02ac
Merge remote-tracking branch 'rbenv/master' into rbenv-20160701
2016-07-01 00:00:35 +00:00
Yamashita, Yuu
de4c2a91d4
Merge pull request #652 from nicktimko/patch-1
...
Use non-broken 3.6.0a2 xz archive
2016-07-01 08:53:23 +09:00
Nick Timkovich
aedbd8d046
Use non-broken 3.6.0a2 xz archive
...
Fixes #647 . Also reduces potential demonic invasions through reduction of `666`s.
2016-06-30 15:41:47 -05:00
Yamashita, Yuu
25d3ca7fdf
Messages should not be written in stdout if the command is sh- command ( fixes #650 )
2016-06-30 09:48:00 +00:00
Yamashita, Yuu
081f539cbc
Merge pull request #648 from JayH5/fix-pypy-5-3-1
...
pypy-5.3.1: Remove stray text
2016-06-29 19:14:29 +09:00
Jamie Hewland
1e75a11d32
pypy-5.3.1: Remove stray text
2016-06-29 11:50:52 +02:00
Josh Friend
7d709586ee
v20160629
2016-06-28 22:09:39 -04:00
Josh Friend
962c7827fb
Add PyPY 5.3.1
...
closes #646
2016-06-28 22:08:16 -04:00
Yamashita, Yuu
e8c1f0dccf
Merge pull request #645 from zmwangx/cpython-2.7.12
...
Add CPython 2.7.12 and remove 2.7.12rc1
2016-06-28 16:31:39 +09:00
Zhiming Wang
0e698ffc4c
Remove CPython 2.7.12rc1 in favor of 2.7.12
2016-06-28 13:34:42 +08:00
Zhiming Wang
5298c4bd1b
Add CPython 2.7.12
2016-06-28 13:34:20 +08:00
Yamashita, Yuu
9cd200b98c
v20160628 ( fixes #644 )
2016-06-28 00:34:58 +00:00
Josh Friend
efef9d8c5c
Remove CPython release candidates 3.4.5 and 3.5.2
2016-06-27 08:39:10 -04:00
Yamashita, Yuu
5e7bd78766
Merge pull request #643 from zmwangx/cpython-3.4.5-and-3.5.2
...
Add CPython 3.4.5 and 3.5.2
2016-06-27 19:48:37 +09:00
Zhiming Wang
4967a7f495
Add CPython 3.5.2
2016-06-27 18:45:01 +08:00
Zhiming Wang
803697feb2
Add CPython 3.4.5
2016-06-27 18:44:23 +08:00
Yamashita, Yuu
fcbb1a24fd
Merge pull request #642 from yyuu/stop-calling-verify-pyxx-twice
...
Added `build_package_symlink_version_suffix` to stop calling `verify_pyXX`
2016-06-27 09:43:32 +09:00
Yamashita, Yuu
f22d0e969b
Added build_package_symlink_version_suffix to stop calling verify_pyXX twice ( #638 )
2016-06-27 00:39:49 +00:00
Yamashita, Yuu
3d263c8fa3
verify_pyXX before and after ensurepip to ensure there's python executable (#638 )
2016-06-24 09:43:00 +00:00
Yamashita, Yuu
ae40042ff8
veirfy_pyXX should be called after ensurepip (#638 )
2016-06-24 08:58:45 +00:00
Yamashita, Yuu
8579fd4567
build_package_ensurepip should be called earlier than build_package_verify_py33 to generate symlink of pip from pip3.3 (fixes #638 )
2016-06-24 08:56:03 +00:00
Yamashita, Yuu
c4e012d5e3
Prevent loading user's aria2.conf ( fixes #625 )
2016-06-22 00:38:38 +00:00
Yamashita, Yuu
f64f7c7c49
Merge pull request #634 from yyuu/use-curl-stub-in-tests
...
Use `curl` stub instead of `aria2c` during tests
2016-06-21 09:38:16 +09:00
Yamashita, Yuu
0dcce750b9
Use curl stub instead of aria2c during tests (equiv to rbenv/ruby-build#965 )
2016-06-21 00:31:19 +00:00
Josh Friend
a300254841
Added new pythons to changelog
2016-06-15 22:07:04 -04:00
Josh Friend
57df303a2c
Added CPython 2.7.12rc1
2016-06-15 22:02:24 -04:00
Yamashita, Yuu
aed0eaeceb
Add PyPy3.3 v5.2-alpha1
2016-06-15 03:16:40 +00:00
Yamashita, Yuu
bbe84d0411
Fix the name of pypy-5.3-src
2016-06-15 03:00:51 +00:00
Yamashita, Yuu
2145efec42
Merge pull request #630 from zmwangx/cpython-3.6.0a2
...
Add CPython 3.6.0a2
2016-06-14 18:49:25 +09:00
Zhiming Wang
cd3ace7d97
Add CPython 3.6.0a2
...
https://www.python.org/downloads/release/python-360a2/ .
2016-06-13 22:51:30 -07:00
Josh Friend
8781d132e7
Fix CPython 3.4.5rc1 install
2016-06-13 14:16:08 -04:00
Josh Friend
f66b8ead99
Add CPython 3.4.5rc1
...
NOTE: 3.4.5rc1 does not create a `python` executable shortcut like
other pythons, it only creates `python3`
2016-06-13 13:30:13 -04:00
Josh Friend
8b414ce31d
Add CPython 3.5.2rc1
2016-06-13 13:28:58 -04:00
Josh Friend
aa7b6420ce
Add PyPy2 5.3
...
Closes #626
2016-06-08 14:41:19 -04:00
Yamashita, Yuu
216244fbac
pyenv should not manage shims for all xz related executables
2016-06-08 05:29:04 +00:00
Yamashita, Yuu
4c654d703e
Merge pull request #620 from yyuu/workaround-aria2c-stdout
...
Write remote content on stdout with `aria2c`
2016-06-02 11:04:41 +09:00
Yamashita, Yuu
02c7589d2a
pwd of build_package_* must be $BUILD_PATH
2016-06-02 01:51:32 +00:00
Yamashita, Yuu
69d5656311
Import functions from ruby-build v20160426-33-g3304f96
...
I should add EOL warnings to old versions later....
2016-06-02 01:49:10 +00:00
Yamashita, Yuu
4d64f84a25
http_get_aria2c should return proper value on aria2c failures
2016-06-02 01:43:57 +00:00
Yamashita, Yuu
42cffbc82d
Fix broken tests related to changes in aria2c arguments
2016-06-02 01:38:23 +00:00
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.
2016-06-01 06:55:59 +00:00
Yamashita, Yuu
10957b786a
Merge pull request #618 from jayvdb/stackless-dev-py35
...
Update stackless-dev to check for Python 3.5
2016-06-01 07:31:18 +09:00
John Vandenberg
9e07319cf9
Update stackless-dev to check for Python 3.5
2016-06-01 05:19:36 +07:00
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"
2016-05-30 09:10:36 +09:00
McTavish McArdle
5f20bc258f
"." has been deprecated in the fish shell in favor of explicit "source"
2016-05-28 18:29:45 -04:00
Yamashita, Yuu
75fd97803d
Require GCC for CPython prior to 2.4.4 ( fixes #613 )
2016-05-27 06:44:07 +00:00
Yamashita, Yuu
9993d13996
Merge pull request #539 from yyuu/download-aria2c
...
Use `aria2c` as the download if available (#534 )
2016-05-26 09:30:39 +09:00
Yamashita, Yuu
c71cf59f50
Merge branch 'master' into download-aria2c
2016-05-26 09:28:45 +09:00
Yamashita, Yuu
8ea88dee1c
Trivial fixes
2016-05-26 00:22:54 +00:00
Yamashita, Yuu
97da7c40e7
Merge pull request #608 from yyuu/skip-create-conda-shims-reloaded
...
Skip creating shims for conda's system executables, more reliably
2016-05-24 23:05:14 +09:00
Yamashita, Yuu
1921dbef18
Skip creating shims for conda's system executables, more reliably ( #594 , #595 )
2016-05-24 01:01:41 +00:00
Yamashita, Yuu
0a73b8f886
Merge pull request #595 from yyuu/anaconda-rehash
...
Skip creating shims for system executables bundled with Anaconda (#594 )
2016-05-19 09:19:06 +09:00
Yamashita, Yuu
4a8947d1a6
Remove which hook for Anaconda in favor of rehash hook
2016-05-19 00:14:22 +00:00
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.
2016-05-19 00:13:37 +00:00
Yamashita, Yuu
cd3103340c
Merge pull request #604 from zmwangx/cpython-3.6.0a1
...
Add CPython 3.6.0a1
2016-05-18 17:40:11 +09:00
Zhiming Wang
4543ff88bc
Add CPython 3.6.0a1
...
https://www.python.org/downloads/release/python-360a1/
2016-05-17 23:14:58 -07:00
Yamashita, Yuu
2017dd0c25
v20160509
2016-05-09 00:45:51 +00:00
Yamashita, Yuu
24d05343f8
PyPy 5.1 binary for linux x86 is built for Ubuntu 12.04 - 14.04
2016-05-09 00:41:50 +00:00
Yamashita, Yuu
aa305d2c3d
Add PyPy 5.1.1 ( fixes #591 )
2016-05-09 00:39:53 +00:00
Yamashita, Yuu
73ca25e49b
Merge pull request #593 from Samureus/PyPy-5.1.1-src
...
Pypy 5.1.1 src
2016-05-09 09:28:02 +09:00
Samuel Villamonte
25184d9fca
Added PyPy 5.1.1-src
2016-05-08 13:51:10 -05:00
Samuel Villamonte
d948274305
Merge pull request #1 from Samureus/Portable-PyPy-5.1.1
...
Added PyPy Portable 5.1.1
2016-05-08 12:59:28 -05:00
Samuel Villamonte
444bb360a8
Added PyPy Portable 5.1.1
...
Only tested 64-bit
2016-05-08 12:58:36 -05:00
Yamashita, Yuu
d0fae57c4d
miniconda3 releases are Python 3
2016-05-06 08:57:23 +00:00
Yamashita, Yuu
37ad781061
Add miniconda2/3 4.0.5
2016-05-06 08:51:43 +00:00
Yamashita, Yuu
a8664a2339
Fixed wrong SHA256 for pypy-5.1-linux_x86_64-portable.tar.bz2 ( fixes #586 )
2016-05-02 00:18:56 +00:00
Mislav Marohnić
9fdce5d069
Merge pull request #898 from mikelikesbikes/silence-stdout-when-cding
...
Properly unset CDPATH
2016-04-25 09:56:25 +02:00
Mike Busch
d246e20764
unset CDPATH if it's set by the user
2016-04-22 10:17:40 -05:00
Josh Friend
78b9cee98e
v20160422
2016-04-22 08:56:37 -04:00
Josh Friend
f72fc8eabc
Add PyPy 5.1 Portable
2016-04-21 18:44:50 -04:00
Josh Friend
180ff6c955
Add PyPy 5.1
...
Closes #579
2016-04-21 09:09:52 -04:00
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.
2016-04-20 05:51:35 +00:00
Yamashita, Yuu
739392a2e4
Merge pull request #577 from anthrotype/jython-2.7.1b3
...
Add Jython 2.7.1 beta3
2016-04-15 19:34:41 +09:00
Cosimo Lupo
0a19b2fa02
Add Jython 2.7.1 beta3
2016-04-15 08:53:47 +01:00
Yamashita, Yuu
d594bcadb3
Merge pull request #572 from SNakano/anaconda-4.0.0
...
Add Anaconda 4.0.0
2016-04-09 13:53:12 +09:00
SNakano
eb6e24cef1
Add Anaconda 4.0.0
2016-04-09 10:42:48 +09:00
Josh Friend
9c12b302eb
Add PyPy Portable 5.0.1
2016-03-19 17:45:46 -04:00
Josh Friend
cdf7e6c924
Add PyPy 5.0.1
...
closes #558
2016-03-19 09:30:37 -04:00
Josh Friend
bd312d652e
Add PyPy 5.0 Portable
2016-03-19 09:05:28 -04:00
Yamashita, Yuu
916d0eae8e
Merge pull request #556 from jackmaney/master
...
Fixed date in version
2016-03-12 08:55:41 +09:00
Jack Maney
23364549d7
Merge pull request #1 from jackmaney/jackmaney-fix-date
...
Fixed version date
2016-03-11 09:35:28 -06:00
Jack Maney
e92a7de031
Fixed version date
...
`s/2015/2016/`
2016-03-11 09:35:11 -06:00
Josh Friend
8ef30d9e4d
v20160310
2016-03-10 20:28:49 -05:00
Yamashita, Yuu
74d5dba06a
Fix wrong distro version checks for PyPy binaries
2016-03-11 01:02:01 +00:00
Yamashita, Yuu
6bd7927333
Basically we don't have to run rehash explicitly anymore ( fixes #553 )
2016-03-11 01:02:01 +00:00
Donald Merand
121159c089
Merge branch 'patch-1' of https://github.com/dmerand/rbenv into patch-1
2016-02-20 10:28:19 -05:00
Donald Merand
8b0b51a166
convert references to '.' to 'source' for fish shell
2016-02-20 10:27:39 -05:00
Donald Merand
b81f0a2c42
Fish shell "." is deprecated in favor of "source"
...
Per [the fish documentation for "source"](file:///usr/local/Cellar/fish/2.2.0/share/doc/fish/commands.html#source) - ". (a single period) is an alias for the source command. The use of . is deprecated in favour of source, and . will be removed in a future version of fish."
2016-02-17 15:48:00 -05:00
Yamashita, Yuu
a0e0f1637a
Just a style issue; use export instead of unset like other variables
2016-02-13 03:49:28 +00:00
Yamashita, Yuu
cd8f61b5e0
Allow overriding aria2c/curl/wget via environment variable ( #534 )
2016-02-13 02:50:51 +00:00
Yamashita, Yuu
fbc40aae77
Increased verbosity of aria2c downloader ( #534 )
2016-02-12 07:08:59 +00:00
Yamashita, Yuu
b116f341fe
Use aria2c as the download if available ( #534 )
2016-02-08 12:45:28 +00:00
Aaron Patterson
6a912bf104
add support for rbenv shell -
...
`rbenv shell -` allows you to switch to the previously activated ruby
version. Similar to `cd -` or `git checkout -`.
This tries to implement `rbenv shell -` as proposed in #854 . However,
adding support seemed to break the "shell change version" test. I'm not
very good at Bash programming, can someone tell me what is wrong with
what I'm doing? I'd like to add a bit more functionality to this, but
I'm really just cargo cult programming Bash.
Thank you!
fix tests
2016-01-12 15:32:59 -08:00