1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 00:53:46 -05:00

Commit Graph

  • b21d2c7dea Merge branch 'update-readme' Yamashita Yuu 2014-01-29 18:01:29 +09:00
  • 20e5404248 Update README about usage with multiple versions (#92) Yamashita Yuu 2014-01-29 18:00:56 +09:00
  • 56c58e2778 Modernize python versions in README Yamashita Yuu 2014-01-29 17:54:01 +09:00
  • 3c6ecaf66a Update pip (1.5.1 -> 1.5.2) Yamashita Yuu 2014-01-27 21:55:46 +09:00
  • 87ca55100b Add 3.3.4rc1 and 3.4.0b3 Yamashita Yuu 2014-01-27 21:52:23 +09:00
  • 589872affb Set proper PYENV_VERSION during pyenv install Yamashita Yuu 2014-01-27 15:04:51 +09:00
  • 73d5ea7426 v0.4.0-20140123 v0.4.0-20140123 Yamashita Yuu 2014-01-23 19:14:26 +09:00
  • b992ffca1d Merge branch 'rbenv-pr531' Yamashita Yuu 2014-01-23 11:16:51 +09:00
  • 9c82314570 Unset GREP_OPTIONS to avoid unexpected grep behavior (fixes #101) Yamashita Yuu 2014-01-23 11:09:23 +09:00
  • 403154e09e Update pip (1.5 -> 1.5.1) Yamashita Yuu 2014-01-21 16:18:19 +09:00
  • b44398e954 Add .gitignore Yamashita Yuu 2014-01-21 00:04:02 +09:00
  • 46a01b1643 Merge branch 'enable-framework' Yamashita Yuu 2014-01-18 10:08:37 +09:00
  • bf94eb8cbe Add workaround for --enable-framework to work with CPython 2.7.6 Yamashita Yuu 2014-01-18 02:46:13 +09:00
  • b225f2030d Add support for --enable-framework (#55, #99) Yamashita Yuu 2014-01-18 01:52:50 +09:00
  • cbe7d0241b Merge branch 'python-build-test' Yamashita Yuu 2014-01-17 21:28:03 +09:00
  • e65a10be51 Add bats test for python-build Yamashita Yuu 2014-01-17 21:14:30 +09:00
  • badc8255ab Do not invoke use_homebrew_readline twice Yamashita Yuu 2014-01-17 21:09:52 +09:00
  • 385d3337ef Merge branch 'ensurepip' Yamashita Yuu 2014-01-16 18:33:26 +09:00
  • 558200285b Use ensurepip to install pip if available Yamashita Yuu 2014-01-16 14:21:30 +09:00
  • 2c26b0870a Setup built-in patches out from stub functions of `{before,after}_install_package}. Yamashita Yuu 2014-01-15 17:20:41 +09:00
  • 2cea06b88a Sort built-in patches by its name Yamashita Yuu 2014-01-15 17:09:58 +09:00
  • c977774977 Merge branch 'issue98' Yamashita Yuu 2014-01-15 16:42:14 +09:00
  • 314937d599 Set PYENV_BIN_PATH in PATH even if the version is system (fixes #98) Yamashita Yuu 2014-01-10 09:07:49 +09:00
  • 07ae0d8e42 Import changes from ruby-build 20140110.1 Yamashita Yuu 2014-01-10 20:05:01 +09:00
  • 461c5bbc2d Merge branch 'release-0.4.0-20140110.1' Yamashita Yuu 2014-01-10 15:04:36 +09:00
  • a7f5a19a24 v0.4.0-20140110.1 v0.4.0-20140110.1 Yamashita Yuu 2014-01-10 13:21:41 +09:00
  • f344731cf9 Merge branch 'osx-llvm-gcc' Yamashita Yuu 2014-01-10 13:17:16 +09:00
  • a3f35b7e0d Fallback to use clang if there is gcc not installed Yamashita Yuu 2014-01-10 12:12:51 +09:00
  • b025dbfdab Add require_cc again Yamashita Yuu 2014-01-10 12:11:42 +09:00
  • efd9c1cd48 Merge branch 'release-0.4.0-20140110' Yamashita Yuu 2014-01-10 11:28:17 +09:00
  • 38eb9fe948 v0.4.0-20140110 v0.4.0-20140110 Yamashita Yuu 2014-01-08 23:17:39 +09:00
  • 6ee7aaf611 Should not recognize cc as clang Yamashita Yuu 2014-01-09 18:18:50 +09:00
  • 5c1094adb9 Response enhancement for in the case of the working directory under the UNC path. kou1okada 2014-01-09 15:31:29 +09:00
  • 93ba3a4c51 Use same require_gcc as ruby-build Yamashita Yuu 2014-01-08 22:34:10 +09:00
  • 34087d03ec Add build status badge Yamashita Yuu 2014-01-08 21:47:36 +09:00
  • f136b219db Update pip (1.4.1 -> 1.5) Yamashita Yuu 2014-01-08 21:44:19 +09:00
  • 84705cfe61 Update setuptools (2.0.2 -> 2.1) Yamashita Yuu 2014-01-08 21:42:59 +09:00
  • 2a9f6038e0 Use package_option() to setup configure options Yamashita Yuu 2014-01-08 11:49:48 +09:00
  • 0e3e603429 Don't check $(uname -s) twice Yamashita Yuu 2014-01-08 10:56:43 +09:00
  • 71a916faf2 simplicy the check for infinite loop Yamashita Yuu 2014-01-06 16:37:21 +09:00
  • 8e02b93e39 Call build_package_ldflags_dirs to suppress linker warnings Yamashita Yuu 2014-01-07 12:46:40 +09:00
  • a7a99c75eb Apply patch only if there are patches exist for the package Yamashita Yuu 2014-01-07 11:52:22 +09:00
  • bb3b5de179 Add CPython 3.4.0b2 Yamashita Yuu 2014-01-06 13:03:19 +09:00
  • f956502fd8 Merge branch 'avoid-infinite-loop-even-if-pwd-returns-relative-path' Yamashita Yuu 2014-01-03 08:36:05 +09:00
  • 4c5ffc8d99 Avoid infinite loop in case where pwd returns relative path Yamashita Yuu 2014-01-03 07:43:39 +09:00
  • 8dc4e8d6f8 Revert "Merge branch 'golang-workaround'" Yamashita Yuu 2014-01-03 07:39:52 +09:00
  • 14bc162ca6 Merge branch 'openbsd' Mislav Marohnić 2014-01-02 22:44:19 +01:00
  • 1a6bada94c Fix detecting parent shell on OpenBSD and Cygwin Mislav Marohnić 2014-01-02 22:36:03 +01:00
  • eda535a942 Fix detecting completions support on OpenBSD Mislav Marohnić 2014-01-02 22:33:54 +01:00
  • 1e1c9cb0dc Fix emulating the scenario where system Ruby is missing on OpenBSD Mislav Marohnić 2014-01-02 22:30:21 +01:00
  • 7edceff71c Merge branch 'golang-workaround' Yamashita Yuu 2014-01-03 06:23:03 +09:00
  • 3dc0005032 Fix test suite running on OpenBSD Mislav Marohnić 2014-01-02 22:17:38 +01:00
  • 1587d8a03c Apply readlink to output from pwd may returns "." to get actual path Yamashita Yuu 2014-01-03 01:33:38 +09:00
  • 5dea3c9e63 Import changes from recent rbenv Yamashita Yuu 2014-01-03 04:58:29 +09:00
  • 12d4fdb307 Merge branch 'unittest' (#21) Yamashita Yuu 2014-01-03 04:43:05 +09:00
  • 319721b380 Modify applications and versions for Python Yamashita Yuu 2014-01-03 04:38:29 +09:00
  • 3dd9332eee Fix broken tests Yamashita Yuu 2014-01-03 02:05:40 +09:00
  • 88922e2bc0 Remove version-ext-compat plugin to make test success Yamashita Yuu 2014-01-03 01:56:32 +09:00
  • 0965577b93 Import tests from rbenv with sed -e s/rbenv/pyenv/g Yamashita Yuu 2014-01-03 01:48:22 +09:00
  • f538169992 Restore OLDIFS expectedly Yamashita Yuu 2014-01-02 23:10:38 +09:00
  • d03f290b5d s/rbenv/pyenv/ Yamashita Yuu 2014-01-02 22:49:23 +09:00
  • 8ddf8760d5 Import recent changes from rbenv 0.4.0 Yamashita Yuu 2014-01-02 22:26:22 +09:00
  • 6d0bf9b39f Merge pull request #521 from wmoxam/master Mislav Marohnić 2014-01-01 15:31:08 -08:00
  • 2f5d9a6f90 Fixes rbenv on OpenBSD and any other systems that don't support head -c wmoxam 2013-12-31 01:44:36 -05:00
  • 783618b89c Force TAP output from Bats on CI Mislav Marohnić 2013-12-25 18:10:20 +01:00
  • 4f2f6f8575 Fix test suite when no system Ruby exists Jeffrey 'jf' Lim 2013-12-25 09:09:49 +08:00
  • 59aca30267 Merge pull request #491 from peterhoeg/master Mislav Marohnić 2013-12-17 10:15:09 -08:00
  • 605e691bff Merge pull request #504 from jonathandean/master Sam Stephenson 2013-12-14 13:57:54 -08:00
  • 09ec276a85 Change 'Advanced Configuration' reference to 'How rbenv hooks into your shell' Jonathan Dean 2013-12-14 16:38:25 -05:00
  • 590b19a1b1 Remove Neckbeard reference in favor of Advanced Jonathan Dean 2013-12-13 14:06:44 -05:00
  • be5e1a4ded Improve rbenv init instructions for fish Mislav Marohnić 2013-12-06 16:45:22 +01:00
  • 8650de0c0c ignore cache directory used by ruby-build Peter Hoeg 2013-11-25 11:59:23 +08:00
  • 8fa6b4a184 CPython installer requires existing Pyhthon of similar version. Yamashita Yuu 2013-11-19 17:58:58 +09:00
  • e1a5b326e4 Merge branch 'ruby-build-style-patching' Yamashita Yuu 2014-01-01 13:01:34 +09:00
  • 8892f3735d Use -p0 for all patches to keep things simple (sstephenson/ruby-build#484) Yamashita Yuu 2014-01-01 12:21:29 +09:00
  • 9eedd4ef84 Update setuptools (2.0.1 -> 2.0.2) Yamashita Yuu 2013-12-31 22:16:32 +09:00
  • 4953fa4034 Apply built-in patches only if patch is not given via STDIN Yamashita Yuu 2013-12-30 17:18:03 +09:00
  • 1f76effbfb Import changes from ruby-build v20131225.1 Yamashita Yuu 2013-12-27 18:44:54 +09:00
  • b70dcb9f2d Add list_patches() to sort patches by their names Yamashita Yuu 2013-12-26 16:31:43 +09:00
  • 008a5a1ff9 Force PYTHON_BUILD_PATCH_PATH to be absolute path Yamashita Yuu 2013-12-26 16:17:31 +09:00
  • 5b7eb42a9f Add -p0 as an option for patch if both PATCH_OPTS and PACKAGE_PATCH_OPTS aren't defined Yamashita Yuu 2013-12-26 15:44:56 +09:00
  • 35d4cd2259 Remove PACKAGE_PATCH_STRIP. Use PACKAGE_PATCH_OPTS instead. Yamashita Yuu 2013-12-26 14:01:46 +09:00
  • 5bff9c773a Reliably detect parent shell in pyenv init (fixes #93) Yamashita Yuu 2013-12-26 13:48:43 +09:00
  • 6efb3c327f Revert setuptools version for jython-2.7-beta1 (2.0.1 -> 2.0) Yamashita Yuu 2013-12-25 20:40:44 +09:00
  • 1a05d9a8cd Merge branch 'apply-extra-patches' Yamashita Yuu 2013-12-21 01:06:13 +09:00
  • df51c13323 Use cp -RPp to copy share directories recursively. Yamashita Yuu 2013-12-21 01:04:19 +09:00
  • a025866bac Update setuptools (2.0 -> 2.0.1) Yamashita Yuu 2013-12-21 00:50:28 +09:00
  • 2797f3d80e Update README about PYTHON_PATCH_PATH. Yamashita Yuu 2013-12-21 00:36:32 +09:00
  • 0d85193f39 Remove -Wl,-rpath=... from LDFLAGS on Darwin to fix build. Yamashita Yuu 2013-12-20 20:36:04 +09:00
  • 4d534fed31 Merge branch 'enable-shared' Yamashita Yuu 2013-12-20 18:36:42 +09:00
  • 43212f64ed Pass rpath to linker if --enable-shared was given (#65, #66, #82) Yamashita Yuu 2013-12-20 18:19:22 +09:00
  • 75559df89d Search extra patches from given directory then apply it during build (#91) Yamashita Yuu 2013-12-20 17:17:17 +09:00
  • 3d5156ed1d v0.4.0-20131217 v0.4.0-20131217 Yamashita Yuu 2013-12-17 11:46:44 +09:00
  • aa76fd2f9c On Darwin, should not build readline if there is brewed readline Yamashita Yuu 2013-12-16 16:27:45 +09:00
  • db141f66a4 Restored has_broken_mac_llvm_gcc which is required to build 3.3+ on Darwin Yamashita Yuu 2013-12-16 16:24:25 +09:00
  • fe07deb193 v0.4.0-20131216 v0.4.0-20131216 Yamashita Yuu 2013-12-16 13:51:48 +09:00
  • 7159e24aa8 Update ChangeLog Yamashita Yuu 2013-12-16 13:50:52 +09:00
  • 1cc90d31ae Import changes from ruby-build v20131211 Yamashita Yuu 2013-12-16 13:44:03 +09:00
  • 76bf3ee0d6 Merge pull request #88 from pwdtnx/fix-prefix-system Yamashita, Yuu 2013-12-12 07:38:10 -08:00
  • fd3dd225ba rewrite strip of PYENV_PREFIX_PATH in a single line Tanix 2013-12-12 23:04:22 +09:00