[pypy-commit] pypy default: Remove stray word in whatsnew.

2017-03-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r90857:0b53e4713936 Date: 2017-03-29 10:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0b53e4713936/ Log:Remove stray word in whatsnew. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst ++

[pypy-commit] pypy default: issue #2186: implement the missing string concatenation optimization in

2017-03-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90858:d52a4942fee0 Date: 2017-03-29 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/d52a4942fee0/ Log:issue #2186: implement the missing string concatenation optimization in cpython_differences diff --git a/pypy/doc/cpython_differ

[pypy-commit] pypy default: add docstrings to some of the __pypy__ function

2017-03-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90859:762a7454ce1c Date: 2017-03-29 13:26 +0200 http://bitbucket.org/pypy/pypy/changeset/762a7454ce1c/ Log:add docstrings to some of the __pypy__ function diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/p

[pypy-commit] pypy default: merge vmprof-native, I thought I have already done that before

2017-03-29 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90860:d1a9d22b323c Date: 2017-03-29 11:10 -0400 http://bitbucket.org/pypy/pypy/changeset/d1a9d22b323c/ Log:merge vmprof-native, I thought I have already done that before diff too long, truncating to 2000 out of 48309 lines diff --git a/pypy/doc/

[pypy-commit] pypy PyBuffer: Make sure that SubBuffer only receives BinaryBuffers

2017-03-29 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90861:7d94af72aafd Date: 2017-03-29 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/7d94af72aafd/ Log:Make sure that SubBuffer only receives BinaryBuffers diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy PyBuffer: Stop inheriting Buffer from BinaryBuffer

2017-03-29 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90864:710267dd4284 Date: 2017-03-29 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/710267dd4284/ Log:Stop inheriting Buffer from BinaryBuffer diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buff

[pypy-commit] pypy default: add test for exception ordering on failed import (issue 2524)

2017-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r90865:e7aebde27cfc Date: 2017-03-29 22:25 +0300 http://bitbucket.org/pypy/pypy/changeset/e7aebde27cfc/ Log:add test for exception ordering on failed import (issue 2524) diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_impo

[pypy-commit] pypy default: delay checking fromlist values till later, allows ImportError to happen first

2017-03-29 Thread mattip
Author: Matti Picus Branch: Changeset: r90866:9df4aced5d6e Date: 2017-03-29 22:31 +0300 http://bitbucket.org/pypy/pypy/changeset/9df4aced5d6e/ Log:delay checking fromlist values till later, allows ImportError to happen first diff --git a/pypy/module/imp/importing.py b/pypy/module/im

[pypy-commit] pypy default: define VMPROF_WINDOWS, add one c file to the windows compilation

2017-03-29 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90867:1930762b681f Date: 2017-03-29 19:10 -0400 http://bitbucket.org/pypy/pypy/changeset/1930762b681f/ Log:define VMPROF_WINDOWS, add one c file to the windows compilation diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py