Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 164c7be7 | 2023-09-01 18:48:06 | Update to Python 3.10.13 Avoid treating unencrypted data as post-handshake encrypted data in ssl.SSLSocket: https://www.python.org/downloads/release/python-31013/ | ||
| 5b132f40 | 2023-06-19 19:46:28 | Update to Python 3.10.12 https://docs.python.org/release/3.10.12/whatsnew/changelog.html#python-3-10-12-final Add USE_NOBTCFI=Yes to Makefile.inc ok sthen | ||
| 26a04435 | 2023-04-24 11:15:43 | Python 3.10: improve hashopenssl patches This way Python will pick up the new hashes (truncated sha2, sha3) once they will be enabled in the next libcrypto bump. Also make the CHANGES.OpenBSD entry a bit more generic so it doesn't need constant tweaking. | ||
| 68ecb4cf | 2023-04-12 19:45:09 | https://docs.python.org/release/3.10.11/whatsnew/changelog.html#python-3-10-11-final Update to Python 3.10.11 tweak and ok sthen | ||
| 786cc6bb | 2023-03-18 08:05:05 | 7.2-stable received an update to python 3.9.16 so the @conflict in -current's python 3.10 needs to be adjusted (/usr/local/bin/python3 symlink and friends moved from 3.9 to 3.10 because the default version was changed). update problem found by and diff ok with landry@ | ||
| 3bbaeab6 | 2023-02-27 15:09:01 | https://docs.python.org/release/3.10.10/whatsnew/changelog.html#python-3-10-10-final A number of fixes. None labelled as security. ok tb | ||
| a2fda934 | 2022-12-16 17:03:28 | Update to Python 3.10.9 https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-9-final Tweaks from sthen and tb ok sthen@ | ||
| 411459a2 | 2022-12-06 15:55:58 | Python: set COMPILER_LANGS = c. The Pythons are no longer compiled with --with-libcxx-main, so they no longer need to link against a C++ runtime. help/ok sthen, ok kmos | ||
| fd403c63 | 2022-11-26 20:04:23 | fix -tests package spec, should not conflict with py27 | ||
| 80fda491 | 2022-11-13 15:26:02 | switch MODPY_DEFAULT_VERSION_3 to 3.10 |