Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r367:a12ebac98496 Date: 2012-11-22 12:45 +0100 http://bitbucket.org/pypy/pypy.org/changeset/a12ebac98496/
Log: new release diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -49,7 +49,8 @@ language, passing Python test suite (with minor modifications that were already accepted in the main python in newer versions). It supports most of the commonly used Python <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p> -<p>PyPy has <strong>alpha/beta-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.9 +<p>PyPy has <strong>alpha/beta-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of +2.0 beta1 release this feature is not yet complete. Many libraries will require a bit of effort to work, but there are known success stories. Check out PyPy blog for updates, as well as the <a class="reference external" href="https://bitbucket.org/pypy/compatibility/wiki/Home">Compatibility Wiki</a>.</p> diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -48,8 +48,9 @@ <p class="download-menu">There are <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> available. Those builds are not always as stable as the release, but they contain numerous bugfixes and performance improvements.</p> -<p>Here are the binaries of the current release — <strong>PyPy 1.9</strong> — (<a class="reference external" href="https://bitbucket.org/pypy/pypy/src/default/pypy/doc/release-1.9.0.rst">what's -new in PyPy 1.9?</a>) for x86 Linux, Mac OS/X or Windows.</p> +<p>Here are the binaries of the current release — <strong>PyPy 2.0 beta1</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-2.0.0-beta1.html">what's +new in PyPy 2.0 beta1?</a>) for x86 Linux, Mac OS/X, Windows or ARM linux.</p> +<p>You can also find here the older 1.9 release.</p> <ul class="download-menu simple"> <li>Download<ul> <li><a class="reference internal" href="#default-with-a-jit-compiler">Default (with a JIT Compiler)</a></li> @@ -67,8 +68,21 @@ x86 CPUs that have the <a class="reference external" href="http://en.wikipedia.org/wiki/SSE2">SSE2</a> instruction set (most of them do, nowadays), or on x86-64 CPUs. They also contain <a class="reference external" href="http://www.stackless.com/">stackless</a> extensions, like <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>. -(This is the official release 1.9; +(This is the official release 2.0 beta1 and 1.9; for the most up-to-date version see below.)</p> +</div> +<div class="section" id="beta1"> +<h1>2.0 beta1</h1> +<ul class="simple"> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux.tar.bz2">Linux binary (32bit)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux64-libc2.15.tar.bz2">Linux binary (64bit) (libc 2.15)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux64-libc2.13.tar.bz2">Linux binary (64bit) (libc 2.13)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-win32.zip">Windows binary (32bit)</a> (you may need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2009 runtime library installer vcredist_x86.exe</a>) (not ready yet!)</li> +</ul> +</div> +<div class="section" id="id6"> +<h1>1.9</h1> <ul class="simple"> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2">Linux binary (32bit)</a></li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2">Linux binary (64bit)</a></li> @@ -100,7 +114,7 @@ </ul> </li> </ul> -<p>These versions are not officially part of the release 1.9, which focuses +<p>These versions are not officially part of the releases, which focuses on the JIT. You can find prebuilt binaries for them on our <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly build</a>, or <a class="reference internal" href="#translate">translate</a> them yourself.</p> </div> @@ -189,6 +203,11 @@ <h1>Checksums</h1> <p>Here are the checksums for each of the downloads (md5 and sha1):</p> <pre class="literal-block"> +68d8668299cd5adf4f302eaf882c5b33 pypy-2.0-beta1-linux64-libc2.13.tar.bz2 +0fde559a7b1a3b98245d6a5ea7f8ebb2 pypy-2.0-beta1-linux64-libc2.15.tar.bz2 +a1505520c063c591b218e5cd3436b111 pypy-2.0-beta1-linux-armel.tar.bz2 +5aa2e4eee1c3dab86e5cec237776ced3 pypy-2.0-beta1-linux.tar.bz2 +2802a06cd19ac86930b63afdd837c32f pypy-2.0-beta1-osx64.tar.bz2 201d2cce2557e40c784473b471ee1b6b pypy-1.9-linux64.tar.bz2 1a08c88642434fc2e0e4256d351f48db pypy-1.9-linux.tar.bz2 aad9c4b7b827583e37fe8ae0f7cfe0ff pypy-1.9-osx64.tar.bz2 @@ -197,6 +216,11 @@ 009c970b5fa75754ae4c32a5d108a8d4 pypy-1.8-sandbox-linux.tar.bz2 f92c0171a9578a3e4a0f74947ec596ab release-1.9.tar.bz2 (source) 1c06cc5c35fa17e59acb51e11cdc9b03 release-1.9.zip (source) +720da40e127b6438d6d3ab1164dbf596479984a0 pypy-2.0-beta1-linux64-libc2.13.tar.bz2 +a406b8b0f8e44c4f3bea0476307c0329a3fde9c2 pypy-2.0-beta1-linux64-libc2.15.tar.bz2 +5682358c775e90dbc3636dbb0f6158675ecf5357 pypy-2.0-beta1-linux-armel.tar.bz2 +ede5788f282072bc410019fb26c732f55f0b33ff pypy-2.0-beta1-linux.tar.bz2 +e4938fdf33072e457fee6cb22798ec08b5a01978 pypy-2.0-beta1-osx64.tar.bz2 51be6b7b802a5239a759e04ae9595082e17c4c70 pypy-1.9-linux64.tar.bz2 1bc5d2467039b954f9b7395b3ee1b8407ce1c057 pypy-1.9-linux.tar.bz2 825e15724419fbdb6fe215eeea044f9181883c90 pypy-1.9-osx64.tar.bz2 diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -45,8 +45,8 @@ <div> <div id="main"> <h1 class="title">Features</h1> -<p><strong>PyPy 1.9</strong> implements <strong>Python 2.7.2</strong> and runs on Intel -<a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a> platforms, with ARM and PPC being underway. +<p><strong>PyPy 2.0 beta1</strong> implements <strong>Python 2.7.3</strong> and runs on Intel +<a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> , <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms, with PPC being underway. It supports all of the core language, passing the Python test suite (with minor modifications that were already accepted in the main python in newer versions). It supports most of the commonly used Python diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ <li>As well as other <a class="reference external" href="features.html">features</a>.</li> </ul> </blockquote> -<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 1.9!</a></p> +<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 2.0 beta1!</a></p> <p>Want to know more? A good place to start is our detailed <a class="reference external" href="http://speed.pypy.org/">speed</a> and <a class="reference external" href="compat.html">compatibility</a> reports!</p> </div> diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -8,7 +8,8 @@ already accepted in the main python in newer versions). It supports most of the commonly used Python `standard library modules`_; details below. -PyPy has **alpha/beta-level** support for the `CPython C API`_, however, as of 1.9 +PyPy has **alpha/beta-level** support for the `CPython C API`_, however, as of +2.0 beta1 release this feature is not yet complete. Many libraries will require a bit of effort to work, but there are known success stories. Check out PyPy blog for updates, as well as the `Compatibility Wiki`__. diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -12,10 +12,12 @@ as stable as the release, but they contain numerous bugfixes and performance improvements. -Here are the binaries of the current release — **PyPy 1.9** — (`what's -new in PyPy 1.9?`_) for x86 Linux, Mac OS/X or Windows. +Here are the binaries of the current release — **PyPy 2.0 beta1** — (`what's +new in PyPy 2.0 beta1?`_) for x86 Linux, Mac OS/X, Windows or ARM linux. -.. _what's new in PyPy 1.9?: https://bitbucket.org/pypy/pypy/src/default/pypy/doc/release-1.9.0.rst +You can also find here the older 1.9 release. + +.. _what's new in PyPy 2.0 beta1?: http://doc.pypy.org/en/latest/release-2.0.0-beta1.html .. class:: download_menu @@ -39,9 +41,28 @@ 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 1.9; +(This is the official release 2.0 beta1 and 1.9; for the most up-to-date version see below.) +2.0 beta1 +--------- + +* `Linux binary (32bit)`__ +* `Linux binary (64bit) (libc 2.15)`__ +* `Linux binary (64bit) (libc 2.13)`__ +* `Mac OS/X binary (64bit)`__ +* `Windows binary (32bit)`__ (you may need the `VS 2009 runtime library installer vcredist_x86.exe`_) (not ready yet!) + +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux64-libc2.15.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux64-libc2.13.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-osx64.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-win32.zip +.. _`VS 2009 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582 + +1.9 +--- + * `Linux binary (32bit)`__ * `Linux binary (64bit)`__ * `Mac OS/X binary (64bit)`__ @@ -87,7 +108,7 @@ .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2 .. _`sandbox docs`: http://doc.pypy.org/en/latest/sandbox.html -These versions are not officially part of the release 1.9, which focuses +These versions are not officially part of the releases, which focuses on the JIT. You can find prebuilt binaries for them on our `nightly build`_, or translate_ them yourself. @@ -194,6 +215,11 @@ Here are the checksums for each of the downloads (md5 and sha1):: + 68d8668299cd5adf4f302eaf882c5b33 pypy-2.0-beta1-linux64-libc2.13.tar.bz2 + 0fde559a7b1a3b98245d6a5ea7f8ebb2 pypy-2.0-beta1-linux64-libc2.15.tar.bz2 + a1505520c063c591b218e5cd3436b111 pypy-2.0-beta1-linux-armel.tar.bz2 + 5aa2e4eee1c3dab86e5cec237776ced3 pypy-2.0-beta1-linux.tar.bz2 + 2802a06cd19ac86930b63afdd837c32f pypy-2.0-beta1-osx64.tar.bz2 201d2cce2557e40c784473b471ee1b6b pypy-1.9-linux64.tar.bz2 1a08c88642434fc2e0e4256d351f48db pypy-1.9-linux.tar.bz2 aad9c4b7b827583e37fe8ae0f7cfe0ff pypy-1.9-osx64.tar.bz2 @@ -203,6 +229,11 @@ f92c0171a9578a3e4a0f74947ec596ab release-1.9.tar.bz2 (source) 1c06cc5c35fa17e59acb51e11cdc9b03 release-1.9.zip (source) + 720da40e127b6438d6d3ab1164dbf596479984a0 pypy-2.0-beta1-linux64-libc2.13.tar.bz2 + a406b8b0f8e44c4f3bea0476307c0329a3fde9c2 pypy-2.0-beta1-linux64-libc2.15.tar.bz2 + 5682358c775e90dbc3636dbb0f6158675ecf5357 pypy-2.0-beta1-linux-armel.tar.bz2 + ede5788f282072bc410019fb26c732f55f0b33ff pypy-2.0-beta1-linux.tar.bz2 + e4938fdf33072e457fee6cb22798ec08b5a01978 pypy-2.0-beta1-osx64.tar.bz2 51be6b7b802a5239a759e04ae9595082e17c4c70 pypy-1.9-linux64.tar.bz2 1bc5d2467039b954f9b7395b3ee1b8407ce1c057 pypy-1.9-linux.tar.bz2 825e15724419fbdb6fe215eeea044f9181883c90 pypy-1.9-osx64.tar.bz2 diff --git a/source/features.txt b/source/features.txt --- a/source/features.txt +++ b/source/features.txt @@ -6,8 +6,8 @@ PyPy features =========================================================== -**PyPy 1.9** implements **Python 2.7.2** and runs on Intel -`x86 (IA-32)`_ and `x86_64`_ platforms, with ARM and PPC being underway. +**PyPy 2.0 beta1** implements **Python 2.7.3** and runs on Intel +`x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms, with PPC being underway. It supports all of the core language, passing the Python test suite (with minor modifications that were already accepted in the main python in newer versions). It supports most of the commonly used Python @@ -19,6 +19,7 @@ .. _`compatibility`: compat.html .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32 .. _`x86_64`: http://en.wikipedia.org/wiki/X86_64 +.. _`ARM`: http://en.wikipedia.org/wiki/ARM .. _`howtohelp`: howtohelp.html diff --git a/source/index.txt b/source/index.txt --- a/source/index.txt +++ b/source/index.txt @@ -26,7 +26,7 @@ .. class:: download -`Download and try out the PyPy release 1.9!`__ +`Download and try out the PyPy release 2.0 beta1!`__ .. __: download.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
