# HG changeset patch # User Maciej Fijalkowski <fijall@gmail.com> # Date 1279028272 0 # Tue Jul 13 13:37:52 2010 +0000 # Branch extradoc # Node ID 36824a9264c5c3a42405d0882e44bbffdf6a1b40 # Parent c015b2596893d2fdc1cffd019151d97ab112fa82 Windows binaries uploaded diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -51,7 +51,7 @@ 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 alpha-level support of the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.3 +<p>PyPy has alpha-level support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.3 release this feature is not yet complete. Most libraries will require a bit of effort to work, but there are known success stories. Check out PyPy blog for updates.</p> @@ -131,4 +131,4 @@ </div> </div></div></div> </body> -</html> +</html> \ No newline at end of file diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -50,7 +50,6 @@ <p>Here are the various binaries of <strong>PyPy 1.3</strong> that we provide for x86 Linux, Mac OS/X or Windows. This release improves over 1.2 in terms of stability of the JIT. It also</p> -<p><strong>Windows binaries are not ready yet</strong></p> <ul class="download-menu simple"> <li>Download<ul> <li><a class="reference internal" href="#with-a-jit-compiler">With a JIT Compiler</a> <strong>(recommended!)</strong></li> @@ -71,7 +70,7 @@ <ul class="simple"> <li><a class="reference external" href="http://pypy.org/download/pypy-1.3-linux.tar.bz2">Linux binary</a></li> <li><a class="reference external" href="http://pypy.org/download/pypy-1.3-osx.tar.bz2">Mac OS/X binary</a></li> -<li>Windows binary - not yet ready</li> +<li><a class="reference external" href="http://pypy.org/download/pypy-1.3-win32.zip">Windows binary</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> @@ -80,7 +79,7 @@ <p>If you want to help us with implementing the 64-bit JIT backend, <a class="reference external" href="contact.html">contact us</a>!</p> </div> -<div class="section" id="id3"> +<div class="section" id="id4"> <span id="no-jit-version"></span><span id="with-no-jit-compiler"></span><h1>“No JIT” version</h1> <p><strong>WARNING!</strong> Unless you really want to try this out, we recommend the JIT version.</p> @@ -94,7 +93,7 @@ <li><a class="reference external" href="http://pypy.org/download/pypy-1.3-linux-nojit.tar.bz2">Linux binary</a></li> <li><a class="reference external" href="http://pypy.org/download/pypy-1.3-osx-nojit.tar.bz2">Mac OS/X binary</a></li> <li><a class="reference external" href="http://pypy.org/download/pypy-1.3-linux64-nojit.tar.bz2">Linux 64bit binary</a></li> -<li>Windows binary - not yet ready</li> +<li><a class="reference external" href="http://pypy.org/download/pypy-1.3-win32-nojit.zip">Windows binary</a></li> </ul> <p>If your CPU is a 64-bit machine and you want to <a class="reference internal" href="#translate">translate</a> a 32-bit version of PyPy yourself, <a class="reference internal" href="#here-are-hints">here are hints</a>.</p> @@ -121,17 +120,15 @@ <p>The Windows and the native 64-bit versions both need testing and careful reviewing; <a class="reference external" href="contact.html">contact us</a>!</p> </div> -<div class="section" id="id9"> +<div class="section" id="id11"> <span id="stackless-version"></span><h1>“Stackless” version</h1> <p>Provides <a class="reference external" href="http://www.stackless.com/">Stackless</a> extensions, as well as <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>. These binaries work on 32-bit <a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> CPUs as well as <a class="reference external" href="http://en.wikipedia.org/wiki/X86-64">x86-64</a> CPUs in the 32-bit compatibility mode.</p> <ul class="simple"> <li><a class="reference external" href="http://pypy.org/download/pypy-1.3-linux-stackless.tar.bz2">Linux binary</a></li> +<li><a class="reference external" href="http://pypy.org/download/pypy-1.3-win32-stackless.zip">Windows binary</a></li> </ul> -<div class="system-message"> -<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">[dynamic-text]</tt>, line 120)</p> -Bullet list ends without a blank line; unexpected unindent.</div> <p>It is not possible right now to combine Stackless features with the JIT.</p> <p>If your CPU is a 64-bit machine and you want to <a class="reference internal" href="#translate">translate</a> a 32-bit version of PyPy yourself, <a class="reference internal" href="#here-are-hints">here are hints</a>.</p> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -10,8 +10,6 @@ Mac OS/X or Windows. This release improves over 1.2 in terms of stability of the JIT. It also -**Windows binaries are not ready yet** - .. class:: download_menu * Download @@ -36,10 +34,11 @@ * `Linux binary`__ * `Mac OS/X binary`__ -* Windows binary - not yet ready +* `Windows binary`__ .. __: http://pypy.org/download/pypy-1.3-linux.tar.bz2 .. __: http://pypy.org/download/pypy-1.3-osx.tar.bz2 +.. __: http://pypy.org/download/pypy-1.3-win32.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``. @@ -70,11 +69,12 @@ * `Linux binary`__ * `Mac OS/X binary`__ * `Linux 64bit binary`__ -* Windows binary - not yet ready +* `Windows binary`__ .. __: http://pypy.org/download/pypy-1.3-linux-nojit.tar.bz2 .. __: http://pypy.org/download/pypy-1.3-osx-nojit.tar.bz2 .. __: http://pypy.org/download/pypy-1.3-linux64-nojit.tar.bz2 +.. __: http://pypy.org/download/pypy-1.3-win32-nojit.zip If your CPU is a 64-bit machine and you want to translate_ a 32-bit version of PyPy yourself, `here are hints`_. @@ -122,7 +122,10 @@ in the 32-bit compatibility mode. * `Linux binary`__ +* `Windows binary`__ + .. __: http://pypy.org/download/pypy-1.3-linux-stackless.tar.bz2 +.. __: http://pypy.org/download/pypy-1.3-win32-stackless.zip It is not possible right now to combine Stackless features with the JIT.