[pypy-commit] buildbot default: cleanup, add ensurepip step for TranslatedTests (downloading only) builders (ARM)

2017-11-25 Thread mattip
Author: Matti Picus Branch: Changeset: r1044:a64690c374cf Date: 2017-11-25 19:55 +0200 http://bitbucket.org/pypy/buildbot/changeset/a64690c374cf/ Log:cleanup, add ensurepip step for TranslatedTests (downloading only) builders (ARM) builders that translate call ensurepip as p

[pypy-commit] pypy default: Refactor readline_w() and move most of the logic to DecodeBuffer

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93175:65f3ab0d10e3 Date: 2017-11-26 00:54 + http://bitbucket.org/pypy/pypy/changeset/65f3ab0d10e3/ Log:Refactor readline_w() and move most of the logic to DecodeBuffer diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py

[pypy-commit] pypy default: Add some tests for DecodeBuffer

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93176:e8e611955c9a Date: 2017-11-26 01:22 + http://bitbucket.org/pypy/pypy/changeset/e8e611955c9a/ Log:Add some tests for DecodeBuffer diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_tex

[pypy-commit] pypy unicode-utf8: hg merge default

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93177:a40f7eee2bcf Date: 2017-11-26 01:27 + http://bitbucket.org/pypy/pypy/changeset/a40f7eee2bcf/ Log:hg merge default diff --git a/extra_tests/test_textio.py b/extra_tests/test_textio.py --- a/extra_tests/test_textio.py +++ b/extra_te

[pypy-commit] pypy utf8-io: Fix seek() and tell()

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: utf8-io Changeset: r93180:9ff11e92d368 Date: 2017-11-26 02:28 + http://bitbucket.org/pypy/pypy/changeset/9ff11e92d368/ Log:Fix seek() and tell() diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_textio

[pypy-commit] pypy utf8-io: Convert stringio to utf8

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: utf8-io Changeset: r93181:8a64a04eb505 Date: 2017-11-26 02:37 + http://bitbucket.org/pypy/pypy/changeset/8a64a04eb505/ Log:Convert stringio to utf8 diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/module/_io/inter

[pypy-commit] pypy utf8-io: Reapply b89046216269

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: utf8-io Changeset: r93178:52a6abae06e4 Date: 2017-11-26 01:58 + http://bitbucket.org/pypy/pypy/changeset/52a6abae06e4/ Log:Reapply b89046216269 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.

[pypy-commit] pypy utf8-io: Adapt DecodeBuffer to utf8

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: utf8-io Changeset: r93179:e509ec2ccea2 Date: 2017-11-26 01:51 + http://bitbucket.org/pypy/pypy/changeset/e509ec2ccea2/ Log:Adapt DecodeBuffer to utf8 diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_t

[pypy-commit] pypy utf8-io: kill test: _io needs the real space

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: utf8-io Changeset: r93182:e31d72c624a8 Date: 2017-11-26 02:40 + http://bitbucket.org/pypy/pypy/changeset/e31d72c624a8/ Log:kill test: _io needs the real space diff --git a/pypy/module/_io/test/test_ztranslation.py b/pypy/module/_io/test/test_ztranslation.py de

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

2017-11-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93183:8125ba2d1fc1 Date: 2017-11-26 03:02 + http://bitbucket.org/pypy/pypy/changeset/8125ba2d1fc1/ Log:hg merge default diff --git a/extra_tests/test_textio.py b/extra_tests/test_textio.py new file mode 100644 --- /dev/null +++ b/extra_tests/t