[pypy-commit] [Git][pypy/pypy][branch/default] fix translation (can't iterate over tuples in rpython)

2021-03-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 662757c6 by Carl Friedrich Bolz-Tereick at 2021-03-02T21:37:47+01:00 fix translation (can't iterate over tuples in rpython) - - - - - 1 changed file: - pypy/module/cpyext/api.py View it on GitLab: https:/

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 3 commits: implemented more ops to op dispatch loop and control flow infrastructure, ...

2021-03-02 Thread muke 101
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 30323dc4 by muke101 at 2021-03-01T20:12:58+00:00 implemented more ops to op dispatch loop and control flow infrastructure, still partially pseudocode --HG-- branch : llvm-jit-backend-experimental - - - - -

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add ascii fast paths to the tolower/toupper functions of the unicode dbs too

2021-03-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: c6e6d80c by Carl Friedrich Bolz-Tereick at 2021-03-02T14:35:35+01:00 add ascii fast paths to the tolower/toupper functions of the unicode dbs too (the part of the diff around special casing is due to c6650aed42

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix structseq attribute setter error message

2021-03-02 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f57ce76d by Matti Picus at 2021-03-02T08:17:15+02:00 fix structseq attribute setter error message - - - - - 8e095afd by Matti Picus at 2021-03-02T10:49:08+02:00 sync Py_.*Flags with sys.flags, issue 3409 - - - - - 8 changed

[pypy-commit] [Git][pypy/pypy][branch/default] woops

2021-03-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 00a76e59 by Carl Friedrich Bolz-Tereick at 2021-03-02T21:27:45+01:00 woops - - - - - 1 changed file: - pypy/objspace/std/unicodeobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/00

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/vmprof-aarch64

2021-03-02 Thread Maciej Fijalkowski
Maciej Fijalkowski deleted branch branch/vmprof-aarch64 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-co

[pypy-commit] [Git][pypy/pypy][branch/py3.7] re-do 444773826a28 which got lost in a merge

2021-03-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: c907a74e by Carl Friedrich Bolz-Tereick at 2021-03-02T13:10:56+01:00 re-do 444773826a28 which got lost in a merge --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/objspace/std/bytesobject.py View it o

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: Start a new branch to get support for vmprof on aarch64

2021-03-02 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c4cf8ba6 by Maciej Fijalkowski at 2021-02-23T11:55:19+00:00 Start a new branch to get support for vmprof on aarch64 --HG-- branch : vmprof-aarch64 - - - - - 3f8b27b0 by Maciej Fijalkowski at 2021-02-23T12:20:02+00:00 actually e

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] cleaning up

2021-03-02 Thread muke 101
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 2e41b2a5 by muke101 at 2021-03-01T20:40:50+00:00 cleaning up --HG-- branch : llvm-jit-backend-experimental - - - - - 2 changed files: - rpython/jit/backend/llvm/llvm_parse_ops.py - rpython/jit/backend/ll

[pypy-commit] [Git][pypy/pypy][branch/default] document branch

2021-03-02 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 451be290 by Matti Picus at 2021-03-02T07:25:29+02:00 document branch - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/451be2900d7f8bdc4e24885bfd1723b6

[pypy-commit] [Git][pypy/pypy][branch/default] fast path for unicode.upper/lower for ascii

2021-03-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 755189fb by Carl Friedrich Bolz-Tereick at 2021-03-02T13:23:40+01:00 fast path for unicode.upper/lower for ascii - - - - - 2 changed files: - pypy/objspace/std/test/test_unicodeobject.py - pypy/objspace/std/

[pypy-commit] [Git][pypy/pypy][branch/default] 8 commits: Start a new branch to get support for vmprof on aarch64

2021-03-02 Thread Maciej Fijalkowski
Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: c4cf8ba6 by Maciej Fijalkowski at 2021-02-23T11:55:19+00:00 Start a new branch to get support for vmprof on aarch64 --HG-- branch : vmprof-aarch64 - - - - - 3f8b27b0 by Maciej Fijalkowski at 2021-02-23T12:20:02+00:00 a

[pypy-commit] [Git][pypy/pypy][branch/default] make init_flags a init_function

2021-03-02 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5bd4267b by Matti Picus at 2021-03-02T11:59:50+02:00 make init_flags a init_function - - - - - 1 changed file: - pypy/module/cpyext/api.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/5bd4267b95176d9fd