diff --git a/source/download.txt b/source/download.txt index 687a03631d9aa8fafdea42ee98bbd964b4dfe36b_c291cmNlL2Rvd25sb2FkLnR4dA==..1d5aae2607cda03340fa945e9e3ea2d238ee099e_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- a/source/download.txt +++ b/source/download.txt @@ -14,8 +14,9 @@ (but not the release) are slightly miscompiled due to buildslave being old. Contributions are welcomed**. -Here are the binaries of the current release — **PyPy 2.1 beta** — (`what's new in -PyPy 2.1 beta?`_) for x86 and ARM Linux, Mac -OS/X, Windows. +Here are the binaries for the current release — **PyPy 2.0.2** — +(`what's new in PyPy 2.0?`_, `fixes of PyPy 2.0.1`_, `fix of PyPy 2.0.2`_) for x86 Linux, +Mac OS/X, Windows and for the upcomming release — **PyPy 2.1 beta** — +(`what's new in PyPy 2.1 beta?`_) for x86 and ARM Linux, Mac OS/X, Windows. .. _what's new in PyPy 2.1 beta?: http://doc.pypy.org/en/latest/release-2.1.0-beta1.html @@ -20,5 +21,8 @@ .. _what's new in PyPy 2.1 beta?: http://doc.pypy.org/en/latest/release-2.1.0-beta1.html +.. _what's new in PyPy 2.0?: http://doc.pypy.org/en/latest/release-2.0.0.html +.. _fixes of PyPy 2.0.1: http://doc.pypy.org/en/latest/release-2.0.1.html +.. _fix of PyPy 2.0.2: http://doc.pypy.org/en/latest/release-2.0.2.html .. class:: download_menu @@ -38,9 +42,10 @@ "JIT Compiler" version ------------------------------- -These binaries include a Just-in-Time compiler. They only work on x86 CPUs -that have the SSE2_ instruction set (most of them do, nowadays), on x86-64 CPUs -or on ARMv6/v7 CPUs with a VFP unit. They also contain `stackless`_ extensions, -like `greenlets`_. (This is the official release 2.1; for the most -up-to-date version see below.) +These binaries include a Just-in-Time compiler. They only work on +x86 CPUs that have the SSE2_ instruction set (most of +them do, nowadays), or on x86-64 CPUs. They also contain `stackless`_ +extensions, like `greenlets`_. +(This is the official release 2.0.2; +for the most up-to-date version see below.) @@ -46,5 +51,5 @@ -2.1 +2.0.2 ----- Note that Linux binaries are dynamically linked, as is usual, and thus might @@ -55,7 +60,10 @@ source or downloading your PyPy from your release vendor. `Ubuntu`_ (`PPA`_), `Debian`_, `Homebrew`_, MacPorts, `Fedora`_, `Gentoo`_ and `Arch`_ are known to package PyPy, with various -degrees of being up-to-date. +degrees of being up-to-date. If you feel +like trying a more statically linked binary (which we do not recommend using +in production due to potential future security issues), you can find the +older `32bit Linux`_ and `64bit Linux`_ at an earlier time of release 2.0. .. _`Ubuntu`: http://packages.ubuntu.com/raring/pypy .. _`PPA`: https://launchpad.net/~pypy/+archive/ppa @@ -64,6 +72,35 @@ .. _`Gentoo`: http://packages.gentoo.org/package/dev-python/pypy .. _`Homebrew`: https://github.com/mxcl/homebrew/blob/master/Library/Formula/pypy.rb .. _`Arch`: https://wiki.archlinux.org/index.php/PyPy +.. _`32bit Linux`: http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux.tar.bz2 +.. _`64bit Linux`: http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux64.tar.bz2 + +* `Linux binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)`__ (see ``[1]`` below) +* `Linux binary (64bit, tar.bz2 built on Ubuntu 12.04.2 LTS)`__ (see ``[1]`` below) +* `Mac OS/X binary (64bit)`__ +* `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library + installer vcredist_x86.exe`_.) +* `Source (tar.bz2)`__ +* `Source (zip)`__ +* `All our downloads,`__ including previous versions + +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-linux.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-linux64.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-osx64.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-win32.zip +.. _`VS 2008 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.zip +.. __: https://bitbucket.org/pypy/pypy/downloads/ + +2.1 Beta +-------- + +Note that Linux binaries are dynamically linked, as is usual, and thus might +not be usable due to the sad story of linux binary compatibility. This means +that **Linux binaries are only usable on the distributions written next to +them** unless you're ready to hack your system by adding symlinks to the +libraries it tries to open. * `Linux binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)`__ (see ``[1]`` below) * `Linux binary (64bit, tar.bz2 built on Ubuntu 12.04.2 LTS)`__ (see ``[1]`` below) @@ -89,14 +126,6 @@ .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.1-beta-src.zip .. __: https://bitbucket.org/pypy/pypy/downloads/ -If you feel -like trying a more statically linked binary (which we do not recommend using -in production due to potential future security issues), you can find the -older `32bit Linux`_ and `64bit Linux`_ at an earlier time of release 2.0. - -.. _`32bit Linux`: http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux.tar.bz2 -.. _`64bit Linux`: http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux64.tar.bz2 - If your CPU is really old, it may not have SSE2. In this case, you need to translate_ yourself with the option ``--jit-backend=x86-without-sse2``. @@ -108,6 +137,7 @@ distribution adds a package, see above --- or you can try the statically linked versions listed above. + .. _`Other versions (without a JIT)`: Other versions @@ -247,6 +277,12 @@ 3332ca340b632018bffcd8d8c0e4d82c pypy-2.1-beta-win32.zip 42e028c65c810c223c04026ec0534f1f pypy-2.1-beta-src.tar.bz2 b34304f22da587dc2a06470acd0ef8b2 pypy-2.1-beta-src.zip + 51ac0aa37a8255acbc71eca23ea29609 pypy-2.0.2-linux.tar.bz2 + 9d9f512ab2f114bfb4f165c71181a511 pypy-2.0.2-linux64.tar.bz2 + a7da45a3161c198de6f662e3c40629ff pypy-2.0.2-osx64.tar.bz2 + 3e51dce7ecfc8fb069d65d95e8de6fb2 pypy-2.0.2-win32.zip + c26662e348159b460057548ddaf35333 pypy-2.0.2-src.tar.bz2 + 4da8c6dfbe7d2044d892c9bc20a649b0 pypy-2.0.2-src.zip 2c9f0054f3b93a6473f10be35277825a pypy-1.8-sandbox-linux64.tar.bz2 009c970b5fa75754ae4c32a5d108a8d4 pypy-1.8-sandbox-linux.tar.bz2 @@ -259,5 +295,11 @@ 5d46a87f1fb13111e7c5215c4b6bdad7607023fe pypy-2.1-beta-win32.zip 5aa130990a24881a22e077b4f03f5f853a40d21f pypy-2.1-beta-src.tar.bz2 fd9bfe001acebb20fb737b10247fd997c1f1929a pypy-2.1-beta-src.zip + c8ec9872fe823f4f7574620a5303c5b0f4576393 pypy-2.0.2-linux.tar.bz2 + 3d045ab7871bc478604cf1f16a3c4ec46c950e70 pypy-2.0.2-linux64.tar.bz2 + a53de7bc88b9caa635d9d679c6e63813881ea7e9 pypy-2.0.2-osx64.tar.bz2 + 4ae8a35dd8043312199aacdbe3abb1a666fc9312 pypy-2.0.2-win32.zip + 49e0af6e57bd2738cd3eb09c3246c69a3dc01319 pypy-2.0.2-src.tar.bz2 + bfb23e7ea17cf9f2e9bf7f2211c6df3aeeafed32 pypy-2.0.2-src.zip 895aaf7bba5787dd30adda5cc0e0e7fc297c0ca7 pypy-1.8-sandbox-linux64.tar.bz2 be94460bed8b2682880495435c309b6611ae2c31 pypy-1.8-sandbox-linux.tar.bz2 diff --git a/source/index.txt b/source/index.txt index 687a03631d9aa8fafdea42ee98bbd964b4dfe36b_c291cmNlL2luZGV4LnR4dA==..1d5aae2607cda03340fa945e9e3ea2d238ee099e_c291cmNlL2luZGV4LnR4dA== 100644 --- a/source/index.txt +++ b/source/index.txt @@ -26,7 +26,7 @@ .. class:: download -`Download and try out the PyPy release 2.1 beta!`__ +`Download and try out the PyPy release 2.0.2 or the current PyPy 2.1 beta!`__ .. __: download.html