[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/unipycation-termcopy-in-uni

2022-01-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed new branch 
branch/unipycation-termcopy-in-uni at PyPy / pypy

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/tree/branch/unipycation-termcopy-in-uni
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/unipycation

2022-01-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed new branch branch/unipycation at PyPy / pypy

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/tree/branch/unipycation
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/shared

2022-01-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed new branch branch/shared at PyPy / pypy

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/shared
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default

2022-01-22 Thread Stefano Rivera (@stefanor)


Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy


Commits:
1bb775cd by Stefano Rivera at 2022-01-22T12:21:28-04:00
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default

--HG--
branch : py2.7-openssl3

- - - - -


3 changed files:

- lib_pypy/_cffi_ssl/_cffi_src/openssl/cryptography.py
- lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1bb775cdc266d9f6f147023a04814deabdd5285a

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1bb775cdc266d9f6f147023a04814deabdd5285a
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: update release note and list of contributors/LICENSE

2022-01-22 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
81d5ca89 by Matti Picus at 2022-01-22T18:44:34+02:00
update release note and list of contributors/LICENSE

- - - - -
47790c64 by Matti Picus at 2022-01-22T18:46:31+02:00
update default verison to 7.3.9

- - - - -


7 changed files:

- LICENSE
- pypy/doc/conf.py
- pypy/doc/contributor.rst
- pypy/doc/index-of-release-notes.rst
- pypy/doc/release-v7.3.8.rst
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/sys/version.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/69c8bfb59719e375199aa54c83e062c40b9699ba...47790c64affde3544b379bcc51c24b33a09171a3

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/69c8bfb59719e375199aa54c83e062c40b9699ba...47790c64affde3544b379bcc51c24b33a09171a3
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py2.7-openssl3] 2 commits: Skip tests requiring TLS 1.2 under OpenSSL 3

2022-01-22 Thread Stefano Rivera (@stefanor)


Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy


Commits:
b350099e by Stefano Rivera at 2022-01-22T12:31:26-04:00
Skip tests requiring TLS 1.2 under OpenSSL 3

We could parse for SECLEVEL in openssl.conf, but just skipping them is much 
simpler.

--HG--
branch : py2.7-openssl3

- - - - -
28636b5e by Stefano Rivera at 2022-01-22T12:46:59-04:00
bpo-43920: Make load_verify_locations(cadata) error message consistent 
(GH-25554)

--HG--
branch : py2.7-openssl3

- - - - -


2 changed files:

- lib-python/2.7/test/test_ssl.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1bb775cdc266d9f6f147023a04814deabdd5285a...28636b5ea2c81d1a5b98e58801697c6bd0a0328f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1bb775cdc266d9f6f147023a04814deabdd5285a...28636b5ea2c81d1a5b98e58801697c6bd0a0328f
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix merge

2022-01-22 Thread Matti Picus (@mattip)


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


Commits:
f425d6fe by Matti Picus at 2022-01-23T09:45:26+02:00
fix merge

--HG--
branch : py3.7

- - - - -


1 changed file:

- lib_pypy/pypy_tools/build_cffi_imports.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/f425d6fe4fde68ffefdc035af6820644df6782e6

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/f425d6fe4fde68ffefdc035af6820644df6782e6
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit