1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

Commit Graph

  • a3598423c1 python-build: add anaconda[23]-5.0.0 Shoichi Aizawa 2017-09-28 16:28:13 +09:00
  • f9183b5f8c Add CPython 3.7.0a1 Zhiming Wang 2017-09-20 00:53:53 -04:00
  • d3c5b37b8a Add CPython 3.6.3rc1 Zhiming Wang 2017-09-20 00:52:28 -04:00
  • 2178fb931c v1.1.4 v1.1.4 Yamashita, Yuu 2017-09-20 01:54:46 +00:00
  • 2ebab025f7 Add CPython 2.7.14 and remove 2.7.14rc1 (#980) Zhiming Wang 2017-09-17 21:42:38 -04:00
  • 90ac836576 Merge pull request #979 from scop/micropython Yamashita, Yuu 2017-09-16 09:54:00 +09:00
  • 2f4caa83b7 micropython-dev: unix dir moved to ports/unix Ville Skyttä 2017-09-15 19:12:11 +03:00
  • fae20aece7 Add CPython 2.7.14rc1 Josh Friend 2017-09-14 18:33:30 -04:00
  • 7478310c1b Fix tests regard to --enable-unicode Yamashita, Yuu 2017-09-11 02:02:15 +00:00
  • 2a4b203312 Skip passing --enable-unicode for CPython 3.3+ (fixes #912) Yamashita, Yuu 2017-09-11 01:09:18 +00:00
  • 48aa0c491b Merge pull request #977 from cia-rana/update-readme-pyenv-init Yamashita, Yuu 2017-09-09 09:04:44 +09:00
  • f6384fe8d4 Update pyenv init line in README.md CIARANA 2017-09-09 00:39:02 +09:00
  • 839c9e5c76 Update pyenv init line in README.md cia-rana 2017-09-08 02:07:47 +09:00
  • 2a2cbea951 Change [ to [[ and move it into eval cia-rana 2017-09-08 01:23:21 +09:00
  • bc58ab54f8 Change ~/.pyenv to $PYENV_ROOT CIARANA 2017-09-08 00:28:19 +09:00
  • 6485409a55 Update pyenv init line in README.md CIARANA 2017-09-07 20:31:02 +09:00
  • 8297de9ee0 Add CPython 3.3.7rc1 Josh Friend 2017-09-06 21:40:05 -04:00
  • 09bc868ea8 Remove extra spaces in checksum (#976) Nikita Grishko 2017-09-05 20:08:48 +03:00
  • 2d7cefe782 Merge pull request #1034 from MinhThienDX/master Mislav Marohnić 2017-09-04 18:57:27 +02:00
  • 650c9d3452 Fix URL fragment target MinhThienDX 2017-09-04 23:51:22 +07:00
  • fd0b8fcfb3 Merge pull request #973 from Samureus/jython-2.7.1 Yamashita, Yuu 2017-08-28 09:15:51 +09:00
  • 33873e9b4d Added jython-2.7.1 Samuel Villamonte 2017-08-27 13:01:46 -05:00
  • 4ebd1bd12c Merge pull request #1009 from jeremy/homebrew-install-clarification Jeremy Daer 2017-08-23 14:47:56 -10:00
  • d92e190dc8 Merge pull request #971 from claco/add-3.5.4 Yamashita, Yuu 2017-08-23 12:01:12 +09:00
  • faaa2d587a Added CPython 3.5.4 Christopher H. Laco 2017-08-22 22:43:10 -04:00
  • 005a2e8914 Added CPython 3.4.7 (#965) James Stidard 2017-08-14 19:15:00 +01:00
  • 24a3108499 Merge pull request #956 from pyenv/copy-libpypy3 Yamashita, Yuu 2017-08-14 09:08:47 +09:00
  • b1d32217c3 Avoid creating a symlink for symlink Yamashita, Yuu 2017-08-13 20:01:29 +09:00
  • 8b0ec441da Add OpenSSL to pypy build definitions Yamashita, Yuu 2017-08-13 17:31:39 +09:00
  • 41f00c639d Check if copying file is a file or not Yamashita, Yuu 2017-08-13 16:54:04 +09:00
  • bb352f8822 Add genc as a dependency Yamashita, Yuu 2017-08-13 16:53:41 +09:00
  • 2158e8224a Stop requiring GCC for PyPy source build Yamashita, Yuu 2017-08-09 22:25:06 +09:00
  • 0fe7d78503 Check pycparser's availability when building PyPy from source Yamashita, Yuu 2017-08-09 22:23:31 +09:00
  • fc23323ed4 Revert "Avoid choosing virtualenv when building PyPy from source" Yamashita, Yuu 2017-08-09 22:22:05 +09:00
  • 63c00d9989 Avoid choosing virtualenv when building PyPy from source Yamashita, Yuu 2017-08-09 08:10:36 +00:00
  • 98878e5d12 Changed default PyPy build option; specify --batch to avoid launching interactive debugger Yamashita, Yuu 2017-08-09 07:52:24 +00:00
  • 0cbfcf09d4 Fix pattern match for PyPy versions Yamashita, Yuu 2017-08-09 07:34:59 +00:00
  • dbaa8c83b6 Fixed support of build env vars for dynamic bash extension configure script Anton Novojilov 2017-08-07 13:12:37 +02:00
  • 0c909f7457 Merge pull request #959 from diggzhang/fix_doc Yamashita, Yuu 2017-08-05 16:47:42 +09:00
  • 7c9ebc2727 Fix readme.md diggzhang 2017-08-05 14:11:30 +08:00
  • 269a702321 Fix wrong variable reference Yamashita, Yuu 2017-07-26 01:31:17 +00:00
  • adc0365923 Add support for PyPy3 executables like libpypy3-c.so (fixes #955) Yamashita, Yuu 2017-07-26 01:06:04 +00:00
  • 7dae19765c Merge pull request #953 from pyenv/source-shim Yamashita, Yuu 2017-07-21 09:58:37 +09:00
  • ad5a7f0c17 Stop assuming bash for source scripts Yamashita, Yuu 2017-07-21 00:55:37 +00:00
  • e9ad498fe3 I should have used basename only to check shims Yamashita, Yuu 2017-07-21 00:55:11 +00:00
  • 753a9e826b Move conda.txt and source.txt into their directory to allow users to have custom blacklist Yamashita, Yuu 2017-07-21 00:43:23 +00:00
  • 52d6acc3b0 Workaround for scripts in $PATH which needs to be source'd (#100, #688) Yamashita, Yuu 2017-07-20 01:25:12 +00:00
  • 0314de0c73 v1.1.3 v1.1.3 Josh Friend 2017-07-17 09:12:51 -04:00
  • 37e4c2094f Add CPython 3.6.2 and remove 3.6.2rc2 (#951) Markus Kaiserswerth 2017-07-17 14:49:22 +02:00
  • 5ab088c707 Merge pull request #948 from zmwangx/cpython-3.6.2rc2 Yamashita, Yuu 2017-07-08 20:48:23 +09:00
  • 3e08d43fd9 Add CPython 3.6.2rc2 and remove 3.6.2rc1 Zhiming Wang 2017-07-08 07:22:46 -04:00
  • 8fa1f43856 v1.1.2 v1.1.2 Yamashita, Yuu 2017-07-07 00:40:21 +00:00
  • e93b170fe1 Merge pull request #921 from scop/micropython Yamashita, Yuu 2017-07-06 10:41:06 +09:00
  • fb9130e85a Documentation unclear Advait Junnarkar 2017-07-05 18:15:57 +10:00
  • 7add7793cd micropython-dev: Set better sys.path Ville Skyttä 2017-05-29 12:06:04 +03:00
  • 615f8443fe Merge pull request #1011 from kenaniah/patch-1 Mislav Marohnić 2017-06-25 02:48:23 +02:00
  • 7467eec9de Merge pull request #942 from xHeliotrope/master Yamashita, Yuu 2017-06-24 10:06:11 +09:00
  • e83168655c Update README.md Ryan Moore 2017-06-24 00:50:54 +00:00
  • 4a707c27de Merge pull request #674 from jossy/master Yamashita, Yuu 2017-06-21 20:22:25 +09:00
  • fc706daf60 properly escapes commas in cflags Kenaniah Cerny 2017-06-18 20:57:52 -07:00
  • 734e40d8a5 Add CPython 3.6.2rc1 (#940) Zhiming Wang 2017-06-18 19:51:04 -04:00
  • 440f044f0b Update CHANGELOG.md for v1.1.1 bugfix release v1.1.1 Samuel Villamonte 2017-06-17 13:44:25 -05:00
  • bd32d489c1 Update links to Portable Pypy 5.8-1 bugfix release (#939) Samuel Villamonte 2017-06-17 13:39:10 -05:00
  • bed627addd v1.1.0 v1.1.0 Yamashita, Yuu 2017-06-16 01:03:32 +00:00
  • 6cd487db81 rbenv 1.1.1 Mislav Marohnić 2017-06-15 16:55:33 +02:00
  • e3e99cc906 Clarify Homebrew/git install guidance Jeremy Daer 2017-06-13 10:00:14 -07:00
  • 29436ffe6d Merge pull request #932 from Samureus/pypy-5.8 Yamashita, Yuu 2017-06-12 11:46:36 +09:00
  • d82324ecf9 Fix wrong Portable PyPy links Samuel Villamonte 2017-06-11 21:19:50 -05:00
  • 1910e8667f Merge branch 'pypy-5.8' of github.com:Samureus/pyenv into pypy-5.8 Samuel Villamonte 2017-06-10 15:33:55 -05:00
  • cb579583bc Dropped support for all EOL x86/x64 Ubuntu distros to use Portable PyPy instead, per issue #925 comments Samuel Villamonte 2017-06-10 15:32:32 -05:00
  • 7a6cbbcd08 Fixed error message, PyPy3 Samuel Villamonte 2017-06-10 15:18:48 -05:00
  • 3314420f2e Fix yet another checksum Samuel Villamonte 2017-06-09 12:42:31 -05:00
  • 1f3b0ae017 Fix portable pypy typo Samuel Villamonte 2017-06-09 11:38:39 -05:00
  • d3e40c34bb Added pypy3.5-5.8.0 Samuel Villamonte 2017-06-09 11:37:20 -05:00
  • 38e2067ad6 Added pypy2.7-5.8.0 Samuel Villamonte 2017-06-09 11:27:20 -05:00
  • e0b0147056 Fix sha256 sum Samuel Villamonte 2017-06-09 11:06:42 -05:00
  • 88e46c4b5a Added pypy3.5-portable-5.8.0 Samuel Villamonte 2017-06-09 11:03:34 -05:00
  • ca00b8e2e9 Added pypy2.7-portable-5.8.0 Samuel Villamonte 2017-06-09 10:43:38 -05:00
  • 02001dbfb3 Added pypy3.5-5.8.0-src Samuel Villamonte 2017-06-09 10:11:34 -05:00
  • 033dae622d Added pypy2.7-5.8.0-src Samuel Villamonte 2017-06-09 10:05:35 -05:00
  • 0849776306 Merge pull request #930 from shoichiaizawa/master Yamashita, Yuu 2017-06-08 15:15:06 +09:00
  • d5b193e5b0 python-build: add anaconda[23]-4.4.0 Shoichi Aizawa 2017-06-08 13:33:18 +09:00
  • 01d39850b5 Do not attempt to read .python-version directories (#606) Roman Bolshakov 2017-06-06 14:09:45 +03:00
  • d461b5f1d8 Merge pull request #927 from blueyed/merge-rbenv Yamashita, Yuu 2017-06-06 09:38:33 +09:00
  • 95b1b05cbe rbenv-version-file: ensure that the version file is a file Daniel Hahler 2017-06-05 15:40:59 +02:00
  • 3fd23431af Merge remote-tracking branch 'rbenv/master' Daniel Hahler 2017-06-05 15:02:24 +02:00
  • acbd736eb3 Merge pull request #920 from scop/micropython Yamashita, Yuu 2017-05-29 11:05:18 +09:00
  • fd1fb13016 Add micropython-dev Ville Skyttä 2017-05-28 14:04:42 +03:00
  • 755c820724 Merge pull request #986 from jeffkowalski/fix_init Mislav Marohnić 2017-05-17 00:34:20 +02:00
  • b4330a48b1 Merge pull request #999 from jacob-on-github/patch-1 Mislav Marohnić 2017-05-17 00:12:52 +02:00
  • a81da8d864 Revert quoting change in previous commit; adjust test to match code Jeff Kowalski 2017-05-16 13:36:06 -07:00
  • 4e27113494 Update README.md jacob-on-github 2017-05-16 14:29:46 -05:00
  • 3292200786 Merge pull request #909 from joesiewert/fix-command Yamashita, Yuu 2017-05-12 12:38:05 +09:00
  • a91b36b236 Fix --enable-shared sample command Joe Siewert 2017-05-11 14:23:31 -07:00
  • d15f3888f0 Merge pull request #907 from LarsFronius/patch-1 Yamashita, Yuu 2017-05-10 09:01:34 +09:00
  • 1ec90481e8 Update pip Lars Fronius 2017-05-09 12:51:50 +02:00
  • 95818ab802 Update pip Lars Fronius 2017-05-09 12:50:46 +02:00
  • bbd8f2c01e Fixes pip-rehash to rehash if pip was called with a flag Lars Fronius 2017-05-09 12:43:51 +02:00
  • 30212f0054 Merge pull request #903 from webb04/fix-pyenv-shell-readme-link Yamashita, Yuu 2017-05-03 06:05:38 +09:00
  • 27a7466f15 Update link to pyenv shell documentation in README Jamie Webb 2017-05-02 16:52:53 +01:00