[pypy-commit] pypy unicode-utf8: fix pyexpat

2017-10-28 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92862:44cd30c7b69a Date: 2017-10-28 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/44cd30c7b69a/ Log:fix pyexpat diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/pyexpat/interp_py

[pypy-commit] pypy unicode-utf8: disable for now and document

2017-10-28 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92863:e653587f0ad5 Date: 2017-10-28 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e653587f0ad5/ Log:disable for now and document diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -2,3 +2,4 @@ * rutf8.prev_codepoint_pos should use r_uint

[pypy-commit] pypy unicode-utf8: remove that too

2017-10-28 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92864:08329fddbd93 Date: 2017-10-28 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/08329fddbd93/ Log:remove that too diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -3,3 +3,4 @@ * find a better way to run "find" without creating the inde

[pypy-commit] extradoc extradoc: put screenshots of parts of the trace, as suggested by fijal

2017-10-28 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5851:c08fe2c2dbef Date: 2017-10-28 12:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/c08fe2c2dbef/ Log:put screenshots of parts of the trace, as suggested by fijal diff --git a/blog/draft/2017-10-how-to-make-80x-faster.rst b/blog/draf

[pypy-commit] extradoc extradoc: another disclaimer

2017-10-28 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5852:fb3978e5d935 Date: 2017-10-28 12:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/fb3978e5d935/ Log:another disclaimer diff --git a/blog/draft/2017-10-how-to-make-80x-faster.rst b/blog/draft/2017-10-how-to-make-80x-faster.rst --- a

[pypy-commit] pypy py3.5: Make tests import even if 'hypothesis' is not available

2017-10-28 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92865:ff734c1f0ec6 Date: 2017-10-28 19:24 +0300 http://bitbucket.org/pypy/pypy/changeset/ff734c1f0ec6/ Log:Make tests import even if 'hypothesis' is not available diff --git a/pypy/interpreter/test/test_interpreter.py b/pypy/interpreter/test/tes

[pypy-commit] pypy.org extradoc: update numpy installation info, refering to the FAQ answer in docs.pypy.org

2017-10-28 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r902:97b16db806af Date: 2017-10-28 19:53 +0300 http://bitbucket.org/pypy/pypy.org/changeset/97b16db806af/ Log:update numpy installation info, refering to the FAQ answer in docs.pypy.org diff --git a/download.html b/download.html --- a/d

[pypy-commit] pypy default: move test summary to end on terminal, after the multiple pages of failure info, typos

2017-10-28 Thread mattip
Author: Matti Picus Branch: Changeset: r92866:0edecbafb119 Date: 2017-10-28 22:18 +0300 http://bitbucket.org/pypy/pypy/changeset/0edecbafb119/ Log:move test summary to end on terminal, after the multiple pages of failure info, typos diff --git a/_pytest/terminal.py b/_pytest/termina

[pypy-commit] pypy py3.5: tweak run_with_python()

2017-10-28 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92867:2e9a42fcdebf Date: 2017-10-28 23:23 +0300 http://bitbucket.org/pypy/pypy/changeset/2e9a42fcdebf/ Log:tweak run_with_python() diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b/pypy

[pypy-commit] pypy py3.5-appexec: make appexec for applevel tests identical to default

2017-10-28 Thread mattip
Author: Matti Picus Branch: py3.5-appexec Changeset: r92868:ec989ce318a9 Date: 2017-10-28 23:40 +0300 http://bitbucket.org/pypy/pypy/changeset/ec989ce318a9/ Log:make appexec for applevel tests identical to default diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a

[pypy-commit] pypy cppyy-packaging: cleanup

2017-10-28 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92869:b9ac9a79e9e5 Date: 2017-10-12 13:34 -0700 http://bitbucket.org/pypy/pypy/changeset/b9ac9a79e9e5/ Log:cleanup diff --git a/pypy/module/_cppyy/test/test_datatypes.py b/pypy/module/_cppyy/test/test_datatypes.py --- a/pypy/module/_

[pypy-commit] pypy cppyy-packaging: consistency with CPython/cppyy (incl. capi and test upgrades)

2017-10-28 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92870:c10f636528b7 Date: 2017-10-28 10:14 -0700 http://bitbucket.org/pypy/pypy/changeset/c10f636528b7/ Log:consistency with CPython/cppyy (incl. capi and test upgrades) diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy

[pypy-commit] pypy cppyy-packaging: merge default into branch for testing

2017-10-28 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92871:766bf4f67f39 Date: 2017-10-28 15:47 -0700 http://bitbucket.org/pypy/pypy/changeset/766bf4f67f39/ Log:merge default into branch for testing diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -71,6 +71,8 @@ ^li

[pypy-commit] pypy default: merge cppyy-packaging with improved consistency for cppyy CPython <-> PyPy

2017-10-28 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r92872:0b8528722439 Date: 2017-10-28 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/0b8528722439/ Log:merge cppyy-packaging with improved consistency for cppyy CPython <-> PyPy diff too long, truncating to 2000 out of 3147 lines diff -