[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 5 commits: Fix handling escape characters in HZ codec (bpo-30003)

2020-10-02 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 64ab68e9 by Ronan Lamy at 2019-10-16T17:57:57+01:00 Fix handling escape characters in HZ codec (bpo-30003) --HG-- branch : stdlib-2.7.18-3 - - - - - a9fb5988 by Stefano Rivera at 2020-10-02T22:06:02-07:00 Handle NU

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: Update _testcapimodule to 2.7.18

2020-10-02 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 5374494e by Stefano Rivera at 2020-10-02T17:40:25-07:00 Update _testcapimodule to 2.7.18 Skip test_long_as_unsigned_long_long_mask as it currently segfaults --HG-- branch : stdlib-2.7.18-3 - - - - - 8a37c310 by Ro

[pypy-commit] [Git][pypy/pypy][branch/hpy] implement W_wrap_ternaryfunc: test_nb_ops_power passes

2020-10-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 8eaf2342 by Antonio Cuni at 2020-10-03T03:07:25+02:00 implement W_wrap_ternaryfunc: test_nb_ops_power passes --HG-- branch : hpy - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: http

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: bpo-38535: Fix positions for AST nodes for calls without arguments in decorators

2020-10-02 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: d45eb67d by Stefano Rivera at 2020-10-02T13:06:56-07:00 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators --HG-- branch : stdlib-2.7.18-3 - - - - - eef497d7 by Stefano Rivera at 2015-

[pypy-commit] [Git][pypy/pypy][branch/hpy] 4 commits: Refactor interp_slots.py

2020-10-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 54c265b9 by Antonio Cuni at 2020-10-03T00:22:08+02:00 Refactor interp_slots.py The autogen approach works for simple cases, but it quickly shows its limit for more complex ones. The problem is that even in CPython the corresponda

[pypy-commit] [Git][pypy/pypy][branch/rpython-never-allocate] improve the test to check that if we constant-fold the MyClass malloc(), everything works

2020-10-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/rpython-never-allocate at PyPy / pypy Commits: aba70973 by Antonio Cuni at 2020-10-02T23:53:14+02:00 improve the test to check that if we constant-fold the MyClass malloc(), everything works --HG-- branch : rpython-never-allocate - - - - - 1 changed fil

[pypy-commit] [Git][pypy/pypy][branch/hpy] make it possible to call handles.using() with multiple objects, and use it to...

2020-10-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: beddbe69 by Antonio Cuni at 2020-10-02T18:08:36+02:00 make it possible to call handles.using() with multiple objects, and use it to simplify a piece of code --HG-- branch : hpy - - - - - 3 changed files: - pypy/module/_hpy_u

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/rpy-cparser

2020-10-02 Thread Ronan Lamy
Ronan Lamy pushed new branch branch/rpy-cparser at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/rpy-cparser You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing l

[pypy-commit] [Git][pypy/pypy][branch/hpy] test_nb_ops_binary passes

2020-10-02 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 4c6bdc31 by Antonio Cuni at 2020-10-01T11:04:51+02:00 test_nb_ops_binary passes --HG-- branch : hpy - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/rpython-never-allocate

2020-10-02 Thread Antonio Cuni
Antonio Cuni pushed new branch branch/rpython-never-allocate at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/rpython-never-allocate You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 6 commits: rposix: implement sendfile on darwin (and freebsd?)

2020-10-02 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 8333e438 by Dan Villiom Podlaski Christiansen at 2020-09-23T23:48:00+02:00 rposix: implement sendfile on darwin (and freebsd?) This is not available in CPython 2.7 whether from the OS or MacPorts, so I've applied this against th

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 12 commits: Replace another python call. Debian removed the /usr/bin/python binary

2020-10-02 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: bb007914 by Stefano Rivera at 2020-09-26T21:13:09-07:00 Replace another python call. Debian removed the /usr/bin/python binary - - - - - 71d608cb by Armin Rigo at 2020-09-28T13:42:11+02:00 issue3312: some limited support for lon

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: rposix: implement sendfile on darwin (and freebsd?)

2020-10-02 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8333e438 by Dan Villiom Podlaski Christiansen at 2020-09-23T23:48:00+02:00 rposix: implement sendfile on darwin (and freebsd?) This is not available in CPython 2.7 whether from the OS or MacPorts, so I've applied this against

[pypy-commit] [Git][pypy/pypy][branch/testsuite-fixes] test_recompiler: restrict XFAIL to running under PyPy

2020-10-02 Thread Dan Villiom Podlaski Christiansen
Dan Villiom Podlaski Christiansen pushed to branch branch/testsuite-fixes at PyPy / pypy Commits: a7a0d5c5 by Dan Villiom Podlaski Christiansen at 2020-10-02T11:44:25+02:00 test_recompiler: restrict XFAIL to running under PyPy --HG-- branch : testsuite-fixes - - - - - 1 changed file: - py