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
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