[pypy-commit] pypy.org extradoc: update and regen

fijal noreply at buildbot.pypy.org
Fri Jun 8 11:46:42 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r359:f962655b6ef4
Date: 2012-06-08 11:46 +0200
http://bitbucket.org/pypy/pypy.org/changeset/f962655b6ef4/

Log:	update and regen

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -49,7 +49,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 <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.8
+<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
 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,7 +48,7 @@
 <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 various binaries of <strong>PyPy 1.8</strong> that we provide for x86 Linux,
+<p>Here are the various binaries of <strong>PyPy 1.9</strong> that we provide for x86 Linux,
 Mac OS/X or Windows.</p>
 <ul class="download-menu simple">
 <li>Download<ul>
@@ -56,10 +56,7 @@
 <li><a class="reference internal" href="#other-versions">Other versions</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#installing">Installing</a> (optional)<ul>
-<li><a class="reference internal" href="#linux-libraries">Linux libraries</a></li>
-</ul>
-</li>
+<li><a class="reference internal" href="#installing">Installing</a> (optional)</li>
 <li><a class="reference internal" href="#building-from-source">Building from source</a></li>
 <li><a class="reference internal" href="#packaging">Packaging</a></li>
 <li><a class="reference internal" href="#checksums">Checksums</a></li>
@@ -70,13 +67,13 @@
 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.8;
+(This is the official release 1.9;
 for the most up-to-date version see below.)</p>
 <ul class="simple">
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-linux.tar.bz2">Linux binary (32bit)</a> (<a class="reference internal" href="#openssl0-9-8-notes">openssl0.9.8 notes</a>)</li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-linux64.tar.bz2">Linux binary (64bit)</a> (<a class="reference internal" href="#openssl0-9-8-notes">openssl0.9.8 notes</a>)</li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-win32.zip">Windows binary (32bit)</a> (you need the <a class="reference external" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=5555">VS 2010 runtime libraries</a>)
+<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>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip">Windows binary (32bit)</a> (you need the <a class="reference external" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=5555">VS 2010 runtime libraries</a>)
 <em>note: the zip file contains the wrong version, msvcrt90.dll :-(</em></li>
 </ul>
 <p>If your CPU is really old, it may not have SSE2.  In this case, you need
@@ -102,7 +99,7 @@
 </ul>
 </li>
 </ul>
-<p>These versions are not officially part of the release 1.8, which focuses
+<p>These versions are not officially part of the release 1.9, 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>
@@ -112,27 +109,18 @@
 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-1.8/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-1.9/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>
-<div class="section" id="linux-libraries">
-<span id="openssl0-9-8-notes"></span><h1>Linux libraries</h1>
-<p>Linux binaries require a system with the correct set of libraries.
-Right now one problem is OpenSSL, which some distributions distribute in
-version 0.9.8 and others in version 1.0.0.  The binaries require 0.9.8.
-If you can't install it in your distribution, pick it the latest
-<a class="reference external" href="http://www.openssl.org/source/">openssl-0.9.8*.tar.gz from sources</a> and install it with <tt class="docutils literal">./config
-shared; make; make install</tt>.</p>
-</div>
 <div class="section" id="building-from-source">
 <span id="translate"></span><h1>Building from source</h1>
 <ol class="arabic">
 <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/get/release-1.8.tar.bz2">pypy-1.8-src.tar.bz2</a> (sources, Unix line endings)</li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.8.zip">pypy-1.8-src.zip</a> (sources, Unix line endings too, sorry)</li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.9.tar.bz2">pypy-1.9-src.tar.bz2</a> (sources, Unix line endings)</li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.9.zip">pypy-1.9-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>
@@ -200,20 +188,22 @@
 <h1>Checksums</h1>
 <p>Here are the checksums for each of the downloads (md5 and sha1):</p>
 <pre class="literal-block">
-3b81363ccbc042dfdda2fabbf419e788  pypy-1.8-linux64.tar.bz2
-c4a1d11e0283a390d9e9b801a4633b9f  pypy-1.8-linux.tar.bz2
-1c293253e8e4df411c3dd59dff82a663  pypy-1.8-osx64.tar.bz2
-1af8ee722721e9f5fd06b61af530ecb3  pypy-1.8-win32.zip
+201d2cce2557e40c784473b471ee1b6b  pypy-1.9-linux64.tar.bz2
+1a08c88642434fc2e0e4256d351f48db  pypy-1.9-linux.tar.bz2
+aad9c4b7b827583e37fe8ae0f7cfe0ff  pypy-1.9-osx64.tar.bz2
+e7655066baed3c7bbbca7df617817dd5  pypy-1.9-win32.zip
 2c9f0054f3b93a6473f10be35277825a  pypy-1.8-sandbox-linux64.tar.bz2
 009c970b5fa75754ae4c32a5d108a8d4  pypy-1.8-sandbox-linux.tar.bz2
-661be06978fdc907d84f0ee1f1228c8b  release-1.8.tar.bz2 (source)
-a6bb7b277d5186385fd09b71ec4e35c9e93b380d  pypy-1.8-linux64.tar.bz2
-089f4269a6079da2eabdeabd614f668f56c4121a  pypy-1.8-linux.tar.bz2
-15b99f780b9714e3ebd82b2e41577afab232d148  pypy-1.8-osx64.tar.bz2
-77a565b1cfa4874a0079c17edd1b458b20e67bfd  pypy-1.8-win32.zip
+f92c0171a9578a3e4a0f74947ec596ab  release-1.9.tar.bz2 (source)
+1c06cc5c35fa17e59acb51e11cdc9b03  release-1.9.zip (source)
+51be6b7b802a5239a759e04ae9595082e17c4c70  pypy-1.9-linux64.tar.bz2
+1bc5d2467039b954f9b7395b3ee1b8407ce1c057  pypy-1.9-linux.tar.bz2
+825e15724419fbdb6fe215eeea044f9181883c90  pypy-1.9-osx64.tar.bz2
+4f060f4fab0f07bbc7de0ac8f95275eb08d726a3  pypy-1.9-win32.zip
 895aaf7bba5787dd30adda5cc0e0e7fc297c0ca7  pypy-1.8-sandbox-linux64.tar.bz2
 be94460bed8b2682880495435c309b6611ae2c31  pypy-1.8-sandbox-linux.tar.bz2
-4ff684619671d6076879eff88343184d7656c699  release-1.8.tar.bz2 (source)
+4f060f4fab0f07bbc7de0ac8f95275eb08d726a3  release-1.9.tar.bz2 (source)
+c3af78c96d73d46e3a6d16d3cd548d9ea48a1820  release-1.9.zip (source)
 </pre>
 </div>
 </div>
diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -45,7 +45,7 @@
 <div>
 <div id="main">
 <h1 class="title">Features</h1>
-<p><strong>PyPy 1.8</strong> implements <strong>Python 2.7.2</strong> and runs on Intel
+<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.
 It supports all of the core language, passing the Python test suite
 (with minor modifications that were already accepted in the main 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.8!</a></p>
+<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 1.9!</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&copy;(3) charitable organization incorporated in NY, USA, all funds will,
+501(c)(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/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -22,10 +22,7 @@
    * `Default (with a JIT Compiler)`_
    * `Other versions`_
 
- * `Installing`_ (optional)                      
- 
-   * `Linux libraries`_
-
+ * `Installing`_ (optional)
  * `Building from source`_                       
  * `Packaging`_
  * `Checksums`_


More information about the pypy-commit mailing list