[pypy-commit] cffi default: Put back the big warning in italic.

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1444:8d9e0e99b080 Date: 2013-12-08 12:31 +0100 http://bitbucket.org/cffi/cffi/changeset/8d9e0e99b080/ Log:Put back the big warning in italic. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst

[pypy-commit] cffi default: Simplify a bit this paragraph.

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1443:c6b154ad47ea Date: 2013-12-08 12:28 +0100 http://bitbucket.org/cffi/cffi/changeset/c6b154ad47ea/ Log:Simplify a bit this paragraph. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -

[pypy-commit] cffi default: In-progress

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1442:e0127af4bf42 Date: 2013-12-08 12:10 +0100 http://bitbucket.org/cffi/cffi/changeset/e0127af4bf42/ Log:In-progress diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1270,15 +1270,15 @@

[pypy-commit] cffi default: Reword this paragraph

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1441:8e0915e9dbdd Date: 2013-12-08 11:56 +0100 http://bitbucket.org/cffi/cffi/changeset/8e0915e9dbdd/ Log:Reword this paragraph diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1265,15 +

[pypy-commit] cffi default: An extra pair of lines in the documentation

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1440:3614850aa890 Date: 2013-12-08 11:39 +0100 http://bitbucket.org/cffi/cffi/changeset/3614850aa890/ Log:An extra pair of lines in the documentation diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/i

[pypy-commit] pypy default: Fix for issue1655.

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r68400:160192d5cbdc Date: 2013-12-08 10:46 +0100 http://bitbucket.org/pypy/pypy/changeset/160192d5cbdc/ Log:Fix for issue1655. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py +++ b/lib_pypy/_ct

[pypy-commit] pypy default: Kill a parameter not used any more, and a corresponding comment.

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r68399:c17d6f59a5c0 Date: 2013-12-08 10:14 +0100 http://bitbucket.org/pypy/pypy/changeset/c17d6f59a5c0/ Log:Kill a parameter not used any more, and a corresponding comment. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/l