[pypy-commit] [Git][pypy/pypy][branch/py3.7] implement _socket.close(fd)

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: dd31f1de by Carl Friedrich Bolz-Tereick at 2020-03-17T23:42:50+01:00 implement _socket.close(fd) --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/mod

[pypy-commit] [Git][pypy/pypy][branch/py3.7] implement socket.getblocking

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 732c by Carl Friedrich Bolz-Tereick at 2020-03-17T23:28:05+01:00 implement socket.getblocking --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/_socket/interp_socket.py - pypy/module/_socket/te

[pypy-commit] [Git][pypy/pypy][branch/record-known-result] Backed out changeset 65dfc22b4c9f

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/record-known-result at PyPy / pypy Commits: d20ca834 by Carl Friedrich Bolz-Tereick at 2020-03-17T23:27:46+01:00 Backed out changeset 65dfc22b4c9f nonsense, nonsense --HG-- branch : record-known-result - - - - - 2 changed files: - pypy/mo

[pypy-commit] [Git][pypy/pypy][branch/record-known-result] 137 commits: (antocuni, arigo): add a passing test which we needed to convince ourselves that…

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/record-known-result at PyPy / pypy Commits: 9d641148 by Antonio Cuni at 2019-11-18T15:27:18+01:00 (antocuni, arigo): add a passing test which we needed to convince ourselves that you can raise exceptions from within llhelper()ed functions --H

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/leysin-sprint-report] Remove trailing _ at end of rust-cpython target definition.

2020-03-17 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/leysin-sprint-report at PyPy / extradoc Commits: 71ce0d16 by Simon Cross at 2020-03-17T23:24:59+02:00 Remove trailing _ at end of rust-cpython target definition. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-03-15-leysin-spr

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/leysin-sprint-report] Fix list of projects, add short description of HPy, and clarify joke at the end.

2020-03-17 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/leysin-sprint-report at PyPy / extradoc Commits: 2bcaa2b3 by Simon Cross at 2020-03-17T23:08:19+02:00 Fix list of projects, add short description of HPy, and clarify joke at the end. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: Upgrade to pycparser 2.20 and regenerate lextab/yacctab

2020-03-17 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: dcd47727 by Armin Rigo at 2020-03-07T15:31:50+00:00 Upgrade to pycparser 2.20 and regenerate lextab/yacctab - - - - - 6fa29594 by Manuel Jacob at 2020-03-07T18:00:36+01:00 Add failing test for _io.BufferedReader under RevDB. - -

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/nested-scopes-jit

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick deleted branch branch/nested-scopes-jit 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/listinf

[pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: a branch to try to help the jit reason about nested scopes better, Cells in

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 48fd242b by Carl Friedrich Bolz-Tereick at 2020-03-08T12:18:16+01:00 a branch to try to help the jit reason about nested scopes better, Cells in particular --HG-- branch : nested-scopes-jit - - - - - fe216fc2 by

[pypy-commit] [Git][pypy/pypy][branch/default] fix test_whatsnew (no need to document the branch, nothing relevant to whatsnew)

2020-03-17 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/default at PyPy / pypy Commits: ed9633e2 by Antonio Cuni at 2020-03-17T14:41:05+01:00 fix test_whatsnew (no need to document the branch, nothing relevant to whatsnew) - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss

[pypy-commit] [Git][pypy/pypy][branch/nested-scopes-jit] 3 commits: make the cells optimization also work for non-arguments, as long as the

2020-03-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/nested-scopes-jit at PyPy / pypy Commits: 0a92bf79 by Carl Friedrich Bolz-Tereick at 2020-03-16T18:11:07+01:00 make the cells optimization also work for non-arguments, as long as the variable is only written to once --HG-- branch : nested-scop

[pypy-commit] [Git][pypy/pypy][branch/win32-cppyy] 4 commits: use msvc14 for building by default on win32, even for python2.7

2020-03-17 Thread Matti Picus
Matti Picus pushed to branch branch/win32-cppyy at PyPy / pypy Commits: 4553e28a by Matti Picus at 2020-03-17T08:38:13+02:00 use msvc14 for building by default on win32, even for python2.7 --HG-- branch : win32-cppyy - - - - - d7c285d9 by Matti Picus at 2020-03-17T08:42:31+02:00 redefining "inl