[pypy-commit] pypy default: explain better what this branch does

2017-12-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93586:b4f48ae0cb1b Date: 2017-12-28 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b4f48ae0cb1b/ Log:explain better what this branch does diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy py3.5: Fix issue #2717

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93587:f145d8504387 Date: 2017-12-28 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/f145d8504387/ Log:Fix issue #2717 diff --git a/pypy/interpreter/test/test_timeutils.py b/pypy/interpreter/test/test_timeutils.py new file mode 100644 --- /de

[pypy-commit] pypy py3.5: Correctly skip test

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93588:e5c66b6446c5 Date: 2017-12-28 16:22 +0100 http://bitbucket.org/pypy/pypy/changeset/e5c66b6446c5/ Log:Correctly skip test diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py --- a/pypy/module/cpyext/test/

[pypy-commit] pypy py3.5: Fix: the 'flags' argument to setxattr() had no effect

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93589:70dfe4f14f67 Date: 2017-12-28 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/70dfe4f14f67/ Log:Fix: the 'flags' argument to setxattr() had no effect diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --

[pypy-commit] pypy release-pypy3.5-v5.9.x: Fix: TypeError: 'str' does not support the buffer interface

2017-12-28 Thread hroncok
Author: Miro HronĨok Branch: release-pypy3.5-v5.9.x Changeset: r93592:ac1ac8fceed5 Date: 2017-12-27 22:50 + http://bitbucket.org/pypy/pypy/changeset/ac1ac8fceed5/ Log:Fix: TypeError: 'str' does not support the buffer interface Fixes https://bitbucket.org/pypy/pypy/issues/2718 (gr

[pypy-commit] pypy release-pypy3.5-v5.9.x: Fix: the 'flags' argument to setxattr() had no effect

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: release-pypy3.5-v5.9.x Changeset: r93594:f05e6bdccc8d Date: 2017-12-28 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f05e6bdccc8d/ Log:Fix: the 'flags' argument to setxattr() had no effect (grafted from 70dfe4f14f678cefb5bdc58ed4ac4b354c30cf8b) diff

[pypy-commit] pypy release-pypy3.5-v5.9.x: Fix issue #2717

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: release-pypy3.5-v5.9.x Changeset: r93593:21617b1a2e41 Date: 2017-12-28 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/21617b1a2e41/ Log:Fix issue #2717 (grafted from f145d85043878194d7eee33b2049063843e032d8) diff --git a/pypy/interpreter/test/test_tim

[pypy-commit] pypy release-pypy3.5-v5.9.x: Fix 248a5a9859ef (probably)

2017-12-28 Thread arigo
Author: Armin Rigo Branch: release-pypy3.5-v5.9.x Changeset: r93590:56f9a3f7b588 Date: 2017-12-25 09:30 +0100 http://bitbucket.org/pypy/pypy/changeset/56f9a3f7b588/ Log:Fix 248a5a9859ef (probably) (grafted from 36cb02a2cd901f153c8da24196fe3b676235c43f) diff --git a/pypy/interpreter/t

[pypy-commit] pypy release-pypy3.5-v5.9.x: fix for win32

2017-12-28 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-v5.9.x Changeset: r93591:737d3f5af2ce Date: 2017-12-25 22:02 +0200 http://bitbucket.org/pypy/pypy/changeset/737d3f5af2ce/ Log:fix for win32 (grafted from 85e44c9458db62931917a86f8614d131b136aaff) diff --git a/pypy/module/errno/interp_errno.

[pypy-commit] pypy release-pypy3.5-v5.9.x: update version numbers

2017-12-28 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-v5.9.x Changeset: r93595:291eb92c6b5d Date: 2017-12-28 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/291eb92c6b5d/ Log:update version numbers diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h ---

[pypy-commit] pypy default: rvmprof: Handle ProcessorAutodetectError

2017-12-28 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r93596:9472e9d10a85 Date: 2017-12-28 21:21 +0100 http://bitbucket.org/pypy/pypy/changeset/9472e9d10a85/ Log:rvmprof: Handle ProcessorAutodetectError detect_cpu only knows about architectures supported by PyPy's JIT diff --git a/rpython/rlib

[pypy-commit] cffi doc-set_source: try to clarify set_source() requires str()

2017-12-28 Thread mattip
Author: Matti Picus Branch: doc-set_source Changeset: r3053:889d38233ce8 Date: 2017-12-29 09:30 +0200 http://bitbucket.org/cffi/cffi/changeset/889d38233ce8/ Log:try to clarify set_source() requires str() diff --git a/doc/source/overview.rst b/doc/source/overview.rst --- a/doc/source/overview