|
| 1 | +.. date: 2024-10-07-14-13-38 |
| 2 | +.. gh-issue: 125041 |
| 3 | +.. nonce: PKLWDf |
| 4 | +.. release date: 2024-12-03 |
| 5 | +.. section: Tests |
| 6 | +
|
| 7 | +Re-enable skipped tests for :mod:`zlib` on the s390x architecture: only skip |
| 8 | +checks of the compressed bytes, which can be different between zlib's |
| 9 | +software implementation and the hardware-accelerated implementation. |
| 10 | + |
| 11 | +.. |
| 12 | +
|
| 13 | +.. date: 2023-09-14-22-58-47 |
| 14 | +.. gh-issue: 109396 |
| 15 | +.. nonce: J1a4jR |
| 16 | +.. section: Tests |
| 17 | +
|
| 18 | +Fix ``test_socket.test_hmac_sha1()`` in FIPS mode. Use a longer key: FIPS |
| 19 | +mode requires at least of at least 112 bits. The previous key was only 32 |
| 20 | +bits. Patch by Victor Stinner. |
| 21 | + |
| 22 | +.. |
| 23 | +
|
| 24 | +.. date: 2022-12-23-13-29-55 |
| 25 | +.. gh-issue: 100454 |
| 26 | +.. nonce: 3no0cW |
| 27 | +.. section: Tests |
| 28 | +
|
| 29 | +Fix SSL tests CI for OpenSSL 3.1+ |
| 30 | + |
| 31 | +.. |
| 32 | +
|
| 33 | +.. date: 2024-11-13-11-09-12 |
| 34 | +.. gh-issue: 126623 |
| 35 | +.. nonce: TO7NnR |
| 36 | +.. section: Security |
| 37 | +
|
| 38 | +Upgrade libexpat to 2.6.4 |
| 39 | + |
| 40 | +.. |
| 41 | +
|
| 42 | +.. date: 2024-08-07-10-42-13 |
| 43 | +.. gh-issue: 122792 |
| 44 | +.. nonce: oiTMo9 |
| 45 | +.. section: Security |
| 46 | +
|
| 47 | +Changed IPv4-mapped ``ipaddress.IPv6Address`` to consistently use the mapped |
| 48 | +IPv4 address value for deciding properties. Properties which have their |
| 49 | +behavior fixed are ``is_multicast``, ``is_reserved``, ``is_link_local``, |
| 50 | +``is_global``, and ``is_unspecified``. |
| 51 | + |
| 52 | +.. |
| 53 | +
|
| 54 | +.. date: 2024-09-28-02-03-04 |
| 55 | +.. gh-issue: 124651 |
| 56 | +.. nonce: bLBGtH |
| 57 | +.. section: Library |
| 58 | +
|
| 59 | +Properly quote template strings in :mod:`venv` activation scripts. |
| 60 | + |
| 61 | +.. |
| 62 | +
|
| 63 | +.. date: 2023-04-26-09-54-25 |
| 64 | +.. gh-issue: 103848 |
| 65 | +.. nonce: aDSnpR |
| 66 | +.. section: Library |
| 67 | +
|
| 68 | +Add checks to ensure that ``[`` bracketed ``]`` hosts found by |
| 69 | +:func:`urllib.parse.urlsplit` are of IPv6 or IPvFuture format. |
| 70 | + |
| 71 | +.. |
| 72 | +
|
| 73 | +.. date: 2022-08-12-01-12-52 |
| 74 | +.. gh-issue: 95588 |
| 75 | +.. nonce: PA0FI7 |
| 76 | +.. section: Documentation |
| 77 | +
|
| 78 | +Clarified the conflicting advice given in the :mod:`ast` documentation about |
| 79 | +:func:`ast.literal_eval` being "safe" for use on untrusted input while at |
| 80 | +the same time warning that it can crash the process. The latter statement is |
| 81 | +true and is deemed unfixable without a large amount of work unsuitable for a |
| 82 | +bugfix. So we keep the warning and no longer claim that ``literal_eval`` is |
| 83 | +safe. |
0 commit comments