Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
6278f162 by Carl Friedrich Bolz-Tereick at 2022-02-06T20:22:47+01:00
fix offset computation of non-ascii SyntaxError
(remove usage of rpython unicode in the process (!))
--HG--
branch : py3.9
- - - - -
3 chan
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
890a2a54 by Carl Friedrich Bolz-Tereick at 2022-02-07T12:18:47+01:00
issue #3665: fix oddity in class docstring line numbers
--HG--
branch : py3.9
- - - - -
8f8a1c4c by Carl Friedrich Bolz-Tereick at 2022-02-07T
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00
mention the **kwargs speed regression
- - - - -
7b9c109f by Carl Friedrich Bolz-Tereick at 2022-02-07T20:42:38+01:00
#3667: improve x << y wh
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00
mention the **kwargs speed regression
- - - - -
d87a6130 by Matti Picus at 2022-02-04T09:44:51+02:00
update release note
- - - - -
4d4fd571 by
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
33f3dfc9 by Matti Picus at 2022-02-07T23:34:16+02:00
clean up some char * -> const char *
- - - - -
1bfd5d20 by Matti Picus at 2022-02-07T17:08:55+02:00
flags are int, not long
- - - - -
4 changed files:
- pypy/module/cpye
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
537f60da by Matti Picus at 2022-02-07T23:41:53+02:00
fix translation
- - - - -
1 changed file:
- rpython/rlib/_rsocket_rffi.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/537f60da6a2f57d4a46d4835edf
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
33f3dfc9 by Matti Picus at 2022-02-07T23:34:16+02:00
clean up some char * -> const char *
- - - - -
1bfd5d20 by Matti Picus at 2022-02-07T17:08:55+02:00
flags are int, not long
- - - - -
537f60da by Matti Picus at 2022-02-07T23
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
d5ea9f08 by Matti Picus at 2022-02-08T07:48:59+02:00
do not redefine PY_UINT32_T when using cpyext and rpython
- - - - -
8abf749a by Matti Picus at 2022-02-08T07:49:28+02:00
test, fix pyexpat error msg conversion
- - - - -