Yamashita, Yuu
6e58c43d8a
Merge pull request #11 from draftcode/build-pydebug
Add an option to build a debug version of Python
13 лет назад
draftcode
dce4eb636a
Add a help string to describe the debug option
13 лет назад
draftcode
c170255580
Preserve CONFIGURE_OPTS
13 лет назад
draftcode
8bf0938e60
Add an option to build a debug version of Python
13 лет назад
Sam Stephenson
382db59cd0
Merge pull request #367 from shoyan/master
replace tab with spaces
13 лет назад
Shohei Yamasaki
2bbf49b2f5
replace tab with spaces
13 лет назад
Mislav Marohnić
6a6ae8ae46
tests for rbenv-init
13 лет назад
Tim Pope
03fa148e81
Don't duplicate shims in PATH
13 лет назад
Mislav Marohnić
ea3203dbab
fix resolving symlinks in rbenv-hooks
13 лет назад
Yamashita, Yuu
aa831836e1
Merge pull request #10 from oza/patch-1
Update README.md
13 лет назад
OZAWA Tsuyoshi
0eb1520707
Update README.md
13 лет назад
Mislav Marohnić
a81ace2ccb
add hook lookup tests
13 лет назад
Mislav Marohnić
a7da06998e
use C on Travis for even less overhead
13 лет назад
Mislav Marohnić
5e5e3e0588
skip Ruby stuff on Travis
13 лет назад
Mislav Marohnić
bc369fb1ab
configure Travis
13 лет назад
Mislav Marohnić
bb6bccb782
tests galore
13 лет назад
Mislav Marohnić
1fe59e41ea
error message when rehash fails on non-writable directory
Fixes #238
13 лет назад
Yamashita Yuu
606346761f
s/python-virtualenv/pyenv-virtualenv/g in README.md
13 лет назад
Tim Pope
0d1f1d09f0
Fix multiple argument completion with zsh
This changes the zsh completion to omit the final, incomplete command
line argument when invoking rbenv completions, making it consistent with
the bash completion. Since no built-in completion cares about the
argument list, this inconsistency only affected plugins.
13 лет назад
Yamashita Yuu
48e1488bc9
remove duplicated LICENSE from python-build.
13 лет назад
Yamashita Yuu
0259b6adfb
update copyright year
13 лет назад
YanhaoYang
13f36e0416
rbenv(): preserve multiline output of `sh-*` commands
13 лет назад
Yamashita Yuu
dbb1fb5a06
release 0.2.0
13 лет назад
Yamashita Yuu
755c00e67c
fix broken installation scripts for Jython and some of CPython.
replaced deprecated method calls of `fetch_url` by `http get`.
13 лет назад
Yamashita Yuu
ad900ba436
fix some differences between ruby-build (refs #8 )
13 лет назад
Yamashita Yuu
ea7dc5f1e1
fix inverted result of checking version existence (refs #7 )
13 лет назад
Yamashita Yuu
be53bb8951
update README
13 лет назад
Yamashita Yuu
167ff2a198
s/Ruby/Python/g; s/RBENV/PYENV/g
13 лет назад
Yamashita Yuu
ee3c9bef5e
fix typo; s/vesions/versions/
also this will fix https://github.com/yyuu/python-virtualenv/issues/1
13 лет назад
Yamashita Yuu
6d307c6e11
import recent changes from ruby-build:
* verify checksum of downloaded archives.
* add PYTHON_BUILD_MIRROR_URL to use mirror site.
But we don't have CloudFront setup as of now :-(
* rbenv 0.4.x style help messages
13 лет назад
Yamashita Yuu
a0705cb86e
fix shell syntax error. add missing `then'.
13 лет назад
Sam Stephenson
e3f72ebae2
Guard against exported `CDPATH` ( fixes #316 )
13 лет назад
Sam Stephenson
98f45695db
Suppress shell warnings when hashing is disabled by `set +h`
13 лет назад
Sam Stephenson
3cb95b4d2d
Add `rbenv --debug <command>` as a shortcut for setting RBENV_DEBUG=1
13 лет назад
Sam Stephenson
892aea138e
Export PS4 when RBENV_DEBUG is set for more informative debug output
13 лет назад
Yamashita Yuu
fca31c4307
import trivial changes from rbenv 0.4.0
13 лет назад
Yamashita Yuu
684f7b7f21
add support for .python-version file to store local python version
13 лет назад
Yamashita Yuu
da06998457
import rbenv-help from rbenv 0.4.0
13 лет назад
Yamashita Yuu
f466679bd1
import `pyenv---version` from rbenv
13 лет назад
Yamashita Yuu
4a217a0cd1
update distribute to 0.6.34
13 лет назад
Sam Stephenson
045f6c1bce
Merge pull request #314 from jalcine/feature/ignoring-thy-sources
Ignoring Your Sources
13 лет назад
Jacky Alciné
1d4261a997
Added 'sources' to the Git ignores.
13 лет назад
Sam Stephenson
da80bced53
Merge pull request #310 from leocassarani/rbenv-help-mawk
Fix incorrect formatting of rbenv-help output under MAWK
13 лет назад
Leo Cassarani
1d687ac734
Fix incorrect formatting of rbenv-help output under MAWK
In systems that use the MAWK interpreter (the default AWK installed with
Ubuntu), the output of `rbenv help <command>` would have no line breaks.
The issue is fixed by changing `gsub` to `sub` in the snippet of awk
commands that are used to extract documentation comments.
I suspect the bug is something to do with the way the '^' and '$'
characters are interpreted by different AWK interpreters (per-line vs
per-string anchors).
If I understand correctly, the purpose of trim() is to remove all line
breaks from the start and end of each sections of a command's
documentation, in which case `sub` should serve the same purpose.
13 лет назад
Ryan Bigg
bef7a12964
Merge pull request #308 from eddorre/master
Small update to the README.
13 лет назад
Carlos Rodriguez
14ff078b85
Removed double 'at' from README
13 лет назад
Mislav Marohnić
cd940bd797
typo in docs
13 лет назад
Mislav Marohnić
093809eac6
spellcheck
13 лет назад
Sam Stephenson
c56f72794e
Fix ruby-local-exec wiki page link in the changelog
13 лет назад
Sam Stephenson
9375e99f92
rbenv 0.4.0
13 лет назад