[pypy-commit] [Git][pypy/pypy][branch/py3.7] 22 commits: Reduce diff with py3.6

Matti Picus foss at heptapod.net
Sun May 24 11:01:21 EDT 2020



Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
2e0e0f47 by Ronan Lamy at 2020-05-13T18:10:39Z
Reduce diff with py3.6

- - - - -
dd3eb33f by Ronan Lamy at 2020-05-13T18:13:11Z
reduce diff with default

--HG--
branch : py3.6

- - - - -
f602904e by Matti Picus at 2020-05-16T19:47:35Z
backport CPython 3.6.9 test diffs

--HG--
branch : ssl

- - - - -
7fd2b1dc by Matti Picus at 2020-05-16T19:59:19Z
close branch to be merged

--HG--
branch : ssl

- - - - -
b0474d19 by Matti Picus at 2020-05-16T20:00:00Z
merge branch that fixes failing ssl tests

- - - - -
891a6468 by Matti Picus at 2020-05-17T06:40:59Z
fix translation for no fdlistdir (windows)

--HG--
branch : py3.6

- - - - -
abe63d32 by Matti Picus at 2020-05-17T12:10:17Z
redo f050dc89542b differently

--HG--
branch : py3.6

- - - - -
c16b8810 by Matti Picus at 2020-05-17T19:48:29Z
remove redundant code, handle PHA

--HG--
branch : py3.6

- - - - -
878b41e2 by Matti Picus at 2020-05-17T19:56:04Z
remove debug cruft

--HG--
branch : py3.6

- - - - -
3ceb94e5 by Michał Górny at 2020-05-19T16:10:27Z
implement socket.sethostname()

Implement missing socket.sethostname() function as discussed in issue
#3198.

- - - - -
1f5925b6 by Matti Picus at 2020-05-19T16:11:37Z
we use vs2017+ to compile pypy win32, backport msvc distutils from CPython

--HG--
branch : py3.6

- - - - -
c69c1956 by Matti Picus at 2020-05-19T16:13:37Z
merge ssl PHA handling

--HG--
branch : py3.6

- - - - -
c16d8a3d by Ronan Lamy at 2020-05-19T18:58:17Z
Try to fix translation on Windows

--HG--
branch : py3.6

- - - - -
7b826e1a by Carl Friedrich Bolz-Tereick at 2020-05-20T11:49:37Z
in py3 the oldcrc argument of binascii.crc_hqx is an unsigned int

--HG--
branch : py3.6

- - - - -
f5e1480f by Matti Picus at 2020-05-21T09:10:56Z
backport "bpo-35519: Rename test.bisect to test.bisect_cmd" from CPython 3.7

--HG--
branch : py3.6

- - - - -
49ebf2d1 by Carl Friedrich Bolz-Tereick at 2020-05-21T10:31:07Z
different attempt to mimic CPython's behavior in binascii.crc_hqx

--HG--
branch : py3.6

- - - - -
50e853d3 by Matti Picus at 2020-05-21T22:10:40Z
handle case where path.as_unicode is None on win32

--HG--
branch : py3.6

- - - - -
9df895ef by Matti Picus at 2020-05-21T18:39:32Z
char* -> const char *, issue 3232

--HG--
branch : py3.6

- - - - -
e3ee2bbf by Matti Picus at 2020-05-22T07:51:12Z
test, fix for listdir('') and listdir(b'')

--HG--
branch : py3.6

- - - - -
b9247c5d by Matti Picus at 2020-05-22T08:48:58Z
merge default into branch

--HG--
branch : py3.6

- - - - -
053c1f8d by Matti Picus at 2020-05-22T08:51:04Z
merge py3.6

--HG--
branch : py3.7

- - - - -
872def77 by Matti Picus at 2020-05-24T14:53:47Z
resync test_ssl with 3.7.4, start to make compatible

--HG--
branch : py3.7

- - - - -


23 changed files:

- lib-python/3/distutils/_msvccompiler.py
- lib-python/3/distutils/ccompiler.py
- lib-python/3/test/test_ssl.py
- lib_pypy/_cffi_ssl/README.md
- lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- lib_pypy/_cffi_ssl/_stdssl/error.py
- lib_pypy/_cffi_ssl/_stdssl/errorcodes.py
- pypy/doc/whatsnew-head.rst
- pypy/module/_rawffi/alt/test/test_funcptr.py
- pypy/module/_rawffi/alt/test/test_struct.py
- pypy/module/_rawffi/test/test__rawffi.py
- pypy/module/_socket/interp_func.py
- pypy/module/_socket/moduledef.py
- pypy/module/binascii/interp_hqx.py
- pypy/module/binascii/test/test_binascii.py
- pypy/module/cpyext/eval.py
- pypy/module/cpyext/pyerrors.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/rsocket.py
- rpython/rlib/test/test_rsocket.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/086650fe661a73b2f170672cb742636845b56bad...872def779af95c5771cf36851ad9b71f2c7b7b2c

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/086650fe661a73b2f170672cb742636845b56bad...872def779af95c5771cf36851ad9b71f2c7b7b2c
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/20200524/c6039f8d/attachment-0001.html>


More information about the pypy-commit mailing list