[pypy-commit] cffi default: Fix the reason

2015-12-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r2496:123d9f27f75c Date: 2015-12-21 22:31 +0100 http://bitbucket.org/cffi/cffi/changeset/123d9f27f75c/ Log:Fix the reason diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -1311,8 +1311,8 @

[pypy-commit] pypy py3.3: fix for BSDs lacking pty.h

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81414:1a3db47423b9 Date: 2015-12-16 16:27 -0800 http://bitbucket.org/pypy/pypy/changeset/1a3db47423b9/ Log:fix for BSDs lacking pty.h (grafted from b3e7453fb7e34810c4a1dc9bff33fdf213021615) diff --git a/rpython/rlib/rposix.py b/rpython/

[pypy-commit] pypy py3.3: fix translation on OSX

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81415:223e23e2bfd3 Date: 2015-12-21 13:16 -0800 http://bitbucket.org/pypy/pypy/changeset/223e23e2bfd3/ Log:fix translation on OSX diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py +++ b/

[pypy-commit] cffi default: fix

2015-12-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r2495:8f48bf33a51e Date: 2015-12-21 22:19 +0100 http://bitbucket.org/cffi/cffi/changeset/8f48bf33a51e/ Log:fix diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -823,7 +823,7 @@ hurt) to s

[pypy-commit] pypy default: update to cffi 1.4.2

2015-12-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r81413:d96bd17c3018 Date: 2015-12-21 19:07 +0100 http://bitbucket.org/pypy/pypy/changeset/d96bd17c3018/ Log:update to cffi 1.4.2 diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_backend/

[pypy-commit] cffi release-1.4: md5/sha1

2015-12-21 Thread arigo
Author: Armin Rigo Branch: release-1.4 Changeset: r2493:52d6cb07c0e7 Date: 2015-12-21 19:11 +0100 http://bitbucket.org/cffi/cffi/changeset/52d6cb07c0e7/ Log:md5/sha1 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/inst

[pypy-commit] cffi default: hg merge release-1.4

2015-12-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r2494:f65126989772 Date: 2015-12-21 19:12 +0100 http://bitbucket.org/cffi/cffi/changeset/f65126989772/ Log:hg merge release-1.4 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/ins

[pypy-commit] cffi default: bump to 1.4.2 (reason in issue #239)

2015-12-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r2491:b65bd0902b74 Date: 2015-12-21 19:03 +0100 http://bitbucket.org/cffi/cffi/changeset/b65bd0902b74/ Log:bump to 1.4.2 (reason in issue #239) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6498,7

[pypy-commit] cffi release-1.4: hg merge default

2015-12-21 Thread arigo
Author: Armin Rigo Branch: release-1.4 Changeset: r2492:2a74753abaa9 Date: 2015-12-21 19:04 +0100 http://bitbucket.org/cffi/cffi/changeset/2a74753abaa9/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6498,7 +6498,7

[pypy-commit] pypy default: Mention the WIP about embedding and cffi.

2015-12-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r81412:6293bab67e95 Date: 2015-12-21 18:27 +0100 http://bitbucket.org/pypy/pypy/changeset/6293bab67e95/ Log:Mention the WIP about embedding and cffi. diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/do

[pypy-commit] pypy s390x-backend: first call to c (with release gil) passed, wrote 3 registers below the stack pointer. ppc has many registers, but zarch does not.

2015-12-21 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81411:fd4fa9b6a5d1 Date: 2015-12-21 12:56 +0100 http://bitbucket.org/pypy/pypy/changeset/fd4fa9b6a5d1/ Log:first call to c (with release gil) passed, wrote 3 registers below the stack pointer. ppc has many registers, but zarch

[pypy-commit] pypy s390x-backend: implemented release gil half way, lock release and reacquire solved (the former uses a serialization point to make the store visible to other cpus,

2015-12-21 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81410:4d4c6bd91480 Date: 2015-12-21 11:12 +0100 http://bitbucket.org/pypy/pypy/changeset/4d4c6bd91480/ Log:implemented release gil half way, lock release and reacquire solved (the former uses a serialization point to make the

[pypy-commit] pypy.org extradoc: update the values

2015-12-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r683:b036c602ac76 Date: 2015-12-21 10:07 +0100 http://bitbucket.org/pypy/pypy.org/changeset/b036c602ac76/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -17,7 +17,7 @@ 2nd call: - $30294 of