Skip to content
Snippets Groups Projects
Commit 12bba861 authored by Armin Rigo's avatar Armin Rigo
Browse files

Update to point to 2.0.2.

parent 48567f8d
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,10 @@
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.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>
<p>Here are the binaries of the current release — <strong>PyPy 2.0.2</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>, <a class="reference external" href="http://doc.pypy.org/en/latest/release-2.0.1.html">fixes of PyPy 2.0.1</a>, <a class="reference external" href="http://doc.pypy.org/en/latest/release-2.0.2.html">fix of PyPy
2.0.2</a>) for x86 Linux, Mac OS/X, Windows. The support for ARM in
2.0(.2) 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>
......@@ -69,7 +71,7 @@
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.1;
(This is the official release 2.0.2;
for the most up-to-date version see below.)</p>
</div>
<div class="section" id="id1">
......@@ -73,7 +75,7 @@
for the most up-to-date version see below.)</p>
</div>
<div class="section" id="id1">
<h1>2.0.1</h1>
<h1>2.0.2</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
......@@ -87,8 +89,8 @@
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.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
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-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.2-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> (STILL POINTS TO 2.0.1, UPDATED SOON)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-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>
......@@ -94,6 +96,6 @@
installer vcredist_x86.exe</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>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.tar.bz2">Source (tar.bz2)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-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>
......@@ -140,7 +142,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.1/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.2/bin/pypy</span></tt>. Do
not move or copy the executable <tt class="docutils literal">pypy</tt> outside the tree &ndash; put
a symlink to it, otherwise it will not find its libraries.</p>
</div>
......@@ -150,8 +152,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.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>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.tar.bz2">pypy-2.0.2-src.tar.bz2</a> (sources, Unix line endings)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.zip">pypy-2.0.2-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>
......@@ -218,6 +220,6 @@
<h1>Checksums</h1>
<p>Here are the checksums for each of the downloads (md5 and sha1):</p>
<pre class="literal-block">
5c11d727579443d0834caadb4dfe53e3 pypy-2.0.1-linux64.tar.bz2
8d11952e0356ea751321e7d2a1d4f17a pypy-2.0.1-linux.tar.bz2
51ac0aa37a8255acbc71eca23ea29609 pypy-2.0.2-linux.tar.bz2
9d9f512ab2f114bfb4f165c71181a511 pypy-2.0.2-linux64.tar.bz2
e666450bcfbd936b016a2dd7312f9853 pypy-2.0.1-osx64.tar.bz2
......@@ -223,7 +225,7 @@
e666450bcfbd936b016a2dd7312f9853 pypy-2.0.1-osx64.tar.bz2
4c40b19ea1ec5c8c8c2a1f94f59bdf02 pypy-2.0.1-win32.zip
3e51dce7ecfc8fb069d65d95e8de6fb2 pypy-2.0.2-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
......@@ -225,10 +227,10 @@
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
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
c26662e348159b460057548ddaf35333 pypy-2.0.2-src.tar.bz2
4da8c6dfbe7d2044d892c9bc20a649b0 pypy-2.0.2-src.zip
c8ec9872fe823f4f7574620a5303c5b0f4576393 pypy-2.0.2-linux.tar.bz2
3d045ab7871bc478604cf1f16a3c4ec46c950e70 pypy-2.0.2-linux64.tar.bz2
811fd377ab2eda9233a0c34340f981f9aba1ba9a pypy-2.0.1-osx64.tar.bz2
......@@ -234,7 +236,7 @@
811fd377ab2eda9233a0c34340f981f9aba1ba9a pypy-2.0.1-osx64.tar.bz2
0fa90e240648e628c6ac3dfed467f88563897a2a pypy-2.0.1-win32.zip
4ae8a35dd8043312199aacdbe3abb1a666fc9312 pypy-2.0.2-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
......@@ -236,10 +238,10 @@
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
8bc02e922e758048f294a5c6848f97125b0b557f pypy-2.0.1-src.tar.bz2
61b7326c1379af0914b81936bc057dfec0292458 pypy-2.0.1-src.zip
49e0af6e57bd2738cd3eb09c3246c69a3dc01319 pypy-2.0.2-src.tar.bz2
bfb23e7ea17cf9f2e9bf7f2211c6df3aeeafed32 pypy-2.0.2-src.zip
</pre>
</div>
</div>
......
......@@ -45,7 +45,7 @@
<div>
<div id="main">
<h1 class="title">Features</h1>
<p><strong>PyPy 2.0.1</strong> implements <strong>Python 2.7.3</strong> and runs on Intel
<p><strong>PyPy 2.0.2</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 (alpha), 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
......
......@@ -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.1!</a></p>
<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 2.0.2!</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>
......
......@@ -14,8 +14,10 @@
(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.0.1** —
(`what's new in PyPy 2.0?`_ and `fixes of PyPy 2.0.1`_) for x86 Linux, Mac OS/X, Windows. The support for ARM in 2.0 and 2.0.1 is alpha-level.
Here are the binaries of 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. The support for ARM in
2.0(.2) is alpha-level.
.. _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
......@@ -19,6 +21,7 @@
.. _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
......@@ -42,6 +45,6 @@
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.1;
(This is the official release 2.0.2;
for the most up-to-date version see below.)
......@@ -46,6 +49,6 @@
for the most up-to-date version see below.)
2.0.1
2.0.2
-----
Note that Linux binaries are dynamically linked, as is usual, and thus might
......@@ -73,9 +76,9 @@
* `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)`__
* `Mac OS/X binary (64bit)`__ (STILL POINTS TO 2.0.1, UPDATED SOON)
* `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library
installer vcredist_x86.exe`_.)
* `Source (tar.bz2)`__
* `Source (zip)`__
......@@ -77,8 +80,8 @@
* `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library
installer vcredist_x86.exe`_.)
* `Source (tar.bz2)`__
* `Source (zip)`__
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-linux.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-linux64.tar.bz2
.. __: 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.1-osx64.tar.bz2
......@@ -84,3 +87,3 @@
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-osx64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-win32.zip
.. __: 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
......@@ -86,6 +89,6 @@
.. _`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.1-src.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.zip
.. __: 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
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``.
......@@ -147,7 +150,7 @@
uncompressed, they run in-place. For now you can uncompress them
either somewhere in your home directory or, say, in ``/opt``, and
if you want, put a symlink from somewhere like
``/usr/local/bin/pypy`` to ``/path/to/pypy-2.0.1/bin/pypy``. Do
``/usr/local/bin/pypy`` to ``/path/to/pypy-2.0.2/bin/pypy``. Do
not move or copy the executable ``pypy`` outside the tree --- put
a symlink to it, otherwise it will not find its libraries.
......@@ -160,6 +163,6 @@
1. Get the source code. The following packages contain the source at
the same revision as the above binaries:
* `pypy-2.0.1-src.tar.bz2`__ (sources, Unix line endings)
* `pypy-2.0.1-src.zip`__ (sources, Unix line endings too, sorry)
* `pypy-2.0.2-src.tar.bz2`__ (sources, Unix line endings)
* `pypy-2.0.2-src.zip`__ (sources, Unix line endings too, sorry)
......@@ -165,6 +168,6 @@
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.zip
.. __: 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
Or you can checkout the current trunk using Mercurial_ (the trunk
usually works and is of course more up-to-date)::
......@@ -239,6 +242,6 @@
Here are the checksums for each of the downloads (md5 and sha1)::
5c11d727579443d0834caadb4dfe53e3 pypy-2.0.1-linux64.tar.bz2
8d11952e0356ea751321e7d2a1d4f17a pypy-2.0.1-linux.tar.bz2
51ac0aa37a8255acbc71eca23ea29609 pypy-2.0.2-linux.tar.bz2
9d9f512ab2f114bfb4f165c71181a511 pypy-2.0.2-linux64.tar.bz2
e666450bcfbd936b016a2dd7312f9853 pypy-2.0.1-osx64.tar.bz2
......@@ -244,7 +247,7 @@
e666450bcfbd936b016a2dd7312f9853 pypy-2.0.1-osx64.tar.bz2
4c40b19ea1ec5c8c8c2a1f94f59bdf02 pypy-2.0.1-win32.zip
3e51dce7ecfc8fb069d65d95e8de6fb2 pypy-2.0.2-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
......@@ -246,8 +249,8 @@
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
34072be1eeb63f9d37cf387e58aae81d pypy-2.0.1-src.tar.bz2
ea8764e387e74c62e898536a862c66c7 pypy-2.0.1-src.zip
c26662e348159b460057548ddaf35333 pypy-2.0.2-src.tar.bz2
4da8c6dfbe7d2044d892c9bc20a649b0 pypy-2.0.2-src.zip
......@@ -253,4 +256,4 @@
cbcd60a78d90caca98fdc2562fc7fcbe76c6e699 pypy-2.0.1-linux64.tar.bz2
a909742d41fb540d9c12ce010bdc7f9e19353fcc pypy-2.0.1-linux.tar.bz2
c8ec9872fe823f4f7574620a5303c5b0f4576393 pypy-2.0.2-linux.tar.bz2
3d045ab7871bc478604cf1f16a3c4ec46c950e70 pypy-2.0.2-linux64.tar.bz2
811fd377ab2eda9233a0c34340f981f9aba1ba9a pypy-2.0.1-osx64.tar.bz2
......@@ -256,7 +259,7 @@
811fd377ab2eda9233a0c34340f981f9aba1ba9a pypy-2.0.1-osx64.tar.bz2
0fa90e240648e628c6ac3dfed467f88563897a2a pypy-2.0.1-win32.zip
4ae8a35dd8043312199aacdbe3abb1a666fc9312 pypy-2.0.2-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
......@@ -258,7 +261,7 @@
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
8bc02e922e758048f294a5c6848f97125b0b557f pypy-2.0.1-src.tar.bz2
61b7326c1379af0914b81936bc057dfec0292458 pypy-2.0.1-src.zip
49e0af6e57bd2738cd3eb09c3246c69a3dc01319 pypy-2.0.2-src.tar.bz2
bfb23e7ea17cf9f2e9bf7f2211c6df3aeeafed32 pypy-2.0.2-src.zip
......@@ -6,7 +6,7 @@
PyPy features
===========================================================
**PyPy 2.0.1** implements **Python 2.7.3** and runs on Intel
**PyPy 2.0.2** implements **Python 2.7.3** and runs on Intel
`x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms (alpha), 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
......
......@@ -26,7 +26,7 @@
.. class:: download
`Download and try out the PyPy release 2.0.1!`__
`Download and try out the PyPy release 2.0.2!`__
.. __: download.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment