[pypy-commit] pypy default: Add missing import. No clue why, it is not necessary to run the tests???

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92347:a38744e20a86 Date: 2017-09-08 01:11 +0200 http://bitbucket.org/pypy/pypy/changeset/a38744e20a86/ Log:Add missing import. No clue why, it is not necessary to run the tests??? diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexp

[pypy-commit] pypy default: Blind fix for Windows

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92346:4484e0986b55 Date: 2017-09-07 23:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4484e0986b55/ Log:Blind fix for Windows diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b/rpytho

[pypy-commit] buildbot cleanup-hg-bookmarks: Tentative Windows version

2017-09-07 Thread arigo
Author: Armin Rigo Branch: cleanup-hg-bookmarks Changeset: r1024:da40d3078ef5 Date: 2017-09-07 23:05 +0200 http://bitbucket.org/pypy/buildbot/changeset/da40d3078ef5/ Log:Tentative Windows version diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/b

[pypy-commit] pypy default: merge heads

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92345:f70ed7c5cc49 Date: 2017-09-07 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/f70ed7c5cc49/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/in

[pypy-commit] pypy default: Refuse to translate the pyexpat module using the UTF-16 version of expat

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92344:4589c72f2f47 Date: 2017-09-07 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/4589c72f2f47/ Log:Refuse to translate the pyexpat module using the UTF-16 version of expat diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexp

[pypy-commit] pypy default: Kill accidental code duplication

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92343:f1a7daef2ad9 Date: 2017-09-07 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/f1a7daef2ad9/ Log:Kill accidental code duplication diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/py