[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: use env for testing c-extension import to get PATH

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d590daf5 by Matti Picus at 2020-04-06T09:50:56+03:00 use env for testing c-extension import to get PATH - - - - - 63f8e6de by Matti Picus at 2020-04-06T11:17:45+03:00 detect machine better (fixes 6d7f4d0ec21b for aarch64) - - -

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 5 commits: load the thread id at an earlier position

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy test

[pypy-commit] [Git][pypy/pypy.org] Pushed new branch topic/default/sandbox-2-fix-documentation

2020-04-06 Thread Mark Doerr
Mark Doerr pushed new branch topic/default/sandbox-2-fix-documentation at PyPy / pypy.org --- View it on GitLab: https://foss.heptapod.net/pypy/pypy.org/tree/topic/default/sandbox-2-fix-documentation You're receiving this email because of your account on foss.heptapod.net. __

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 2 commits: uname is a tuple on python2

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - d044e299 by Matti Picus at 2020-04-06T19:46:11+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 1 chan

[pypy-commit] [Git][pypy/pypy][branch/default] uname is a tuple on python2

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e7b157b1 by Matti Picus at 2020-04-06T19:45:29+03:00 uname is a tuple on python2 - - - - - 1 changed file: - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e7b157b15eb5b8151d6ef8

[pypy-commit] [Git][pypy/pypy][branch/optimize-sre-unicode] 5 commits: set MACOSX_DEPLOYMENT_TARGET before building openssl

2020-04-06 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/optimize-sre-unicode at PyPy / pypy Commits: 2a4306a4 by Matti Picus at 2020-04-04T23:48:43+03:00 set MACOSX_DEPLOYMENT_TARGET before building openssl - - - - - c83c263f by Carl Friedrich Bolz-Tereick at 2020-04-05T08:56:53+02:00 test and fix:

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: load the thread id at an earlier position

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy tests for s390x -

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.6-v7.x] 7 commits: load the thread id at an earlier position

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy Commits: 229c5ec9 by Richard Plangger at 2020-04-05T17:39:06-04:00 load the thread id at an earlier position - - - - - 0da94c61 by Richard Plangger at 2020-04-05T18:05:09-04:00 do not generate align checks in micronumpy test

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 7ab0e37a by Matti Picus at 2020-04-07T08:20:19+03:00 Added tag release-pypy2.7-v7.3.1rc3 for changeset d0d41085a83c - - - - - 3521c9ae by Matti Picus at 2020-04-07T08:20:41+03:00 Added tag release-pypy3.6-v7.3.1rc3 for changeset

[pypy-commit] [Git][pypy/pypy.org][branch/default] add ruamel.yaml to required installations, add 7.3.1 rc3 hashes

2020-04-06 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy.org Commits: 9d8c4ca8 by Matti Picus at 2020-04-07T09:09:15+03:00 add ruamel.yaml to required installations, add 7.3.1 rc3 hashes - - - - - 5 changed files: - Makefile - pages/download.rst - public/download.html - public/sitemap.xml -

[pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] support for int8_t, uint8_t, and signed char; also some refactoring

2020-04-06 Thread wlav
wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: 9bb6c20b by Wim Lavrijsen at 2020-04-06T23:23:26-07:00 support for int8_t, uint8_t, and signed char; also some refactoring --HG-- branch : cppyy-packaging - - - - - 5 changed files: - pypy/module/_cppyy/converter.py - pypy/