[pypy-commit] pypy cppyy-packaging: restore std::vector speedups

2018-07-28 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94910:422177baf4ea Date: 2018-07-28 01:15 -0700 http://bitbucket.org/pypy/pypy/changeset/422177baf4ea/ Log:restore std::vector speedups diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppyy/capi/loadable_capi.py

[pypy-commit] pypy py3.6: Add missing argument to scandir.

2018-07-28 Thread nurbldoff
Author: Johan Forsberg Branch: py3.6 Changeset: r94911:11f17afc7367 Date: 2018-07-28 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/11f17afc7367/ Log:Add missing argument to scandir. diff --git a/pypy/module/posix/test/test_scandir.py b/pypy/module/posix/test/test_scandir.py --- a/pyp

[pypy-commit] pypy py3.5: tweak

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94912:18f7d184a9f7 Date: 2018-07-28 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/18f7d184a9f7/ Log:tweak diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interprete

[pypy-commit] pypy py3.5: fix annotation bug reported by hubo on pypy-dev

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94913:179c172169f1 Date: 2018-07-28 14:06 +0200 http://bitbucket.org/pypy/pypy/changeset/179c172169f1/ Log:fix annotation bug reported by hubo on pypy-dev diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/a

[pypy-commit] pypy py3.6: document merged branch

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r94915:5e596e627b4e Date: 2018-07-28 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/5e596e627b4e/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy py3.6: merge py3.6-wordcode

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r94914:2e5eb984c7fa Date: 2018-07-28 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/2e5eb984c7fa/ Log:merge py3.6-wordcode switch the py3.6 over to the new wordcode format introduced in CPython 3.6. diff too

[pypy-commit] pypy py3.6: merge head

2018-07-28 Thread AntoineDupre
Author: Antoine Dupre Branch: py3.6 Changeset: r94917:4a8044e8da87 Date: 2018-07-28 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4a8044e8da87/ Log:merge head diff --git a/pypy/module/posix/test/test_scandir.py b/pypy/module/posix/test/test_scandir.py --- a/pypy/module/posix/test/tes

[pypy-commit] pypy py3.6: (duprean, antocuni) Test and fix for fstring exception message to mimic Cpython

2018-07-28 Thread AntoineDupre
Author: Antoine Dupre Branch: py3.6 Changeset: r94916:56432e26b463 Date: 2018-07-28 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/56432e26b463/ Log:(duprean, antocuni) Test and fix for fstring exception message to mimic Cpython diff --git a/pypy/objspace/std/newformat.py b/pyp

[pypy-commit] pypy py3.6: merge heads again

2018-07-28 Thread AntoineDupre
Author: Antoine Dupre Branch: py3.6 Changeset: r94918:5b1df32fb6f6 Date: 2018-07-28 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5b1df32fb6f6/ Log:merge heads again diff too long, truncating to 2000 out of 2020 lines diff --git a/lib-python/3/opcode.py b/lib-python/3/opcode.py --- a

[pypy-commit] pypy py3.5: fix a test that

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94919:09d5a78a60b4 Date: 2018-07-28 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/09d5a78a60b4/ Log:fix a test that diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/in

[pypy-commit] pypy py3.5: fix test_executioncontext flakiness

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94920:0370bd9179ff Date: 2018-07-28 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/0370bd9179ff/ Log:fix test_executioncontext flakiness when run in some combinations with other test files that set the file s

[pypy-commit] pypy py3.5: fix the tests in test_pyframe that fail in combination with other files

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94921:dfda715a5495 Date: 2018-07-28 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/dfda715a5495/ Log:fix the tests in test_pyframe that fail in combination with other files diff --git a/pypy/interpreter/test/test_pyf

[pypy-commit] pypy py3.6: hg merge py3.5

2018-07-28 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r94922:326720df4fbe Date: 2018-07-29 02:06 +0100 http://bitbucket.org/pypy/pypy/changeset/326720df4fbe/ Log:hg merge py3.5 diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/astcom