[pypy-commit] extradoc extradoc: integrate arigo's suggestions

2019-01-03 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5932:2d7750cef08d Date: 2019-01-03 14:04 +0100 http://bitbucket.org/pypy/extradoc/changeset/2d7750cef08d/ Log:integrate arigo's suggestions diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst

[pypy-commit] extradoc extradoc: try to integrate cfbolz's suggestions

2019-01-03 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5931:249ded615a14 Date: 2019-01-03 13:57 +0100 http://bitbucket.org/pypy/extradoc/changeset/249ded615a14/ Log:try to integrate cfbolz's suggestions diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst

[pypy-commit] pypy unicode-utf8-py3: split up more test runs to avoid timeouts

2019-01-03 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95575:2a08e13c2f15 Date: 2019-01-03 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2a08e13c2f15/ Log:split up more test runs to avoid timeouts diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py ---

[pypy-commit] pypy unicode-utf8-py3: take tests from py3.5, code from unicode-utf8

2019-01-03 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95574:2cb8cf7a5047 Date: 2019-01-03 07:55 +0200 http://bitbucket.org/pypy/pypy/changeset/2cb8cf7a5047/ Log:take tests from py3.5, code from unicode-utf8 diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py

[pypy-commit] pypy unicode-utf8: fast path for size == 0

2019-01-03 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95576:8b5f99d39a7f Date: 2019-01-03 07:54 +0200 http://bitbucket.org/pypy/pypy/changeset/8b5f99d39a7f/ Log:fast path for size == 0 diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py ---

[pypy-commit] pypy unicode-utf8-py3: fix translation

2019-01-03 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95577:82d3ff852926 Date: 2019-01-03 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/82d3ff852926/ Log:fix translation diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py ---

[pypy-commit] pypy py3.5: split up more test runs to avoid timeouts

2019-01-03 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95578:f638e10d6074 Date: 2019-01-03 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f638e10d6074/ Log:split up more test runs to avoid timeouts diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --- a/pypy/testrunner_cfg.py +++