[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fix-issue-3181

2021-03-06 Thread Alex Prengère
Alex Prengère pushed new branch branch/fix-issue-3181 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/fix-issue-3181 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] cleaned up op dispatcher, still need to fix enums though and any ret values...

2021-03-06 Thread muke 101
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 29b537ee by muke101 at 2021-03-06T10:04:25+00:00 cleaned up op dispatcher, still need to fix enums though and any ret values wont work until jitframe stuff sorted --HG-- branch : llvm-jit-backend-experiment

[pypy-commit] [Git][pypy/pypy][branch/startswith-tweak] 50 commits: call more appropriate methods a bit everywhere

2021-03-06 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/startswith-tweak at PyPy / pypy Commits: 48b98346 by Carl Friedrich Bolz-Tereick at 2021-02-04T13:44:54+01:00 call more appropriate methods a bit everywhere --HG-- branch : intbound-improvements-3 - - - - - 77dc56b7 by Carl Friedrich Bolz-T

[pypy-commit] [Git][pypy/pypy][branch/py3.8] first stab at implementing PickleBuffers

2021-03-06 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 4c9aa920 by Carl Friedrich Bolz-Tereick at 2021-03-06T14:15:19+01:00 first stab at implementing PickleBuffers --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/pickle.py - pypy/module/__pypy__/i

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: bpo-43399: Add failing test case

2021-03-06 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 4bbc9dd6 by alexprengere at 2021-03-05T18:41:55+01:00 bpo-43399: Add failing test case --HG-- branch : fix-issue-3181 - - - - - 06d45463 by alexprengere at 2021-03-05T18:42:24+01:00 bpo-43399: Fix ElementTree.extend not working

[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, ronny, twitch): while adding matmul support for weakref proxies, we

2021-03-06 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 67a3799e by Carl Friedrich Bolz-Tereick at 2021-03-06T21:01:58+01:00 (cfbolz, ronny, twitch): while adding matmul support for weakref proxies, we found out that all the reverse operations on proxies were broken

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: (cfbolz, twitch): test matmul support in weakref.proxy (it already works due to meta-programming)

2021-03-06 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 203b76bd by Carl Friedrich Bolz-Tereick at 2021-03-06T20:18:32+01:00 (cfbolz, twitch): test matmul support in weakref.proxy (it already works due to meta-programming) --HG-- branch : py3.8 - - - - - 2f8d906d by

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: (cfbolz, ronny, twitch): while adding matmul support for weakref proxies, we

2021-03-06 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 67a3799e by Carl Friedrich Bolz-Tereick at 2021-03-06T21:01:58+01:00 (cfbolz, ronny, twitch): while adding matmul support for weakref proxies, we found out that all the reverse operations on proxies were broken since forever! fix

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] bought op dispatcher to working state

2021-03-06 Thread muke 101
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 37902f55 by muke101 at 2021-03-07T06:20:43+00:00 bought op dispatcher to working state --HG-- branch : llvm-jit-backend-experimental - - - - - 5 changed files: - rpython/jit/backend/llvm/llvm_api.py - rp

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Fix bacb519b8262: use python2 version not python3

2021-03-06 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fcd58159 by Matti Picus at 2021-03-06T23:26:38+02:00 Fix bacb519b8262: use python2 version not python3 - - - - - 8367d6a8 by Matti Picus at 2021-03-07T09:28:51+02:00 hack the rfunc.func_name to fix translation - - - - - 2 c

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: Fix bacb519b8262: use python2 version not python3

2021-03-06 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: fcd58159 by Matti Picus at 2021-03-06T23:26:38+02:00 Fix bacb519b8262: use python2 version not python3 - - - - - 0e6bc6bd by Matti Picus at 2021-03-07T06:57:34+02:00 fix merge in cppyy --HG-- branch : py3.7 - - - - - 8367d6a8