[pypy-commit] pypy default: merge arm64 support

2019-07-15 Thread fijal
Author: fijal Branch: Changeset: r97005:f3b7650ebfc0 Date: 2019-07-15 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f3b7650ebfc0/ Log:merge arm64 support diff too long, truncating to 2000 out of 6406 lines diff --git a/rpython/config/translationoption.py

[pypy-commit] pypy arm64: close to be merged branch

2019-07-15 Thread fijal
Author: fijal Branch: arm64 Changeset: r97004:4bddf4462063 Date: 2019-07-15 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/4bddf4462063/ Log:close to be merged branch diff --git a/rpython/jit/backend/aarch64/TODO b/rpython/jit/backend/aarch64/TODO --- a/rpython/jit/backend/aarch64/TODO

[pypy-commit] pypy py3.6: Generate a file that hopefully covers all corner cases of startswith()

2019-07-15 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97003:7b256d2286ec Date: 2019-07-15 13:52 +0200 http://bitbucket.org/pypy/pypy/changeset/7b256d2286ec/ Log:Generate a file that hopefully covers all corner cases of startswith() and endswith() on bytes, bytearrays and unicodes. Fix. diff