[pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: update setuptools.msvc vendored copy to find msvc 2019

Carl Friedrich Bolz-Tereick foss at heptapod.net
Wed Mar 18 13:48:08 EDT 2020


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
a82cf4e7 by Matti Picus at 2020-03-18T10:47:33+02:00
update setuptools.msvc vendored copy to find msvc 2019

- - - - -
1f53dbd6 by Matti Picus at 2020-03-18T13:43:40+02:00
prefer modern MSVC over visual 9 to build, even on python2

- - - - -
1a0ee381 by Matti Picus at 2020-03-18T14:22:29+02:00
flip if, else

- - - - -
3cfefc4f by Matti Picus at 2020-03-18T15:00:25+02:00
try a fix for ensurepip failing on win32

- - - - -
1cb72039 by Carl Friedrich Bolz-Tereick at 2020-03-18T13:20:05+01:00
add SOCK_NONBLOCK constant

- - - - -
fe3fc780 by Carl Friedrich Bolz-Tereick at 2020-03-18T14:11:42+01:00
fix translation

--HG--
branch : py3.6

- - - - -
eda5b91a by Carl Friedrich Bolz-Tereick at 2020-03-18T14:38:59+01:00
make sure that new constants aren't exposed

- - - - -
d7459650 by Matti Picus at 2020-03-18T16:41:20+02:00
back changeset ee95733490a9 and add comment

--HG--
branch : py3.6

- - - - -
12c154c9 by Matti Picus at 2020-03-18T17:22:00+02:00
fix for getslice(start, stop, step, size) -> getslice(start, step, size)

--HG--
branch : py3.6

- - - - -
aa691007 by Carl Friedrich Bolz-Tereick at 2020-03-18T17:16:06+01:00
merge default

--HG--
branch : py3.6

- - - - -
e5c5b5fb by Carl Friedrich Bolz-Tereick at 2020-03-18T17:20:21+01:00
erge py3.6

--HG--
branch : py3.7

- - - - -
aeec4448 by Carl Friedrich Bolz-Tereick at 2020-03-18T18:38:36+01:00
SOCK_NONBLOCK in rsocket

- - - - -
75a0240e by Carl Friedrich Bolz-Tereick at 2020-03-18T18:39:08+01:00
merge default

--HG--
branch : py3.7

- - - - -
6103f3c7 by Carl Friedrich Bolz-Tereick at 2020-03-18T18:44:31+01:00
SOCK_NONBLOCK in the socket module, mainly tests

--HG--
branch : py3.7

- - - - -


10 changed files:

- lib_pypy/_sysconfigdata.py
- pypy/interpreter/pyframe.py
- pypy/module/_cffi_backend/cbuffer.py
- pypy/module/_socket/moduledef.py
- pypy/module/_socket/test/test_sock_app.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/rsocket.py
- rpython/rlib/test/test_rsocket.py
- rpython/tool/setuptools_msvc.py
- rpython/translator/platform/windows.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6ade3b73ed410628c29751a5f6b184a33a179954...6103f3c76cf0e6788b271bdae7b50a41d87fe714

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/6ade3b73ed410628c29751a5f6b184a33a179954...6103f3c76cf0e6788b271bdae7b50a41d87fe714
You're receiving this email because of your account on foss.heptapod.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200318/755ca2b3/attachment-0001.html>


More information about the pypy-commit mailing list