[pypy-commit] pypy unicode-utf8: Refactor interp_textio.py a little

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93131:031e80f0a68e Date: 2017-11-23 05:14 + http://bitbucket.org/pypy/pypy/changeset/031e80f0a68e/ Log:Refactor interp_textio.py a little diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/m

[pypy-commit] pypy unicode-utf8: Use a UnicodeBuilder in _io.TextIOWrapper.readline

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93132:8c2553a25336 Date: 2017-11-23 06:06 + http://bitbucket.org/pypy/pypy/changeset/8c2553a25336/ Log:Use a UnicodeBuilder in _io.TextIOWrapper.readline diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py -

[pypy-commit] pypy default: Use a UnicodeBuilder in _io.TextIOWrapper.readline

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93130:870515a86876 Date: 2017-11-23 06:06 + http://bitbucket.org/pypy/pypy/changeset/870515a86876/ Log:Use a UnicodeBuilder in _io.TextIOWrapper.readline diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/mo

[pypy-commit] pypy default: Refactor interp_textio.py a little

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93129:6eab39056eb5 Date: 2017-11-23 05:14 + http://bitbucket.org/pypy/pypy/changeset/6eab39056eb5/ Log:Refactor interp_textio.py a little diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/module/_io/in

[pypy-commit] pypy unicode-utf8: Add (back) convenience methods space.newunicode(), space.new_from_utf8() and

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93127:b89046216269 Date: 2017-11-23 03:14 + http://bitbucket.org/pypy/pypy/changeset/b89046216269/ Log:Add (back) convenience methods space.newunicode(), space.new_from_utf8() and space.unicode_w() diff --git a/pypy/interpreter/

[pypy-commit] pypy unicode-utf8: Do some unicode>utf8 conversions in interp_textio

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93128:a8f461710bf8 Date: 2017-11-23 03:34 + http://bitbucket.org/pypy/pypy/changeset/a8f461710bf8/ Log:Do some unicode>utf8 conversions in interp_textio diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --

[pypy-commit] pypy unicode-utf8: in progress io

2017-11-22 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93126:559a0a0bb302 Date: 2017-11-22 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/559a0a0bb302/ Log:in progress io diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy py3.5: Prevent test from crashing for an unrelated reason

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93125:9a354884fd09 Date: 2017-11-22 22:46 + http://bitbucket.org/pypy/pypy/changeset/9a354884fd09/ Log:Prevent test from crashing for an unrelated reason diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-

[pypy-commit] pypy default: * Be more careful and let stop_sampling()/start_sampling() be called in code

2017-11-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r93124:1cc101a9ee5a Date: 2017-11-22 23:43 +0100 http://bitbucket.org/pypy/pypy/changeset/1cc101a9ee5a/ Log:* Be more careful and let stop_sampling()/start_sampling() be called in code that is not compiled with rvmprof. This is needed from

[pypy-commit] pypy default: Untested and hard-to-test, but for symmetry reasons if we

2017-11-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r93123:386b50664e3e Date: 2017-11-22 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/386b50664e3e/ Log:Untested and hard-to-test, but for symmetry reasons if we don't call start_sampling() here then it means sampling will not restart after

[pypy-commit] buildbot default: typo (arigato)

2017-11-22 Thread mattip
Author: Matti Picus Branch: Changeset: r1041:b9268dadd68a Date: 2017-11-22 23:10 +0200 http://bitbucket.org/pypy/buildbot/changeset/b9268dadd68a/ Log:typo (arigato) diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybuildb

[pypy-commit] buildbot default: use upgraded virtualenv for pypy -A tests, clean out old virtualenv's

2017-11-22 Thread mattip
Author: Matti Picus Branch: Changeset: r1040:be8418f6ed85 Date: 2017-11-22 23:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/be8418f6ed85/ Log:use upgraded virtualenv for pypy -A tests, clean out old virtualenv's diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/bu

[pypy-commit] buildbot default: use os tools to clean out old virtualenv (untested)

2017-11-22 Thread mattip
Author: Matti Picus Branch: Changeset: r1039:0b37e98f8694 Date: 2017-11-08 03:00 +0200 http://bitbucket.org/pypy/buildbot/changeset/0b37e98f8694/ Log:use os tools to clean out old virtualenv (untested) diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybui

[pypy-commit] pypy py3.5: io.BufferedRandom also uses the new readinto() implementation

2017-11-22 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93122:70b9b696e219 Date: 2017-11-22 18:32 + http://bitbucket.org/pypy/pypy/changeset/70b9b696e219/ Log:io.BufferedRandom also uses the new readinto() implementation diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bu