[pypy-commit] [Git][pypy/pypy][branch/hpy] 2 commits: fix a translation error, by making sure we don't mix the two rpython-level...

2020-09-09 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 8729887e by Antonio Cuni at 2020-09-09T00:52:27+02:00 fix a translation error, by making sure we don't mix the two rpython-level func ptrs to member_get and getset_get --HG-- branch : hpy - - - - - a0e24523 by Antonio Cuni at 2

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 11 commits: fix some documentation build warnings and errors, comment out hpy from release

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 72bac5e9 by Matti Picus at 2020-09-06T16:21:02+03:00 fix some documentation build warnings and errors, comment out hpy from release - - - - - cea16152 by Matti Picus at 2020-09-06T16:24:07+03:00 change all http to https, fix som

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 12 commits: fix some documentation build warnings and errors, comment out hpy from release

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 72bac5e9 by Matti Picus at 2020-09-06T16:21:02+03:00 fix some documentation build warnings and errors, comment out hpy from release - - - - - cea16152 by Matti Picus at 2020-09-06T16:24:07+03:00 change all http to https, fix som

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: update release process

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 71141863 by Matti Picus at 2020-09-09T11:56:46+03:00 update release process - - - - - 18d9c67f by Matti Picus at 2020-09-09T11:57:21+03:00 backport fix for bpo-39017 - - - - - 3 changed files: - lib-python/2.7/tarfile.py -

[pypy-commit] [Git][pypy/pypy][branch/hpy] fix translation, by temporarily breaking HPyMember_BOOL

2020-09-09 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: ce40559b by Antonio Cuni at 2020-09-09T10:58:09+01:00 fix translation, by temporarily breaking HPyMember_BOOL --HG-- branch : hpy - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_descr.py View it on GitLab: ht

[pypy-commit] [Git][pypy/pypy][branch/default] add sphinx-affiliates which allows searching across other sphinx sites

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d52d46ac by Matti Picus at 2020-09-09T13:30:52+03:00 add sphinx-affiliates which allows searching across other sphinx sites - - - - - 4 changed files: - pypy/doc/conf.py - + pypy/doc/requirements.txt - rpython/doc/conf.py -

[pypy-commit] [Git][pypy/pypy][branch/default] add the extension to rpython as well

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cdb4d846 by Matti Picus at 2020-09-09T16:15:15+03:00 add the extension to rpython as well - - - - - 1 changed file: - rpython/doc/conf.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/cdb4d84646ac59a702

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Respect system PKG_CONFIG environment variable

2020-09-09 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 84c31c50 by [email protected] at 2020-09-08T15:25:11-06:00 Respect system PKG_CONFIG environment variable Many cross-compilation setups use custom pkg-config wrappers to ensure that the proper version of libraries get linke

[pypy-commit] [Git][pypy/pypy][branch/hpy] 2 commits: progress towards fixing test_ztranslation

2020-09-09 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: dd63a1a2 by Antonio Cuni at 2020-09-09T17:29:51+02:00 progress towards fixing test_ztranslation --HG-- branch : hpy - - - - - fc641dfd by Antonio Cuni at 2020-09-09T17:32:18+02:00 finally fix test_ztranslation.py :) --HG-- bran

[pypy-commit] [Git][pypy/pypy][branch/default] A fix for a corner case (shown by test_ztranslation in branch 'hpy').

2020-09-09 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 029a00da by Armin Rigo at 2020-09-09T17:45:30+02:00 A fix for a corner case (shown by test_ztranslation in branch 'hpy'). A non-fix as a skipped test for a similar, even-more-obscure case. - - - - - 2 changed files: - rpytho

[pypy-commit] [Git][pypy/pypy][branch/default] next similar issue (73e7c4e0b67d)

2020-09-09 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 30ddf8f9 by Armin Rigo at 2020-09-09T22:47:47+02:00 next similar issue (73e7c4e0b67d) - - - - - 2 changed files: - rpython/rtyper/rpbc.py - rpython/rtyper/test/test_rpbc.py View it on GitLab: https://foss.heptapod.net/pyp

[pypy-commit] [Git][pypy/pypy][branch/py3.6] add test file

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 865defcb by Matti Picus at 2020-09-10T07:40:56+03:00 add test file --HG-- branch : py3.6 - - - - - 1 changed file: - + lib-python/3/test/recursion.tar View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/865def

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: add test file

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 865defcb by Matti Picus at 2020-09-10T07:40:56+03:00 add test file --HG-- branch : py3.6 - - - - - a33cb4bb by Matti Picus at 2020-09-10T07:41:31+03:00 merge py3.6 into py3.7 --HG-- branch : py3.7 - - - - - 1 changed file:

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: typo, update whatsnew

2020-09-09 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e7e2dead by Matti Picus at 2020-09-10T07:35:59+03:00 typo, update whatsnew - - - - - 8f27f38a by Matti Picus at 2020-09-10T07:40:25+03:00 add test file - - - - - 3 changed files: - + lib-python/2.7/test/recursion.tar - lib