Mislav Marohnić
5b9e4f0584
Merge pull request #722 from blueyed/fix-test-for-fish-issue-369
Fix test for adding shims in fish
преди 11 години
Daniel Hahler
10d5d9a24f
tests: fix desc for "can add shims to PATH more than once"
This seems to have not been merged properly.
A similar issue is with the test for fish, which has been submitted as a
PR for rbenv: https://github.com/sstephenson/rbenv/pull/722 .
преди 11 години
Daniel Hahler
06c1959e78
Fix test for adding shims in fish
Commit e2173df4 (for issue #369 ) did not handle the fish test properly.
This renames it and fixes the assertion.
преди 11 години
Yamashita, Yuu
be037932ca
Merge pull request #360 from yyuu/merge-rbenv
Merge rbenv to have a common ancestor for future merges
преди 11 години
Yamashita, Yuu
af95960960
Merge pull request #362 from n8henrie/master
Details on multiple Python2 and Python3 versions.
преди 11 години
Nathan Henrie
17c153b1c1
Details on multiple Python2 and Python3 versions.
Add detail regarding activating multiple Python2 and Python3 versions simultaneously.
преди 11 години
Daniel Hahler
065f5578b1
Merge rbenv parent repository
This merges
4d72eefffc
to build a common ancestor for future merges.
This is branched off f48a5b11d709ec616f766864b8e0ab894cb30962, which was
the last manual merge.
Discussion / initial idea: https://github.com/yyuu/pyenv/pull/286#issuecomment-66565475
This was done using:
# Keep our changes for "unmerged, both added"
for i in $(git status --porcelain | grep '^AA ' | cut -d\ -f2); do
git checkout --ours $i
git add $i
done
# "git mv" rbenv files to our name, keeping the current contents.
for i in $(git status --porcelain | grep '^A ' | sed 's/^A //'); do
ours=${i//rbenv/pyenv}
test -f $ours || { echo "Skipping: $i"; continue; }
git mv -f $i $ours
git reset HEAD $ours
done
I've handled the following then manually:
- rbenv.d/exec/gem-rehash.bash
- rbenv.d/exec/gem-rehash/rubygems_plugin.rb
This should allow to merge rbenv in the future using:
git merge rbenv/master -s recursive -X rename-threshold=5%
I am not sure about the rename-threshold, 25% also worked for one file
I've tested.
Conflicts:
.gitignore
.travis.yml
LICENSE
README.md
src/Makefile.in
test/--version.bats
test/commands.bats
test/completions.bats
test/exec.bats
test/global.bats
test/help.bats
test/hooks.bats
test/init.bats
test/local.bats
test/prefix.bats
test/rehash.bats
test/run
test/shell.bats
test/shims.bats
test/test_helper.bash
test/version-file-read.bats
test/version-file-write.bats
test/version-file.bats
test/version-name.bats
test/version-origin.bats
test/version.bats
test/versions.bats
test/whence.bats
test/which.bats
преди 11 години
Yamashita Yuu
71c9ff565b
Added note about where to place `pyenv init -` in shell configuration file ( #313 )
преди 11 години
Yamashita, Yuu
88270e83e8
Merge pull request #355 from mrjefftang/master
2.7.9 - Stop '/Library/Python/X.X/site-packages' from being added to sys.path
преди 11 години
Yamashita, Yuu
b09681c9fb
Merge pull request #358 from blueyed/fix-src-configure-sed
src/configure: fix sed expression
преди 11 години
Daniel Hahler
80eef69c9a
src/configure: fix sed expression
This has been fixed for rbenv in
https://github.com/sstephenson/rbenv/commit/050f750 .
преди 11 години
Jeff Tang
bc025641c2
add patches to stop '/Library/Python/X.X/site-packages' from being added to sys.path
преди 11 години
Kevin Burke
0cd078bae6
Merge branch 'master' into use-command
преди 11 години
Yamashita Yuu
5dc3ee95fd
Add Jython 2.7 beta4
http://fwierzbicki.blogspot.fi/2015/02/jython-27-beta4-released.html
преди 11 години
Yamashita, Yuu
4903223f23
Merge pull request #346 from joshfriend/pypy-251-portable
add pypy-2.5.1 portable version
преди 11 години
Josh Friend
1aea75055a
fix pypy2.5.1 build folder for i686
преди 11 години
Yamashita, Yuu
f30085eaf4
Merge pull request #347 from joshfriend/pypy-251-src-fix
fix url and checksum for pypy-2.5.1-src
преди 11 години
Yamashita, Yuu
43d311ef58
Merge pull request #345 from joshfriend/fix-require-distro
Fix require_distro
преди 11 години
Yamashita, Yuu
239f4a6b51
Merge pull request #344 from joshfriend/python-3-5-0-a3
add python 3.5.0a3
преди 11 години
Josh Friend
1463968a3f
fix url and checksum for pypy-2.5.1-src
преди 11 години
Josh Friend
97c6a4c932
add pypy-2.5.1 portable version
преди 11 години
Josh Friend
5131ef521b
fix required distros for pypy-2.5.x
преди 11 години
Josh Friend
1d7ce651b0
fix distro version check
преди 11 години
Josh Friend
c335f96eac
add python 3.5.0a3
преди 11 години
Yamashita, Yuu
f0eeac63a3
Merge pull request #341 from joshfriend/fix-pypy-2-5-0
fix pypy-2.5.0-src build directory
преди 11 години
Josh Friend
4ebe18a273
fix pypy-2.5.0-src build directory
преди 11 години
Yamashita Yuu
ab2aa6d13b
v20150326
преди 11 години
Yamashita, Yuu
431761d125
Merge pull request #340 from joshfriend/pypy-2-5-1
Add pypy-2.5.1
преди 11 години
Josh Friend
e6e858c33b
Add pypy-2.5.1 ( fixes #338 )
преди 11 години
derwolfe
e9aa6cf649
doc: make location to add code to more clear
преди 11 години
Mislav Marohnić
7ad01b2b48
Document rbenv environment variables
Closes #699 , fixes #666 [ci skip]
преди 11 години
Mislav Marohnić
8c6b764a4c
Merge pull request #706 from mhw/realpath-configure-fix
Fix pattern replacement to allow flags with commas.
преди 11 години
Yamashita Yuu
4e30b1a5e1
Merge branch 'portable-pypy' ( fixes #326 , #329 )
преди 11 години
Yamashita Yuu
2beef3c455
Add pypy-portable binary to some pypy/pypy3 versions
преди 11 години
Yamashita Yuu
797975b742
Add sha256sum to pypy-portable archives ( #329 )
преди 11 години
Yamashita Yuu
527334b401
Add pypy-portable-2.5 ( #329 )
преди 11 години
Mark H. Wilkinson
050f750563
Fix pattern replacement to allow flags with commas.
преди 11 години
Yamashita Yuu
292813eca3
Install pypy-portable binaries on unsupported platforms ( #329 )
преди 11 години
Yamashita Yuu
d935a2a994
Merge branch 'portable-pypy' of github.com:olliewalsh/pyenv into portable-pypy
преди 11 години
Yamashita, Yuu
d9a7117c3b
Merge pull request #328 from joshfriend/python-3-5-0-a2
add python 3.5.0a2
преди 11 години
Josh Friend
6596657004
add python 3.5.0a2
преди 11 години
Yamashita Yuu
f48a5b11d7
Import recent changes from rbenv 4d72eefffc
преди 11 години
Mislav Marohnić
4d72eefffc
Merge branch 'fast-travis'
преди 11 години
Mislav Marohnić
b6ac87c220
Faster bats clone
преди 11 години
Mislav Marohnić
6b908bf39f
Opt into fast Travis CI builds
преди 11 години
Mislav Marohnić
f87d8762eb
Merge pull request #698 from asymmetric/dead-readme-links
Remove dead links to History and License from README
преди 11 години
Lorenzo Manacorda
c54fa3731f
Remove dead links to Version history and License
Cfr. #688
преди 11 години
Yamashita Yuu
efe461d2b4
v20150226 ( #323 )
преди 11 години
Yamashita, Yuu
4540967250
Merge pull request #324 from joshfriend/python-3-5-0-a1
Add python3.5.0a1
преди 11 години
Yamashita, Yuu
d14357f64c
Merge pull request #323 from joshfriend/python-3-4-3
Add python3.4.3
преди 11 години