[pypy-commit] pypy py3.6: macos does not have clock_gettime until macOS 10.12 and Xcode 8, released in 2016

2019-10-18 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97807:7f8a8e590485 Date: 2019-10-18 10:23 +0300 http://bitbucket.org/pypy/pypy/changeset/7f8a8e590485/ Log:macos does not have clock_gettime until macOS 10.12 and Xcode 8, released in 2016 diff --git a/pypy/module/cpyext/include/pyconfig.

[pypy-commit] pypy record-known-result: fix hint for corner cases, add rfind version

2019-10-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97808:7cf364a94ebb Date: 2019-10-18 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/7cf364a94ebb/ Log:fix hint for corner cases, add rfind version diff --git a/rpython/rtyper/lltypesystem/rstr.py b/rpython/rtyp

[pypy-commit] pypy default: restart whatsnew-pypy3-head.rst (fwiw)

2019-10-18 Thread mattip
Author: Matti Picus Branch: Changeset: r97809:6dac7d2ba98d Date: 2019-10-18 16:29 +0300 http://bitbucket.org/pypy/pypy/changeset/6dac7d2ba98d/ Log:restart whatsnew-pypy3-head.rst (fwiw) diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-

[pypy-commit] pypy py3.6: merge default into branch

2019-10-18 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97810:99f01005c2c6 Date: 2019-10-18 16:38 +0300 http://bitbucket.org/pypy/pypy/changeset/99f01005c2c6/ Log:merge default into branch diff --git a/lib_pypy/pyrepl/historical_reader.py b/lib_pypy/pyrepl/historical_reader.py --- a/lib_pypy/pyrepl/h

[pypy-commit] pypy default: backport file from py3.6 branch and restore missing files

2019-10-18 Thread mattip
Author: Matti Picus Branch: Changeset: r97811:ebb5f879d17a Date: 2019-10-18 16:42 +0300 http://bitbucket.org/pypy/pypy/changeset/ebb5f879d17a/ Log:backport file from py3.6 branch and restore missing files diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst --- a/pyp

[pypy-commit] pypy py3.6: Fix test

2019-10-18 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97812:acd72480cb0e Date: 2019-10-18 18:02 +0100 http://bitbucket.org/pypy/pypy/changeset/acd72480cb0e/ Log:Fix test diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py --- a/pypy/interpreter/test/test_gatewa

[pypy-commit] pypy py3.6: fix inconsistent duplication in test: '\u00fc' and '\xFC' are the same thing

2019-10-18 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97814:656f4b5c0802 Date: 2019-10-18 20:14 +0100 http://bitbucket.org/pypy/pypy/changeset/656f4b5c0802/ Log:fix inconsistent duplication in test: '\u00fc' and '\xFC' are the same thing diff --git a/pypy/module/_sre/test/test_app_sre.py b/p