Author: Matti Picus
Branch:
Changeset: r1097:709f8fb564ac
Date: 2019-10-31 07:12 +0200
http://bitbucket.org/pypy/buildbot/changeset/709f8fb564ac/
Log:add a dockerfile to run a centos6-based x64 buildslave
diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE
--- a/README_BUILDSLAVE
+++ b/READM
Author: Ronan Lamy
Branch:
Changeset: r97897:ef97a01d2e01
Date: 2019-10-30 21:15 +
http://bitbucket.org/pypy/pypy/changeset/ef97a01d2e01/
Log:Fix uses of raises()
diff --git a/pypy/interpreter/test/test_function.py
b/pypy/interpreter/test/test_function.py
--- a/pypy/interpreter/test/te
Author: Matti Picus
Branch:
Changeset: r97894:bba4a466169d
Date: 2019-10-30 21:21 +0200
http://bitbucket.org/pypy/pypy/changeset/bba4a466169d/
Log:issue 2970: add ncursesw to _minimal_curses
diff --git a/pypy/module/_minimal_curses/fficurses.py
b/pypy/module/_minimal_curses/fficurses.py
--
Author: Matti Picus
Branch: py3.6
Changeset: r97893:97cf5afa67c7
Date: 2019-10-30 20:00 +0200
http://bitbucket.org/pypy/pypy/changeset/97cf5afa67c7/
Log:issue 2971: update from upstream package, should fix failing tests
diff --git a/extra_tests/test_pyrepl/infrastructure.py
b/extra_tests/te
Author: Matti Picus
Branch: py3.6
Changeset: r97892:140497be04d3
Date: 2019-10-30 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/140497be04d3/
Log:issue 2970: add ncursesw to _minimal_curses
diff --git a/lib_pypy/pyrepl/_minimal_curses.py
b/lib_pypy/pyrepl/_minimal_curses.py
--- a/lib
Author: Armin Rigo
Branch: py3.6
Changeset: r97891:699e6250c3cc
Date: 2019-10-30 10:32 +0100
http://bitbucket.org/pypy/pypy/changeset/699e6250c3cc/
Log:PyUnicode_New()
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/module/cpyext/test/test_unicodeobject.py
--- a/pypy/modul
Author: Armin Rigo
Branch:
Changeset: r97890:195ceabd426e
Date: 2019-10-30 10:31 +0100
http://bitbucket.org/pypy/pypy/changeset/195ceabd426e/
Log:Don't allocate a small list here
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unico