[pypy-commit] [Git][pypy/pypy][branch/py3.7] add missing dwShareMode argument (how does it work without this?)

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a57597c4 by Matti Picus at 2021-01-04T09:41:20+02:00 add missing dwShareMode argument (how does it work without this?) --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_io/interp_win32consoleio.py View it on G

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: add str2constcharp for tests

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 023bd2db by Matti Picus at 2021-01-04T08:43:41+02:00 add str2constcharp for tests - - - - - 442ee653 by Matti Picus at 2021-01-04T08:56:45+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 60b3ac6a by Matti Picus

[pypy-commit] [Git][pypy/pypy][branch/default] add str2constcharp for tests

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 023bd2db by Matti Picus at 2021-01-04T08:43:41+02:00 add str2constcharp for tests - - - - - 2 changed files: - pypy/module/cpyext/test/test_pystrtod.py - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://fos

[pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] fix interaction of positional only arguments and **kwargs

2021-01-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 6064a08c by Carl Friedrich Bolz-Tereick at 2021-01-04T08:13:54+01:00 fix interaction of positional only arguments and **kwargs --HG-- branch : py3.8-with-3.7-stdlib - - - - - 4 changed files:

[pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] 2 commits: implement positional-only arguments

2021-01-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 17d8ccca by Carl Friedrich Bolz-Tereick at 2021-01-03T22:33:57+01:00 implement positional-only arguments --HG-- branch : py3.8-with-3.7-stdlib - - - - - 8d6e98b8 by Carl Friedrich Bolz-Tereick a

[pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] fix a bug in the new fstring-debugging code

2021-01-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 085b19d3 by Carl Friedrich Bolz-Tereick at 2021-01-04T06:56:33+01:00 fix a bug in the new fstring-debugging code --HG-- branch : py3.8-with-3.7-stdlib - - - - - 2 changed files: - pypy/interp

[pypy-commit] [Git][pypy/pypy][branch/py3.7] test, fix for tightening overflow values in PyLong_As* functions for win64

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: dced3f63 by Matti Picus at 2021-01-04T00:44:38+02:00 test, fix for tightening overflow values in PyLong_As* functions for win64 --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/cpyext/longobject.py - pypy/modul

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: re-enable win32consoleio

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1902436d by Matti Picus at 2020-12-31T19:03:16+02:00 re-enable win32consoleio --HG-- branch : win32consoleio2 - - - - - 420d87d2 by Matti Picus at 2021-01-01T12:06:43+02:00 merge py3.7 into branch --HG-- branch : win32consolei

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/win32consoleio2

2021-01-03 Thread Matti Picus
Matti Picus deleted branch branch/win32consoleio2 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.7] 5 commits: trivial test fixes, backport Py_NAN fix

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 84ef34d2 by Matti Picus at 2020-12-31T08:47:04+02:00 trivial test fixes, backport Py_NAN fix - - - - - 5263476f by Matti Picus at 2021-01-01T12:09:47+02:00 happy new year - - - - - 72f16d17 by Matti Picus at 2021-01-02T22:36:23

[pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] 14 commits: start with the walrus operator: tokenizing works! (twitch streaming, yay)

2021-01-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: b29a8b6e by Carl Friedrich Bolz-Tereick at 2020-12-30T19:21:04+01:00 start with the walrus operator: tokenizing works! (twitch streaming, yay) --HG-- branch : some-3.8-features - - - - - 71e9deb

[pypy-commit] [Git][pypy/pypy][branch/default] test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375)

2021-01-03 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 87487450 by Matti Picus at 2021-01-03T15:48:29+02:00 test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375) also fix "const char *" in dg_strtod - - - - - 4 changed files: - pypy/module/_pypyjson/interp

[pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] document merged branches

2021-01-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 7dc1268d by Carl Friedrich Bolz-Tereick at 2021-01-03T14:11:25+01:00 document merged branches --HG-- branch : py3.8-with-3.7-stdlib - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst Vi

[pypy-commit] [Git][pypy/pypy][branch/py3.8-with-3.7-stdlib] 17 commits: pytokenize: Support lexing of TYPE_COMMENTS

2021-01-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy Commits: 701caa83 by isidentical at 2021-01-01T14:05:37+03:00 pytokenize: Support lexing of TYPE_COMMENTS --HG-- branch : some-other-38-features - - - - - 231288e7 by isidentical at 2021-01-01T14:06:31+0

[pypy-commit] [Git][pypy/pypy][branch/some-other-38-features] pyparser: Orderless sorting

2021-01-03 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/some-other-38-features at PyPy / pypy Commits: 2ef2f928 by isidentical at 2021-01-03T15:26:19+03:00 pyparser: Orderless sorting --HG-- branch : some-other-38-features - - - - - 1 changed file: - pypy/interpreter/pyparser/pyparse.py View it on GitLa