[pypy-svn] r80133 - in pypy/extradoc/pypy.org: . source

arigo at codespeak.net arigo at codespeak.net
Wed Dec 29 13:31:34 CET 2010


Author: arigo
Date: Wed Dec 29 13:31:32 2010
New Revision: 80133

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
Got the Win32 binary, thanks Amaury.


Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Wed Dec 29 13:31:32 2010
@@ -70,7 +70,7 @@
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-linux64.tar.bz2">Linux binary (64bit)</a></li>
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-osx.tar.bz2">Mac OS/X binary (32bit)</a></li>
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li>
-<li>Windows binary (32bit) (NOT THERE YET) (you may need to install the <a class="reference external" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84">VS 2010 runtime libraries</a>)</li>
+<li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-win32.zip">Windows binary (32bit)</a> (you may need to install the <a class="reference external" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84">VS 2010 runtime libraries</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>
@@ -111,7 +111,7 @@
 the same revision as the above binaries (these are svn exports):</p>
 <ul class="simple">
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-src.tar.bz2">pypy-1.4.1-src.tar.bz2</a> (sources, Unix line endings)</li>
-<li>pypy-1.4.1-src.zip (NOT THERE YET) (sources, Windows line endings)</li>
+<li>pypy-1.4.1-src.zip (sources, Windows line endings) not available</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>

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Wed Dec 29 13:31:32 2010
@@ -34,12 +34,13 @@
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (32bit)`__
 * `Mac OS/X binary (64bit)`__
-* Windows binary (32bit) (NOT THERE YET) (you may need to install the `VS 2010 runtime libraries`_)
+* `Windows binary (32bit)`__ (you may need to install the `VS 2010 runtime libraries`_)
 
 .. __: http://pypy.org/download/pypy-1.4.1-linux.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4.1-linux64.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4.1-osx.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4.1-osx64.tar.bz2
+.. __: http://pypy.org/download/pypy-1.4.1-win32.zip
 .. _`VS 2010 runtime libraries`: http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84
 
 If your CPU is really old, it may not have SSE2.  In this case, you need
@@ -94,7 +95,7 @@
    the same revision as the above binaries (these are svn exports):
 
    * `pypy-1.4.1-src.tar.bz2`__ (sources, Unix line endings)
-   * pypy-1.4.1-src.zip (NOT THERE YET) (sources, Windows line endings)
+   * pypy-1.4.1-src.zip (sources, Windows line endings) not available
 
    .. __: http://pypy.org/download/pypy-1.4.1-src.tar.bz2
 



More information about the Pypy-commit mailing list