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

2016-06-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r762:4d414b2f4234 Date: 2016-06-23 22:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/4d414b2f4234/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy py3k: fix bad merge (yet again)

2016-06-23 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85363:425c51ee5fb7 Date: 2016-06-23 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/425c51ee5fb7/ Log:fix bad merge (yet again) diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py ---

[pypy-commit] pypy new-jit-log: printing rewritten for PYPYLOG again

2016-06-23 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85362:2816d1b93aad Date: 2016-06-23 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2816d1b93aad/ Log:printing rewritten for PYPYLOG again diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy ppc-vsx-support: (ppc) added impl for float_abs & float_neg.

2016-06-23 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85360:0ad6556517cf Date: 2016-06-22 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0ad6556517cf/ Log:(ppc) added impl for float_abs & float_neg. diff --git a/rpython/jit/backend/ppc/codebuilder.py

[pypy-commit] pypy new-jit-log: catchup default

2016-06-23 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85361:3fa201982b38 Date: 2016-06-23 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3fa201982b38/ Log:catchup default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy guard-compatible: start doing loop-invariant code motion of guard_compatible

2016-06-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85357:625f490451ee Date: 2016-06-22 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/625f490451ee/ Log:start doing loop-invariant code motion of guard_compatible (something is currently very broken,

[pypy-commit] pypy guard-compatible: a test for a bridge that jumps to the loop. causes all kinds of problems.

2016-06-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85359:497da7b013d3 Date: 2016-06-23 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/497da7b013d3/ Log:a test for a bridge that jumps to the loop. causes all kinds of problems. diff --git

[pypy-commit] pypy guard-compatible: start emitting guards from infos, bit of a pain

2016-06-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85355:8729edc0c66a Date: 2016-06-22 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8729edc0c66a/ Log:start emitting guards from infos, bit of a pain diff --git a/rpython/jit/metainterp/compatible.py

[pypy-commit] pypy guard-compatible: produce guards for QuasiimmutGetfieldAndPureCallCondition

2016-06-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85356:3c07b3cda170 Date: 2016-06-22 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/3c07b3cda170/ Log:produce guards for QuasiimmutGetfieldAndPureCallCondition (more mess) diff --git

[pypy-commit] pypy py3k: fixes

2016-06-23 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85353:bb7d9f0e7453 Date: 2016-06-23 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/bb7d9f0e7453/ Log:fixes diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test/test_bytesobject.py ---

[pypy-commit] pypy PyTuple_Type-subclass: merge default into branch

2016-06-23 Thread mattip
Author: Matti Picus Branch: PyTuple_Type-subclass Changeset: r85352:ea8fefb608c9 Date: 2016-06-23 17:30 +0300 http://bitbucket.org/pypy/pypy/changeset/ea8fefb608c9/ Log:merge default into branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy reverse-debugger: fixes

2016-06-23 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85351:583e7d930dbd Date: 2016-06-23 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/583e7d930dbd/ Log:fixes diff --git a/rpython/translator/revdb/process.py b/rpython/translator/revdb/process.py ---

[pypy-commit] pypy reverse-debugger: in-progress

2016-06-23 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85350:6137b7409336 Date: 2016-06-23 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/6137b7409336/ Log:in-progress diff --git a/rpython/translator/revdb/interact.py b/rpython/translator/revdb/interact.py ---

[pypy-commit] pypy reverse-debugger: tweaks

2016-06-23 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85349:f48e08e15ad8 Date: 2016-06-23 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f48e08e15ad8/ Log:tweaks diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++

[pypy-commit] pypy default: Document branch by markrwilliams

2016-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r85348:5ca150c78c39 Date: 2016-06-23 10:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5ca150c78c39/ Log:Document branch by markrwilliams diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy save_socket_errno: rffi's socket(2) wrapper did not preserve errno.

2016-06-23 Thread markrwilliams
Author: Mark Williams Branch: save_socket_errno Changeset: r85343:5922e2ab336d Date: 2016-06-22 22:01 -0700 http://bitbucket.org/pypy/pypy/changeset/5922e2ab336d/ Log:rffi's socket(2) wrapper did not preserve errno. Preserve errno, like the other socket

[pypy-commit] pypy save_socket_errno: Remove spurious pytest import and ensure test runs correctly

2016-06-23 Thread markrwilliams
Author: Mark Williams Branch: save_socket_errno Changeset: r85346:decbd0844046 Date: 2016-06-22 22:10 -0700 http://bitbucket.org/pypy/pypy/changeset/decbd0844046/ Log:Remove spurious pytest import and ensure test runs correctly diff --git

[pypy-commit] pypy default: Merged in markrwilliams/pypy/save_socket_errno (pull request #458)

2016-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r85347:aa8fac09d527 Date: 2016-06-23 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/aa8fac09d527/ Log:Merged in markrwilliams/pypy/save_socket_errno (pull request #458) rffi's socket(2) wrapper did not preserve

[pypy-commit] pypy save_socket_errno: Remove spurious TODO

2016-06-23 Thread markrwilliams
Author: Mark Williams Branch: save_socket_errno Changeset: r85344:e67817facadb Date: 2016-06-22 22:05 -0700 http://bitbucket.org/pypy/pypy/changeset/e67817facadb/ Log:Remove spurious TODO diff --git a/rpython/rlib/test/test_rsocket.py

[pypy-commit] pypy save_socket_errno: Remove spurious pytest import

2016-06-23 Thread markrwilliams
Author: Mark Williams Branch: save_socket_errno Changeset: r85345:5f0b96606d72 Date: 2016-06-22 22:07 -0700 http://bitbucket.org/pypy/pypy/changeset/5f0b96606d72/ Log:Remove spurious pytest import diff --git a/rpython/rlib/test/test_rsocket.py