Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r435:cbe9032f8cde Date: 2013-05-16 18:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/cbe9032f8cde/
Log: regen diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -50,9 +50,8 @@ performance improvements. <strong>Note that the OS X nightly builds (but not the release) are slightly miscompiled due to buildslave being old. Contributions are welcomed</strong>.</p> -<p>Here are the binaries of the current release — <strong>PyPy 2.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-2.0.0.html">what's -new in PyPy 2.0?</a>) for x86 Linux, Mac OS/X, Windows. ARM support in -2.0 is alpha-level.</p> +<p>Here are the binaries of the current release — <strong>PyPy 2.0.1</strong> — +(<a class="reference external" href="http://doc.pypy.org/en/latest/release-2.0.0.html">what's new in PyPy 2.0?</a> and <a class="reference external" href="http://doc.pypy.org/en/latest/release-2.0.1.html">fixes of PyPy 2.0.1</a>) for x86 Linux, Mac OS/X, Windows. The support for ARM in 2.0 and 2.0.1 is alpha-level.</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> @@ -70,11 +69,11 @@ 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 2.0; +(This is the official release 2.0.1; for the most up-to-date version see below.)</p> </div> <div class="section" id="id1"> -<h1>2.0</h1> +<h1>2.0.1</h1> <p>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 <strong>Linux binaries are only usable on the distributions written next to @@ -85,16 +84,16 @@ <a class="reference external" href="http://fedoraproject.org/wiki/Features/PyPyStack">Fedora</a>, <a class="reference external" href="http://packages.gentoo.org/package/dev-python/pypy">Gentoo</a> and <a class="reference external" href="https://wiki.archlinux.org/index.php/PyPy">Arch</a> are known to package PyPy, with various 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 -<a class="reference external" href="http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux.tar.bz2">32bit Linux</a> and <a class="reference external" href="http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux64.tar.bz2">64bit Linux</a>.</p> +in production due to potential future security issues), you can find the +older <a class="reference external" href="http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux.tar.bz2">32bit Linux</a> and <a class="reference external" href="http://buildbot.pypy.org/nightly/release-2.0.x/pypy-c-jit-63916-eb5983d848f1-linux64.tar.bz2">64bit Linux</a> at an earlier time of release 2.0.</p> <ul class="simple"> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux.tar.bz2">Linux binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)</a> (see <tt class="docutils literal">[1]</tt> below)</li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux64.tar.bz2">Linux binary (64bit, tar.bz2 built on Ubuntu 12.04.2 LTS)</a> (see <tt class="docutils literal">[1]</tt> below)</li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-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-win32.zip">Windows binary (32bit)</a> (you might need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2008 runtime library +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-linux.tar.bz2">Linux binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)</a> (see <tt class="docutils literal">[1]</tt> below)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-linux64.tar.bz2">Linux binary (64bit, tar.bz2 built on Ubuntu 12.04.2 LTS)</a> (see <tt class="docutils literal">[1]</tt> below)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-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.1-win32.zip">Windows binary (32bit)</a> (you might need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2008 runtime library installer vcredist_x86.exe</a>.)</li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (tar.bz2)</a></li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (zip)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.tar.bz2">Source (tar.bz2)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.zip">Source (zip)</a></li> </ul> <p>If your CPU is really old, it may not have SSE2. In this case, you need to <a class="reference internal" href="#translate">translate</a> yourself with the option <tt class="docutils literal"><span class="pre">--jit-backend=x86-without-sse2</span></tt>.</p> @@ -141,7 +140,7 @@ uncompressed, they run in-place. For now you can uncompress them either somewhere in your home directory or, say, in <tt class="docutils literal">/opt</tt>, and if you want, put a symlink from somewhere like -<tt class="docutils literal">/usr/local/bin/pypy</tt> to <tt class="docutils literal"><span class="pre">/path/to/pypy-2.0/bin/pypy</span></tt>. Do +<tt class="docutils literal">/usr/local/bin/pypy</tt> to <tt class="docutils literal"><span class="pre">/path/to/pypy-2.0.1/bin/pypy</span></tt>. Do not move or copy the executable <tt class="docutils literal">pypy</tt> outside the tree – put a symlink to it, otherwise it will not find its libraries.</p> </div> @@ -151,8 +150,8 @@ <li><p class="first">Get the source code. The following packages contain the source at the same revision as the above binaries:</p> <ul class="simple"> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">pypy-2.0-src.tar.bz2</a> (sources, Unix line endings)</li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">pypy-2.0-src.zip</a> (sources, Unix line endings too, sorry)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.tar.bz2">pypy-2.0.1-src.tar.bz2</a> (sources, Unix line endings)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.zip">pypy-2.0.1-src.zip</a> (sources, Unix line endings too, sorry)</li> </ul> <p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> (the trunk usually works and is of course more up-to-date):</p> @@ -219,28 +218,28 @@ <h1>Checksums</h1> <p>Here are the checksums for each of the downloads (md5 and sha1):</p> <pre class="literal-block"> -756d738d8f35924357150fe1b6d33f86 pypy-2.0-linux64.tar.bz2 -267c46ed8c591da19b6091aa90fa9acf pypy-2.0-linux.tar.bz2 -39837722da4a03ca03eda187aafa13bb pypy-2.0-osx64.tar.bz2 -f0d051c2b612b64dff496a6c0f3654fb pypy-2.0-win32.zip +5c11d727579443d0834caadb4dfe53e3 pypy-2.0.1-linux64.tar.bz2 +8d11952e0356ea751321e7d2a1d4f17a pypy-2.0.1-linux.tar.bz2 +e666450bcfbd936b016a2dd7312f9853 pypy-2.0.1-osx64.tar.bz2 +4c40b19ea1ec5c8c8c2a1f94f59bdf02 pypy-2.0.1-win32.zip b9c36b99296c85a590c3e480b05d5a13 pypy-2.0-alpha-arm-armel.tar.bz2 2565ce68b4032eb306d998e722495694 pypy-2.0-alpha-arm-armhf.tar.bz2 b39d98de75f4948bfd2d606a8263ac1f pypy-upstream_2.0~alpha+arm_armhf.deb 2c9f0054f3b93a6473f10be35277825a pypy-1.8-sandbox-linux64.tar.bz2 009c970b5fa75754ae4c32a5d108a8d4 pypy-1.8-sandbox-linux.tar.bz2 -4dc82e2240dd2b5be313119672988538 pypy-2.0-src.tar.bz2 -f965b50bc34c97891af77e6b743038f2 pypy-2.0-src.zip -88aacc21c6c552b3ff3a157a7575a9dca7e4a7c3 pypy-2.0-linux64.tar.bz2 -b2e64ca5e38a59c3402185cca08ca5a4d507ff7e pypy-2.0-linux.tar.bz2 -65ecb2ba570f05691978c64469cfe3e76bfd8e01 pypy-2.0-osx64.tar.bz2 -cc3b37b5d59b88cf340c72aaae13dd2bb0337bcc pypy-2.0-win32.zip +34072be1eeb63f9d37cf387e58aae81d pypy-2.0.1-src.tar.bz2 +ea8764e387e74c62e898536a862c66c7 pypy-2.0.1-src.zip +cbcd60a78d90caca98fdc2562fc7fcbe76c6e699 pypy-2.0.1-linux64.tar.bz2 +a909742d41fb540d9c12ce010bdc7f9e19353fcc pypy-2.0.1-linux.tar.bz2 +811fd377ab2eda9233a0c34340f981f9aba1ba9a pypy-2.0.1-osx64.tar.bz2 +0fa90e240648e628c6ac3dfed467f88563897a2a pypy-2.0.1-win32.zip dc09a293b85ab4f0032f6943815aaf5bbbceb645 pypy-2.0-alpha-arm-armel.tar.bz2 0971c4b668bfd2fcd52aa35087aa995e03bd5842 pypy-2.0-alpha-arm-armhf.tar.bz2 91910eb654ffbe0509bec2a7aeb460984acf8d82 pypy-upstream_2.0~alpha+arm_armhf.deb 895aaf7bba5787dd30adda5cc0e0e7fc297c0ca7 pypy-1.8-sandbox-linux64.tar.bz2 be94460bed8b2682880495435c309b6611ae2c31 pypy-1.8-sandbox-linux.tar.bz2 -d694824eeaa6169bce8d112149c9a5c7897534ed pypy-2.0-src.tar.bz2 -dc44cc9141a729ccc39b98432062bbe29c938432 pypy-2.0-src.zip +8bc02e922e758048f294a5c6848f97125b0b557f pypy-2.0.1-src.tar.bz2 +61b7326c1379af0914b81936bc057dfec0292458 pypy-2.0.1-src.zip </pre> </div> </div> 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 2.0!</a></p> +<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 2.0.1!</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/numpydonate.html b/numpydonate.html --- a/numpydonate.html +++ b/numpydonate.html @@ -65,7 +65,7 @@ at the latest, we will try our best to make PyPy support NumPy anyway. We however reserve the right to shift any unused funds to other PyPy activities when that date is reached. Of course, since the Conservancy is a -501(c)(3) charitable organization incorporated in NY, USA, all funds will, +501©(3) charitable organization incorporated in NY, USA, all funds will, regardless of their use, be spent in a way that benefits the general public, the advancement of Open Source and Free Software, and in particular the PyPy community and the PyPy codebase.</p> diff --git a/py3donate.html b/py3donate.html --- a/py3donate.html +++ b/py3donate.html @@ -74,7 +74,7 @@ at the latest, we will try our best to make PyPy support Python 3 anyway. We however reserve the right to shift any unused funds to other PyPy activities when that date is reached. Of course, since the Conservancy is a -501(c)(3) charitable organization incorporated in NY, USA, all funds will, +501©(3) charitable organization incorporated in NY, USA, all funds will, regardless of their use, be spent in a way that benefits the general public, the advancement of Open Source and Free Software, and in particular the PyPy community and the PyPy codebase.</p> _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
