Yamashita Yuu
|
fe50ed29ea
|
bundle patches into python-build repository
|
13 yıl önce |
Yamashita Yuu
|
e9db2caace
|
fix completion problem on zsh
|
13 yıl önce |
Yamashita Yuu
|
2d55aea467
|
add pypy-2.0-beta2
|
13 yıl önce |
Yamashita Yuu
|
521c2c3e06
|
add jython versions; jython-2.5.4-rc1 and jython-2.7-beta1
|
13 yıl önce |
Yamashita Yuu
|
0bc8d8252e
|
fix typo to verify jar's checksum
|
13 yıl önce |
Yamashita Yuu
|
80f4022891
|
Merge branch 'issue15'
|
13 yıl önce |
Yamashita Yuu
|
998af2a3ab
|
revert pip version (1.3.1 -> 1.2.1) to avoid AttributeError on Jython. (#15)
AttributeError: 'module' object has no attribute 'O_NOFOLLOW'
|
13 yıl önce |
Yamashita Yuu
|
3b820e8c0c
|
revert distribute version (0.6.36 -> 0.6.32) due to the installation
problem with Jython 2.5.[01] (#15)
|
13 yıl önce |
Yamashita Yuu
|
8bc19e28e0
|
update distribute version (0.6.34 -> 0.6.36)
|
13 yıl önce |
Yamashita Yuu
|
0d0516ad05
|
update default pip version (1.2.1 -> 1.3.1)
|
13 yıl önce |
Yamashita Yuu
|
6997026064
|
import recent changes from ruby-build 20130408
|
13 yıl önce |
Yamashita Yuu
|
dd1b6502c6
|
add README for python-build.
was copied from [ruby-build](https://github.com/sstephenson/ruby-build).
|
13 yıl önce |
Mislav Marohnić
|
060f141b21
|
test that IFS in hooks is correct
closes #379
|
13 yıl önce |
Ian Yang
|
6ca591ab75
|
restore original IFS for hooks
|
13 yıl önce |
Mislav Marohnić
|
bc1049f5ae
|
improve `versions` tests by cd'ing into a clean slate
|
13 yıl önce |
Mislav Marohnić
|
05568496c1
|
Merge branch 'test-coverage' for MAXIMUM COVERAGE
|
13 yıl önce |
Mislav Marohnić
|
ab9ebb9d0d
|
add tests for `help` and `rbenv --version`
|
13 yıl önce |
Mislav Marohnić
|
ab197ef51e
|
add tests for version commands
|
13 yıl önce |
Mislav Marohnić
|
7fc5f46bbb
|
undo `assert_output_lines` in tests
It was a dumb idea and it wasn't even implemented perfectly.
|
13 yıl önce |
Mislav Marohnić
|
969af1567a
|
add tests for rehash, whence, which
|
13 yıl önce |
Yamashita, Yuu
|
d1013e82de
|
Merge pull request #12 from f440/support_2.7.4_3.2.4_3.3.1
Support 2.7.4, 3.2.4, 3.3.1
|
13 yıl önce |
f440
|
bb2d058167
|
Support 2.7.4, 3.2.4, 3.3.1
|
13 yıl önce |
Mislav Marohnić
|
7a10b64cf7
|
better emulate `ruby -S` behavior in testing
Per https://github.com/ruby/ruby/blob/7d3db3c/ruby.c#L1383-1391
|
13 yıl önce |
Mislav Marohnić
|
f6db678b20
|
un-indent shebang for test executables
|
13 yıl önce |
Mislav Marohnić
|
97290b2442
|
simplify iterating through arglist
|
13 yıl önce |
Mislav Marohnić
|
b8504ed2a9
|
saner assertions for multiline output
|
13 yıl önce |
Alisdair Sullivan
|
497911d6c0
|
improve detection of completion support for commands
Enable JavasCript, Lua and Erlang scripts to provide completions
|
13 yıl önce |
Mislav Marohnić
|
4d96d0a6c6
|
add tests for completions
|
13 yıl önce |
Mislav Marohnić
|
9b58b6642e
|
test completions for exec
|
13 yıl önce |
Mislav Marohnić
|
45f651ab00
|
hack around the hack around bash `echo`
|
13 yıl önce |
Mislav Marohnić
|
400fe31061
|
fix exec fails for invalid version
|
13 yıl önce |
Mislav Marohnić
|
4b6ab0389b
|
add tests for exec
|
13 yıl önce |
Mislav Marohnić
|
baf7656d2f
|
fix iterating through paths that have spaces in them
Fixes #344, #196
|
13 yıl önce |
Yamashita, Yuu
|
6e58c43d8a
|
Merge pull request #11 from draftcode/build-pydebug
Add an option to build a debug version of Python
|
13 yıl önce |
draftcode
|
dce4eb636a
|
Add a help string to describe the debug option
|
13 yıl önce |
draftcode
|
c170255580
|
Preserve CONFIGURE_OPTS
|
13 yıl önce |
draftcode
|
8bf0938e60
|
Add an option to build a debug version of Python
|
13 yıl önce |
Sam Stephenson
|
382db59cd0
|
Merge pull request #367 from shoyan/master
replace tab with spaces
|
13 yıl önce |
Shohei Yamasaki
|
2bbf49b2f5
|
replace tab with spaces
|
13 yıl önce |
Mislav Marohnić
|
6a6ae8ae46
|
tests for rbenv-init
|
13 yıl önce |
Tim Pope
|
03fa148e81
|
Don't duplicate shims in PATH
|
13 yıl önce |
Mislav Marohnić
|
ea3203dbab
|
fix resolving symlinks in rbenv-hooks
|
13 yıl önce |
Yamashita, Yuu
|
aa831836e1
|
Merge pull request #10 from oza/patch-1
Update README.md
|
13 yıl önce |
OZAWA Tsuyoshi
|
0eb1520707
|
Update README.md
|
13 yıl önce |
Mislav Marohnić
|
a81ace2ccb
|
add hook lookup tests
|
13 yıl önce |
Mislav Marohnić
|
a7da06998e
|
use C on Travis for even less overhead
|
13 yıl önce |
Mislav Marohnić
|
5e5e3e0588
|
skip Ruby stuff on Travis
|
13 yıl önce |
Mislav Marohnić
|
bc369fb1ab
|
configure Travis
|
13 yıl önce |
Mislav Marohnić
|
bb6bccb782
|
tests galore
|
13 yıl önce |
Mislav Marohnić
|
1fe59e41ea
|
error message when rehash fails on non-writable directory
Fixes #238
|
13 yıl önce |