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
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
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
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
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
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