[pypy-commit] buildbot default: install virtualenv HEAD to get win32 fix from pypa/virtualenv pr 1103

2017-12-14 Thread mattip
Author: Matti Picus Branch: Changeset: r1051:46954035f3c6 Date: 2017-12-14 19:59 +0200 http://bitbucket.org/pypy/buildbot/changeset/46954035f3c6/ Log:install virtualenv HEAD to get win32 fix from pypa/virtualenv pr 1103 diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/bu

[pypy-commit] pypy cpyext-faster-arg-passing: speed up passing some objects to C

2017-12-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: cpyext-faster-arg-passing Changeset: r93421:85fea167b9ea Date: 2017-12-14 20:00 +0100 http://bitbucket.org/pypy/pypy/changeset/85fea167b9ea/ Log:speed up passing some objects to C specifically, passing the instances of classes defined in C

[pypy-commit] pypy py3.5: Fix handling of unencodable strings in ModuleDictStrategy

2017-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93422:da0e3f790bdb Date: 2017-12-14 19:29 + http://bitbucket.org/pypy/pypy/changeset/da0e3f790bdb/ Log:Fix handling of unencodable strings in ModuleDictStrategy diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py --- a/p

[pypy-commit] pypy py3.5: Give up on trying to get test_multithreaded_import() to work untranslated

2017-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93423:b3b1beda9224 Date: 2017-12-14 21:02 + http://bitbucket.org/pypy/pypy/changeset/b3b1beda9224/ Log:Give up on trying to get test_multithreaded_import() to work untranslated diff --git a/extra_tests/test_import.py b/extra_tests/test

[pypy-commit] pypy py3.5: Use CPython's C implementation for PyUnicode_FromWideChar (fixes size==-1 case)

2017-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93424:cb9a68d84f56 Date: 2017-12-14 22:09 + http://bitbucket.org/pypy/pypy/changeset/cb9a68d84f56/ Log:Use CPython's C implementation for PyUnicode_FromWideChar (fixes size==-1 case) diff --git a/pypy/module/cpyext/api.py b/pypy/module

[pypy-commit] pypy py3.5: Fix handling of time.sleep()'s argument and use nanosecond precision internally

2017-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93425:570c2749ff19 Date: 2017-12-15 04:22 + http://bitbucket.org/pypy/pypy/changeset/570c2749ff19/ Log:Fix handling of time.sleep()'s argument and use nanosecond precision internally diff --git a/pypy/interpreter/timeutils.py b/pypy/in