[pypy-commit] buildbot default: unschedule BSD nightly builds

2018-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r1058:c4060955142b Date: 2018-02-12 22:57 -0500 http://bitbucket.org/pypy/buildbot/changeset/c4060955142b/ Log:unschedule BSD nightly builds diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] pypy py3.5: remove traces of is_valid_fd since merge of msvc14

2018-02-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93817:46506daf1ecd Date: 2018-02-12 22:23 -0500 http://bitbucket.org/pypy/pypy/changeset/46506daf1ecd/ Log:remove traces of is_valid_fd since merge of msvc14 diff --git a/pypy/module/posix/app_posix.py

[pypy-commit] pypy default: raise IOError not OSError

2018-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r93816:fc85b98a24e2 Date: 2018-02-12 21:45 -0500 http://bitbucket.org/pypy/pypy/changeset/fc85b98a24e2/ Log:raise IOError not OSError diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py ---

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

2018-02-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93814:69009f281e55 Date: 2018-02-12 14:24 -0500 http://bitbucket.org/pypy/pypy/changeset/69009f281e55/ Log:merge default into py3.5 diff too long, truncating to 2000 out of 2875 lines diff --git a/get_externals.py

[pypy-commit] pypy py3.5-msvc14: close temporary branch

2018-02-12 Thread mattip
Author: Matti Picus Branch: py3.5-msvc14 Changeset: r93813:d10a6cb00365 Date: 2018-02-12 14:16 -0500 http://bitbucket.org/pypy/pypy/changeset/d10a6cb00365/ Log:close temporary branch ___ pypy-commit mailing list

[pypy-commit] pypy default: document merged branch

2018-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r93812:449e2e93c275 Date: 2018-02-12 14:13 -0500 http://bitbucket.org/pypy/pypy/changeset/449e2e93c275/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3.5: show no preference for compiler version used to compile host python

2018-02-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93815:0526dd47e0cb Date: 2018-02-12 14:25 -0500 http://bitbucket.org/pypy/pypy/changeset/0526dd47e0cb/ Log:show no preference for compiler version used to compile host python diff --git

[pypy-commit] pypy default: merge msvc14 which allows using Visual Studio 17 compiler suite

2018-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r93811:496d05d4758e Date: 2018-02-12 14:06 -0500 http://bitbucket.org/pypy/pypy/changeset/496d05d4758e/ Log:merge msvc14 which allows using Visual Studio 17 compiler suite diff too long, truncating to 2000 out of 2842 lines

[pypy-commit] pypy msvc14: close branch to be merged

2018-02-12 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93810:646310c36c6e Date: 2018-02-12 14:05 -0500 http://bitbucket.org/pypy/pypy/changeset/646310c36c6e/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] pypy msvc14: ignore VS140COMNTOOLS environment variable in order to set up the SDK toolkit

2018-02-12 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93809:c62a256a0910 Date: 2018-02-11 22:49 -0500 http://bitbucket.org/pypy/pypy/changeset/c62a256a0910/ Log:ignore VS140COMNTOOLS environment variable in order to set up the SDK toolkit (grafted from

[pypy-commit] pypy default: fix unicode wide/narrow test issues

2018-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r93808:f2ff87a34f1f Date: 2018-02-12 13:14 -0500 http://bitbucket.org/pypy/pypy/changeset/f2ff87a34f1f/ Log:fix unicode wide/narrow test issues diff --git a/pypy/interpreter/test/test_unicodehelper.py