Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
69c8bfb5 by Matti Picus at 2022-01-21T10:25:27+02:00
backport winreg test and change from python3
- - - - -
2 changed files:
- lib-python/2.7/test/test_winreg.py
- pypy/module/_winreg/interp_winreg.py
View it on Heptapod:
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
26a3d0da by Matti Picus at 2022-01-11T11:22:29+02:00
make test skip more cleanly
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/posix/test/test_posix2.py
View it on Heptapod:
https://foss.heptapod.net/pypy/
Matti Picus pushed new branch branch/py2.7-openssl3 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py2.7-openssl3
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit ma
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
56e381e4 by Stefano Rivera at 2022-01-21T17:28:46-04:00
Avoid forcing the use of TLS 1.0 in SSL Tests
OpenSSL 3 disables TLS 1.0 and 1.1 by default:
> The security strength of SHA1 and MD5 based signatures in TLS has
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
e1427212 by Stefano Rivera at 2022-01-21T18:35:53-04:00
Revert bpo-28182: Expose OpenSSL verification results (#3412)
This was a 3.7 feature, 2.7 didn't have it.
--HG--
branch : py2.7-openssl3
- - - - -
0e9a8e49 by
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
f91ebf2b by Stefano Rivera at 2022-01-21T18:45:24-04:00
Backport 'str' to Python 2.7 'unicode'
--HG--
branch : py2.7-openssl3
- - - - -
1 changed file:
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
View it on Heptap
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
6839acd9 by Stefano Rivera at 2022-01-21T19:07:23-04:00
Backport OSError to Python 2.7 IOError
--HG--
branch : py2.7-openssl3
- - - - -
1 changed file:
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
View it on Heptap
Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy
Commits:
f622a37e by Stefano Rivera at 2022-01-21T22:30:27-04:00
Remove PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER - these aren't exposed
in Python 2.7
--HG--
branch : py2.7-openssl3
- - - - -
1 changed file:
- lib_pypy