1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 09:03:47 -05:00

Commit Graph

  • 6997026064 import recent changes from ruby-build 20130408 Yamashita Yuu 2013-04-19 19:26:11 +09:00
  • dd1b6502c6 add README for python-build. Yamashita Yuu 2013-04-19 18:48:45 +09:00
  • 060f141b21 test that IFS in hooks is correct Mislav Marohnić 2013-04-16 14:01:04 +02:00
  • 6ca591ab75 restore original IFS for hooks Ian Yang 2013-04-16 00:10:56 +08:00
  • bc1049f5ae improve versions tests by cd'ing into a clean slate Mislav Marohnić 2013-04-16 12:52:42 +02:00
  • 05568496c1 Merge branch 'test-coverage' for MAXIMUM COVERAGE Mislav Marohnić 2013-04-08 23:17:03 +02:00
  • ab9ebb9d0d add tests for help and rbenv --version Mislav Marohnić 2013-04-08 23:00:15 +02:00
  • ab197ef51e add tests for version commands Mislav Marohnić 2013-04-08 21:35:22 +02:00
  • 7fc5f46bbb undo assert_output_lines in tests Mislav Marohnić 2013-04-06 14:10:44 +02:00
  • 969af1567a add tests for rehash, whence, which Mislav Marohnić 2013-04-06 12:30:21 +02:00
  • d1013e82de Merge pull request #12 from f440/support_2.7.4_3.2.4_3.3.1 Yamashita, Yuu 2013-04-06 21:20:26 -07:00
  • bb2d058167 Support 2.7.4, 3.2.4, 3.3.1 f440 2013-04-07 12:32:55 +09:00
  • 7a10b64cf7 better emulate ruby -S behavior in testing Mislav Marohnić 2013-04-02 02:48:27 +02:00
  • f6db678b20 un-indent shebang for test executables Mislav Marohnić 2013-04-02 02:48:04 +02:00
  • 97290b2442 simplify iterating through arglist Mislav Marohnić 2013-04-02 01:35:58 +02:00
  • b8504ed2a9 saner assertions for multiline output Mislav Marohnić 2013-04-02 00:27:27 +02:00
  • 497911d6c0 improve detection of completion support for commands Alisdair Sullivan 2013-03-31 21:01:07 -07:00
  • 4d96d0a6c6 add tests for completions Mislav Marohnić 2013-04-01 16:19:21 +02:00
  • 9b58b6642e test completions for exec Mislav Marohnić 2013-04-01 03:44:19 +02:00
  • 45f651ab00 hack around the hack around bash echo Mislav Marohnić 2013-04-01 03:11:46 +02:00
  • 400fe31061 fix exec fails for invalid version Mislav Marohnić 2013-04-01 03:01:37 +02:00
  • 4b6ab0389b add tests for exec Mislav Marohnić 2013-04-01 02:58:58 +02:00
  • baf7656d2f fix iterating through paths that have spaces in them Mislav Marohnić 2013-02-24 14:52:50 +01:00
  • 6e58c43d8a Merge pull request #11 from draftcode/build-pydebug Yamashita, Yuu 2013-03-28 00:53:08 -07:00
  • dce4eb636a Add a help string to describe the debug option draftcode 2013-03-28 16:41:07 +09:00
  • c170255580 Preserve CONFIGURE_OPTS draftcode 2013-03-28 16:35:26 +09:00
  • 8bf0938e60 Add an option to build a debug version of Python draftcode 2013-03-28 12:04:58 +09:00
  • 382db59cd0 Merge pull request #367 from shoyan/master Sam Stephenson 2013-03-23 08:47:10 -07:00
  • 2bbf49b2f5 replace tab with spaces Shohei Yamasaki 2013-03-23 22:36:11 +09:00
  • 6a6ae8ae46 tests for rbenv-init Mislav Marohnić 2013-03-20 13:43:57 +01:00
  • 03fa148e81 Don't duplicate shims in PATH Tim Pope 2013-02-24 16:34:05 -05:00
  • ea3203dbab fix resolving symlinks in rbenv-hooks Mislav Marohnić 2013-03-08 14:35:46 -05:00
  • aa831836e1 Merge pull request #10 from oza/patch-1 Yamashita, Yuu 2013-03-07 22:29:10 -08:00
  • 0eb1520707 Update README.md OZAWA Tsuyoshi 2013-03-08 15:26:15 +09:00
  • a81ace2ccb add hook lookup tests Mislav Marohnić 2013-03-07 23:55:02 -05:00
  • a7da06998e use C on Travis for even less overhead Mislav Marohnić 2013-03-07 16:14:25 -05:00
  • 5e5e3e0588 skip Ruby stuff on Travis Mislav Marohnić 2013-03-07 16:09:02 -05:00
  • bc369fb1ab configure Travis Mislav Marohnić 2013-03-07 16:05:34 -05:00
  • bb6bccb782 tests galore Mislav Marohnić 2013-03-07 15:05:49 -05:00
  • 1fe59e41ea error message when rehash fails on non-writable directory Mislav Marohnić 2013-03-07 00:13:50 -05:00
  • 606346761f s/python-virtualenv/pyenv-virtualenv/g in README.md Yamashita Yuu 2013-03-06 12:47:58 +09:00
  • 0d1f1d09f0 Fix multiple argument completion with zsh Tim Pope 2013-02-23 16:55:21 -05:00
  • 48e1488bc9 remove duplicated LICENSE from python-build. Yamashita Yuu 2013-02-23 19:07:45 +09:00
  • 0259b6adfb update copyright year Yamashita Yuu 2013-02-23 19:06:58 +09:00
  • 13f36e0416 rbenv(): preserve multiline output of sh-* commands YanhaoYang 2013-02-22 21:41:57 +08:00
  • dbb1fb5a06 release 0.2.0 v0.2.0 Yamashita Yuu 2013-02-18 12:39:35 +09:00
  • 755c00e67c fix broken installation scripts for Jython and some of CPython. replaced deprecated method calls of fetch_url by http get. Yamashita Yuu 2013-02-07 17:48:23 +09:00
  • ad900ba436 fix some differences between ruby-build (refs #8) Yamashita Yuu 2013-02-07 17:32:10 +09:00
  • ea7dc5f1e1 fix inverted result of checking version existence (refs #7) Yamashita Yuu 2013-02-07 16:50:20 +09:00
  • be53bb8951 update README Yamashita Yuu 2013-02-06 22:08:16 +09:00
  • 167ff2a198 s/Ruby/Python/g; s/RBENV/PYENV/g Yamashita Yuu 2013-02-06 16:05:29 +09:00
  • ee3c9bef5e fix typo; s/vesions/versions/ also this will fix https://github.com/yyuu/python-virtualenv/issues/1 Yamashita Yuu 2013-02-01 12:46:57 +09:00
  • 6d307c6e11 import recent changes from ruby-build: Yamashita Yuu 2013-01-31 13:20:59 +09:00
  • a0705cb86e fix shell syntax error. add missing `then'. Yamashita Yuu 2013-01-28 12:53:18 +09:00
  • e3f72ebae2 Guard against exported CDPATH (fixes #316) Sam Stephenson 2013-01-25 12:02:11 -06:00
  • 98f45695db Suppress shell warnings when hashing is disabled by set +h Sam Stephenson 2013-01-25 11:50:37 -06:00
  • 3cb95b4d2d Add rbenv --debug <command> as a shortcut for setting RBENV_DEBUG=1 Sam Stephenson 2013-01-23 19:06:08 -06:00
  • 892aea138e Export PS4 when RBENV_DEBUG is set for more informative debug output Sam Stephenson 2013-01-23 19:05:26 -06:00
  • fca31c4307 import trivial changes from rbenv 0.4.0 Yamashita Yuu 2013-01-18 18:57:08 +09:00
  • 684f7b7f21 add support for .python-version file to store local python version Yamashita Yuu 2013-01-18 17:55:46 +09:00
  • da06998457 import rbenv-help from rbenv 0.4.0 Yamashita Yuu 2013-01-18 17:41:41 +09:00
  • f466679bd1 import pyenv---version from rbenv Yamashita Yuu 2013-01-17 23:17:41 +09:00
  • 4a217a0cd1 update distribute to 0.6.34 Yamashita Yuu 2013-01-11 13:41:40 +09:00
  • 045f6c1bce Merge pull request #314 from jalcine/feature/ignoring-thy-sources Sam Stephenson 2013-01-09 15:36:22 -08:00
  • 1d4261a997 Added 'sources' to the Git ignores. Jacky Alciné 2013-01-09 16:45:08 -05:00
  • da80bced53 Merge pull request #310 from leocassarani/rbenv-help-mawk Sam Stephenson 2013-01-05 13:51:57 -08:00
  • 1d687ac734 Fix incorrect formatting of rbenv-help output under MAWK Leo Cassarani 2013-01-05 16:52:57 +00:00
  • bef7a12964 Merge pull request #308 from eddorre/master Ryan Bigg 2013-01-04 15:17:13 -08:00
  • 14ff078b85 Removed double 'at' from README Carlos Rodriguez 2013-01-04 15:14:36 -08:00
  • cd940bd797 typo in docs Mislav Marohnić 2013-01-04 23:26:01 +01:00
  • 093809eac6 spellcheck Mislav Marohnić 2013-01-04 23:17:52 +01:00
  • c56f72794e Fix ruby-local-exec wiki page link in the changelog Sam Stephenson 2013-01-04 12:40:20 -06:00
  • 9375e99f92 rbenv 0.4.0 v0.4.0 Sam Stephenson 2013-01-04 12:27:26 -06:00
  • b66eeaf2f7 Link up the "Why choose rbenv?" wiki page Sam Stephenson 2013-01-04 12:23:41 -06:00
  • c6855e01a9 zshenv -> zshrc. update Ubuntu/zsh installation notices Mislav Marohnić 2013-01-04 17:58:38 +01:00
  • 7f975a37f9 Deprecate ruby-local-exec Sam Stephenson 2013-01-04 10:12:29 -06:00
  • 41cfa5f3d0 Link to the binstubs wiki page Sam Stephenson 2013-01-04 09:19:18 -06:00
  • 9c45206c28 Remove unused doc directory Sam Stephenson 2013-01-03 21:22:17 -06:00
  • 308aa42b67 Rewrite "How It Works" with @trevorturk Sam Stephenson 2013-01-03 21:18:05 -06:00
  • 5174d14d5c It's all about the apps Sam Stephenson 2013-01-03 12:49:03 -06:00
  • 6fe338e563 New tagline Sam Stephenson 2013-01-03 12:40:54 -06:00
  • 266d896871 Prioritize rbenv local over rbenv global and rbenv shell Sam Stephenson 2013-01-03 10:39:48 -06:00
  • 7e85ae7bd2 "Usage" -> "Command Reference" Sam Stephenson 2013-01-03 10:25:31 -06:00
  • 9a284a3da4 Update the uninstallation section Sam Stephenson 2013-01-03 10:20:52 -06:00
  • 871f0e26df Tone down the RVM incompatibility notice Sam Stephenson 2013-01-03 10:09:22 -06:00
  • e56885f4c9 "binary" -> "executable" Sam Stephenson 2013-01-03 10:06:12 -06:00
  • 149f4b4607 "per-project" -> "application-specific" Sam Stephenson 2013-01-03 10:00:10 -06:00
  • 80750f730f Merge pull request #302 from sstephenson/ruby-version Sam Stephenson 2013-01-03 07:32:02 -08:00
  • 253f6ee1d9 -information in readme pitch Jeremy Kemper 2013-01-02 19:01:47 -07:00
  • bac149e824 Riff on the readme pitch Jeremy Kemper 2013-01-02 19:00:04 -07:00
  • 3ec34448fa Rewrite the readme pitch Sam Stephenson 2013-01-02 18:56:23 -06:00
  • 919c4240fc Clarify that .rbenv-version is removed when migrating Sam Stephenson 2013-01-02 12:51:47 -06:00
  • 44c2378f2a Shims include the full path to rbenv Sam Stephenson 2013-01-01 13:27:39 -06:00
  • 377b176260 Document .ruby-version Sam Stephenson 2012-12-31 09:58:28 -06:00
  • d2a8ca7d89 Tweak the ruby- prefix warning Sam Stephenson 2012-12-31 09:58:10 -06:00
  • d4faae187a Read both .ruby-version and .rbenv-version, but write (and migrate to) .ruby-version Sam Stephenson 2012-12-30 21:14:04 -06:00
  • 5e52fae7c1 Accept "ruby-" version prefix but print a warning to stderr Sam Stephenson 2012-12-30 19:01:30 -06:00
  • b974bf54dc Prefer .ruby-version to .rbenv-version for reading local versions Sam Stephenson 2012-12-30 18:35:08 -06:00
  • 4b6c91e827 Usage consistency Sam Stephenson 2012-12-30 16:00:53 -06:00
  • 51467dc4a3 Include install and uninstall in help if ruby-build is installed Sam Stephenson 2012-12-30 15:30:37 -06:00