Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r46622:85a6995429e0 Date: 2011-08-19 01:33 +0200 http://bitbucket.org/pypy/pypy/changeset/85a6995429e0/
Log: merge heads diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '1.5' +version = '1.6' # The full version, including alpha/beta/rc tags. -release = '1.5' +release = '1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst --- a/pypy/doc/getting-started-python.rst +++ b/pypy/doc/getting-started-python.rst @@ -105,7 +105,7 @@ $ ./pypy-c Python 2.7.0 (61ef2a11b56a, Mar 02 2011, 03:00:11) - [PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2 + [PyPy 1.6.0 with GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``this sentence is false'' >>>> 46 - 4 @@ -165,7 +165,7 @@ $ ./pypy-cli Python 2.7.0 (61ef2a11b56a, Mar 02 2011, 03:00:11) - [PyPy 1.5.0-alpha0] on linux2 + [PyPy 1.6.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``distopian and utopian chairs'' >>>> @@ -202,7 +202,7 @@ $ ./pypy-jvm Python 2.7.0 (61ef2a11b56a, Mar 02 2011, 03:00:11) - [PyPy 1.5.0-alpha0] on linux2 + [PyPy 1.6.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``# assert did not crash'' >>>> @@ -241,7 +241,7 @@ the ``bin/pypy`` executable. To install PyPy system wide on unix-like systems, it is recommended to put the -whole hierarchy alone (e.g. in ``/opt/pypy1.5``) and put a symlink to the +whole hierarchy alone (e.g. in ``/opt/pypy1.6``) and put a symlink to the ``pypy`` executable into ``/usr/bin`` or ``/usr/local/bin`` If the executable fails to find suitable libraries, it will report diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst --- a/pypy/doc/getting-started.rst +++ b/pypy/doc/getting-started.rst @@ -53,11 +53,11 @@ PyPy is ready to be executed as soon as you unpack the tarball or the zip file, with no need to install it in any specific location:: - $ tar xf pypy-1.5-linux.tar.bz2 + $ tar xf pypy-1.6-linux.tar.bz2 - $ ./pypy-1.5-linux/bin/pypy + $ ./pypy-1.6/bin/pypy Python 2.7.1 (?, Apr 27 2011, 12:44:21) - [PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2 + [PyPy 1.6.0 with GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``implementing LOGO in LOGO: "turtles all the way down"'' @@ -75,14 +75,14 @@ $ curl -O https://github.com/pypa/pip/raw/master/contrib/get-pip.py - $ ./pypy-1.5-linux/bin/pypy distribute_setup.py + $ ./pypy-1.6/bin/pypy distribute_setup.py - $ ./pypy-1.5-linux/bin/pypy get-pip.py + $ ./pypy-1.6/bin/pypy get-pip.py - $ ./pypy-1.5-linux/bin/pip install pygments # for example + $ ./pypy-1.6/bin/pip install pygments # for example -3rd party libraries will be installed in ``pypy-1.5-linux/site-packages``, and -the scripts in ``pypy-1.5-linux/bin``. +3rd party libraries will be installed in ``pypy-1.6/site-packages``, and +the scripts in ``pypy-1.6/bin``. Installing using virtualenv --------------------------- diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-of-release-notes.rst +++ b/pypy/doc/index-of-release-notes.rst @@ -16,3 +16,4 @@ release-1.4.0beta.rst release-1.4.1.rst release-1.5.0.rst + release-1.6.0.rst diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -15,7 +15,7 @@ * `FAQ`_: some frequently asked questions. -* `Release 1.5`_: the latest official release +* `Release 1.6`_: the latest official release * `PyPy Blog`_: news and status info about PyPy @@ -77,7 +77,7 @@ .. _`Getting Started`: getting-started.html .. _`Papers`: extradoc.html .. _`Videos`: video-index.html -.. _`Release 1.5`: http://pypy.org/download.html +.. _`Release 1.6`: http://pypy.org/download.html .. _`speed.pypy.org`: http://speed.pypy.org .. _`RPython toolchain`: translation.html .. _`potential project ideas`: project-ideas.html @@ -122,9 +122,9 @@ Windows, on top of .NET, and on top of Java. To dig into PyPy it is recommended to try out the current Mercurial default branch, which is always working or mostly working, -instead of the latest release, which is `1.5`__. +instead of the latest release, which is `1.6`__. -.. __: release-1.5.0.html +.. __: release-1.6.0.html PyPy is mainly developed on Linux and Mac OS X. Windows is supported, but platform-specific bugs tend to take longer before we notice and fix _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit