[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: indentation

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 62cc669d by Matti Picus at 2021-11-21T10:08:18+02:00 indentation --HG-- branch : py3.7 - - - - - 067b4feb by Matti Picus at 2021-11-21T10:13:40+02:00 dead code, bpo-35883: glibc mbstowcs() can return values above 0x10 CPyt

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: fix target on default

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 425f36fb by Carl Friedrich Bolz-Tereick at 2021-11-18T12:28:49+01:00 fix target on default - - - - - a318be9d by Carl Friedrich Bolz-Tereick at 2021-11-20T17:12:55+01:00 switch to using the 3.2 db as the base one. reasoning: all

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 10 commits: fix target on default

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 425f36fb by Carl Friedrich Bolz-Tereick at 2021-11-18T12:28:49+01:00 fix target on default - - - - - a318be9d by Carl Friedrich Bolz-Tereick at 2021-11-20T17:12:55+01:00 switch to using the 3.2 db as the base one. reasoning: all

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix error message

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: e40ca172 by Carl Friedrich Bolz-Tereick at 2021-11-20T20:07:56+01:00 fix error message --HG-- branch : py3.9 - - - - - 6ddd5924 by Carl Friedrich Bolz-Tereick at 2021-11-20T21:06:39+01:00 regenerate keywordlist

[pypy-commit] [Git][pypy/pypy][branch/py3.8] the unsigned short unwrapped raises ValueError on negative numbers since 3.8

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: f9f5b0e3 by Carl Friedrich Bolz-Tereick at 2021-11-21T13:55:38+01:00 the unsigned short unwrapped raises ValueError on negative numbers since 3.8 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interp

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: some fixes

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 2c20b26d by Carl Friedrich Bolz-Tereick at 2021-11-21T13:31:33+01:00 some fixes --HG-- branch : py3.9 - - - - - a4325da3 by Carl Friedrich Bolz-Tereick at 2021-11-21T13:33:28+01:00 for this test we already give

[pypy-commit] [Git][pypy/pypy][branch/py3.9] make error messages follow cpython

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 803b22ca by Carl Friedrich Bolz-Tereick at 2021-11-21T14:07:22+01:00 make error messages follow cpython --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/pyexpat/interp_pyexpat.py - + pypy/module

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: two missing collects

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 3363ae77 by Carl Friedrich Bolz-Tereick at 2021-11-20T12:56:29+01:00 two missing collects --HG-- branch : py3.8 - - - - - e9fbd46b by Carl Friedrich Bolz-Tereick at 2021-11-21T14:07:22+01:00 make error messages

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: two missing collects

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 3363ae77 by Carl Friedrich Bolz-Tereick at 2021-11-20T12:56:29+01:00 two missing collects --HG-- branch : py3.8 - - - - - e9fbd46b by Carl Friedrich Bolz-Tereick at 2021-11-21T14:07:22+01:00 make error messages

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: skip the third variant of this test, it's safe on pypy

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: f8ce7721 by Carl Friedrich Bolz-Tereick at 2021-11-21T14:16:33+01:00 skip the third variant of this test, it's safe on pypy --HG-- branch : py3.8 - - - - - a53a52e2 by Carl Friedrich Bolz-Tereick at 2021-11-21T1

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix translation

2021-11-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: e28e4614 by Carl Friedrich Bolz-Tereick at 2021-11-21T15:45:38+01:00 fix translation --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/objspace/std/dictmultiobject.py View it on Heptapod: https://foss

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pycontextvars

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/pycontextvars at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/pycontextvars You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mail

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: add a failing test copied from cython

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: cba0085b by Matti Picus at 2021-11-21T17:58:32+02:00 add a failing test copied from cython --HG-- branch : pycontextvars - - - - - af6f4620 by Matti Picus at 2021-11-21T20:05:12+02:00 move files to contextvars, catch LookupErro

[pypy-commit] [Git][pypy/pypy][branch/pycontextvars] move files to contextvars, catch LookupError

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/pycontextvars at PyPy / pypy Commits: af6f4620 by Matti Picus at 2021-11-21T20:05:12+02:00 move files to contextvars, catch LookupError --HG-- branch : pycontextvars - - - - - 3 changed files: - pypy/module/cpyext/context.py → pypy/module/cpyext/contextv

[pypy-commit] [Git][pypy/pypy][branch/default] fix for windows

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 581e713d by Matti Picus at 2021-11-22T08:49:30+02:00 fix for windows - - - - - 1 changed file: - rpython/rlib/rfloat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/581e713d2c058dfa58506d5f1a630a8bec