[pypy-commit] pypy py3.6: merge default into branch

2019-03-12 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96305:2158401a5481 Date: 2019-03-13 07:26 +0200 http://bitbucket.org/pypy/pypy/changeset/2158401a5481/ Log:merge default into branch diff --git a/rpython/rlib/rsre/rsre_utf8.py b/rpython/rlib/rsre/rsre_utf8.py --- a/rpython/rlib/rsre/rsre_utf8.py

[pypy-commit] pypy default: avoid using range

2019-03-12 Thread mattip
Author: Matti Picus Branch: Changeset: r96304:ab0f20d4a572 Date: 2019-03-13 07:24 +0200 http://bitbucket.org/pypy/pypy/changeset/ab0f20d4a572/ Log:avoid using range diff --git a/rpython/rlib/rsre/rsre_utf8.py b/rpython/rlib/rsre/rsre_utf8.py --- a/rpython/rlib/rsre/rsre_utf8.py +++ b/rpytho

[pypy-commit] pypy winoverlapped: Fixed ProactorTests.test_pipe

2019-03-12 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96303:9962c2550731 Date: 2019-03-12 23:02 + http://bitbucket.org/pypy/pypy/changeset/9962c2550731/ Log:Fixed ProactorTests.test_pipe diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b

[pypy-commit] pypy apptest-file: hg merge default

2019-03-12 Thread rlamy
Author: Ronan Lamy Branch: apptest-file Changeset: r96297:73c5a033c44d Date: 2019-03-12 18:18 + http://bitbucket.org/pypy/pypy/changeset/73c5a033c44d/ Log:hg merge default diff too long, truncating to 2000 out of 229297 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgi

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

2019-03-12 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r96298:baa5e3964d15 Date: 2019-03-12 18:28 + http://bitbucket.org/pypy/pypy/changeset/baa5e3964d15/ Log:hg merge py3.6 diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -123,7 +123,9 @@ Wenzhu Man Konstantin Lopuhin John

[pypy-commit] pypy apptest-file: fix merge

2019-03-12 Thread rlamy
Author: Ronan Lamy Branch: apptest-file Changeset: r96299:2c2298a84910 Date: 2019-03-12 18:23 + http://bitbucket.org/pypy/pypy/changeset/2c2298a84910/ Log:fix merge diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy py3tests: dummy merge with apptest-file

2019-03-12 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r96300:39bc5e00c7a8 Date: 2019-03-12 19:11 + http://bitbucket.org/pypy/pypy/changeset/39bc5e00c7a8/ Log:dummy merge with apptest-file ___ pypy-commit mailing list pypy-commit@python.org https://mai

[pypy-commit] pypy zlib-make-py3-go-boom: Complain if you try to copy a flushed zlib decompress on py3.

2019-03-12 Thread Julian Berman
Author: Julian Berman Branch: zlib-make-py3-go-boom Changeset: r96294:0bb579c51e8b Date: 2019-03-12 07:43 -0400 http://bitbucket.org/pypy/pypy/changeset/0bb579c51e8b/ Log:Complain if you try to copy a flushed zlib decompress on py3. diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/

[pypy-commit] pypy default: reduce code duplication

2019-03-12 Thread mattip
Author: Matti Picus Branch: Changeset: r96292:0a08f62b2c9f Date: 2019-03-12 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0a08f62b2c9f/ Log:reduce code duplication diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/inte

[pypy-commit] pypy winoverlapped: Further implementation of _overlapped

2019-03-12 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96288:c4d3d27effa0 Date: 2019-03-02 21:39 + http://bitbucket.org/pypy/pypy/changeset/c4d3d27effa0/ Log:Further implementation of _overlapped diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.