[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] 3 commits: Add all builtin exceptions to the fake objspace.

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: c5bd13b7 by Simon Cross at 2020-12-03T00:30:35+02:00 Add all builtin exceptions to the fake objspace. --HG-- branch : hpy-update-to-7c832a2f - - - - - d16b562c by Simon Cross at 2020-12-03T00:32:21+02:00 Add co

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Add error values to new HPyLong functions.

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: 0cd378b8 by Simon Cross at 2020-12-02T22:36:43+02:00 Add error values to new HPyLong functions. --HG-- branch : hpy-update-to-7c832a2f - - - - - 2 changed files: - pypy/module/_hpy_universal/apiset.py - pypy

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win64-cpyext

2020-12-02 Thread Matti Picus
Matti Picus pushed new branch branch/win64-cpyext at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-cpyext You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailin

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/rpython-error_value

2020-12-02 Thread Antonio Cuni
Antonio Cuni deleted branch branch/rpython-error_value at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-com

[pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: a branch where to introduce @error_value to be able to specify arbitrary...

2020-12-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/default at PyPy / pypy Commits: c47532d7 by Antonio Cuni at 2020-11-18T13:52:50+01:00 a branch where to introduce @error_value to be able to specify arbitrary return values to use in case of exceptions (which is needed by hpy) --HG-- branch : rpython-error

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/hpy-error-value

2020-12-02 Thread Antonio Cuni
Antonio Cuni deleted branch branch/hpy-error-value at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Remove obsolete workaround

2020-12-02 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: df7bf72c by Ronan Lamy at 2020-12-02T15:45:47+00:00 Remove obsolete workaround --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/_hpy_universal/llapi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/

[pypy-commit] [Git][pypy/pypy][branch/py3.6] fix cparser import after move

2020-12-02 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: eb828ff6 by Ronan Lamy at 2020-12-02T15:10:54+00:00 fix cparser import after move --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/_hpy_universal/llapi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/cpyext-pylong-assize-t-fix-exc-type

2020-12-02 Thread Simon Cross
Simon Cross pushed new branch branch/cpyext-pylong-assize-t-fix-exc-type at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/cpyext-pylong-assize-t-fix-exc-type You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Remove note about fixing cpyext PyLong_AsSize_t (will open an MR instead).

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: 920414ef by Simon Cross at 2020-12-02T16:41:02+02:00 Remove note about fixing cpyext PyLong_AsSize_t (will open an MR instead). --HG-- branch : hpy-update-to-7c832a2f - - - - - 1 changed file: - pypy/module/

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Raise ValueError from HPyBytes_FromStringAndSize if a NULL string is passed.

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: aea9ffb1 by Simon Cross at 2020-12-02T16:18:24+02:00 Raise ValueError from HPyBytes_FromStringAndSize if a NULL string is passed. --HG-- branch : hpy-update-to-7c832a2f - - - - - 1 changed file: - pypy/modul

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix stdlib test_math.py

2020-12-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 07c748c4 by Carl Friedrich Bolz-Tereick at 2020-11-30T19:30:24+01:00 fix stdlib test_math.py --HG-- branch : py3.7 - - - - - fad3e3be by Carl Friedrich Bolz-Tereick at 2020-12-01T09:33:22+01:00 fix bug in codecs

[pypy-commit] [Git][pypy/pypy][branch/rpython-error_value] fix whatsnew

2020-12-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy Commits: 90587a52 by Antonio Cuni at 2020-12-02T11:54:15+01:00 fix whatsnew --HG-- branch : rpython-error_value - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pyp

[pypy-commit] [Git][pypy/pypy][branch/hpy-error-value] 2 commits: fix whatsnew

2020-12-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy-error-value at PyPy / pypy Commits: 148e5f27 by Antonio Cuni at 2020-12-02T11:54:15+01:00 fix whatsnew --HG-- branch : hpy-error-value - - - - - f3de4cbc by Antonio Cuni at 2020-12-02T11:55:32+01:00 document this branch --HG-- branch : hpy-error-value

[pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 5 commits: split off test_boost from test_templates

2020-12-02 Thread wlav
wlav pushed to branch branch/cppyy-packaging at PyPy / pypy Commits: d3c7a7a9 by Wim Lavrijsen at 2020-11-28T19:45:05-08:00 split off test_boost from test_templates --HG-- branch : cppyy-packaging - - - - - 1fb37f46 by Wim Lavrijsen at 2020-11-28T19:45:55-08:00 bring templates tests in line w