Yamashita, Yuu
df0437f111
Merge pull request #1145 from pyenv/rehash-wait
Wait rehash until lock acquisition
8年前
Yamashita, Yuu
d6ba379e08
Merge pull request #1146 from pyenv/http-client-based-on-envvar
Allow overriding HTTP client type based on environment variable
8年前
Josh Friend
47436606b5
Add pypy 6.0.0
8年前
Yamashita, Yuu
b3ba0fd7e3
Refactor test code of python-build. Use curl during tests by default
8年前
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
8年前
Yamashita, Yuu
c8ad3385c7
Import latest changes from https://github.com/rbenv/ruby-build as of v20180424
8年前
Yamashita, Yuu
11067155f4
Merge pull request #1147 from zbentley/fix_bundle_loader_for_new_osx
Address #273 via a patch from python#21811
8年前
Zac Bentley
18df84f535
Address #273 via a patch from python#21811
8年前
Yamashita, Yuu
098fb9f07a
Rewrite python-build tests with using `PYTHON_BUILD_HTTP_CLIENT`
8年前
Yamashita, Yuu
fc90785f75
Allow overriding HTTP client type based on environment variable `PYTHON_BUILD_HTTP_CLIENT` ( #1126 )
8年前
Yamashita, Yuu
1ec57a0c68
Add basic test for rehash wait
8年前
Yamashita, Yuu
7973e59473
Fix rehash test to give up sooner after lock file's presence
8年前
Yamashita, Yuu
b1e3f13a85
Renamed variable; s/PYENV_REHASH_LOCK_TIMEOUT/PYENV_REHASH_TIMEOUT/
8年前
Yamashita, Yuu
a6c15fb242
Experimental implementation to wait rehash until acquiring lock
For now the code is using traditional pseudo locking mechanism
based on `noclobber`.
8年前
Yamashita, Yuu
63c4b7f45c
Merge pull request #1140 from fschulze/2.7.15rc1
Add Python 2.7.15rc1.
8年前
Florian Schulze
20e4f53aac
Add Python 2.7.15rc1.
8年前
Yamashita, Yuu
35f7ef8708
Merge pull request #1133 from pyenv/rbenv-20180402
Import changes from rbenv as of 20180402
8年前
Yamashita, Yuu
83429344ea
Rewrite some tests for pyenv which was recently imported from rbenv
8年前
Yamashita, Yuu
83f97ef2b3
Merge remote-tracking branch 'rbenv/master' into rbenv-20180402
8年前
Josh Friend
b960f863cc
CPython 3.7.0b2 -> b3
8年前
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
8年前
Yamashita, Yuu
980b03b582
Update warning message on presence of `PIP_VERSION`
8年前
Yamashita, Yuu
f3aba64a84
Merge pull request #1132 from pyenv/fix-typo-in-pr-template
Fixed a typo in PR template
8年前
Yamashita, Yuu
fc33f674b4
s/Generaly/Generally/ 😞
8年前
Yamashita, Yuu
f5663f084a
Show some warning on the use of `PIP_VERSION`
8年前
Yamashita, Yuu
a1d39c1e25
Add test for custom `GET_PIP_URL` per versions
8年前
Yamashita, Yuu
90dfb261e2
Use custom get-pip URL based on the target version ( #1127 )
8年前
Joe Siewert
367c6765ab
Modify changelog to indicate CPython 3.6.5 ( #1130 )
8年前
Josh Friend
abbb606041
v1.2.3
8年前
Josh Friend
359aa1f4c6
Add CPython 3.6.5
8年前
Yamashita, Yuu
b95d0d9542
Merge pull request #1128 from pyenv/pip-version-workaround2
Refactoring around `GET_PIP_URL`
8年前
Yamashita, Yuu
15ff779eb5
Refactoring
Manage `GET_PIP_URL` value at single place for readability.
8年前
Yamashita, Yuu
f35aea984f
Merge pull request #1123 from pyenv/github-issue-templates
Add template for issues and pull requests
8年前
Daniel Hahler
806b9384a1
Update PULL_REQUEST_TEMPLATE.md
revisited
8年前
Daniel Hahler
5861aee062
Update ISSUE_TEMPLATE.md
revisited
8年前
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
8年前
Yamashita, Yuu
ed2d2a921e
Unset `PIP_VERSION` before invoking `get-pip.py` as a workaround for `invalid truth value` error ( pyenv/pyenv-installer#70 )
8年前
Yamashita, Yuu
143e0be9fc
Add template for issues and pull requests ( #1116 )
8年前
raimon
694b551935
Fix dead links in ToC ( #1121 )
8年前
Jens Hedegaard Nielsen
59846ca9b1
Set openssl PKG_CONFIG_PATH for python 3.7 ( #1117 )
8年前
Yamashita, Yuu
adbb59ed2c
Merge pull request #1113 from timsavage/activepython
Support for ActivePython
8年前
Tim Savage
05143526f4
Added download source and SHA256 hashes
8年前
Tim Savage
296ce06d69
Added current ActivePython versions 2.7.14, 3.5.4, 3.6.0
8年前
Tim Savage
3daed2e517
Added entries to support installing ActivePython (linux)
8年前
Josh Friend
a8e207f330
v1.2.2
8年前
Josh Friend
5f74547379
CPython 3.7.0b1 -> 3.7.0b2
8年前
Mislav Marohnić
c8ba27fd07
Merge pull request #1069 from viclim/fix-issue-1065
Ignore empty `.ruby-version` files
8年前
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.
8年前
Yamashita, Yuu
23e1c5049f
Merge pull request #1101 from Calinou/readme-use-markdown-image
Use Markdown image markup in README
8年前
Hugo Locurcio
7ca1923a44
Use Markdown image markup in README
This also fixes the aspect ratio of the image being incorrect.
8年前