cpython/Misc/NEWS.d/next
Jérôme Duval 65fcaa38ad
gh-84808: socket.connect_ex: Handle negative errno (GH-122304)
POSIX allows errno to be negative.
Even though all currently supported platforms have non-negative errno,
relying on a quirk like that would make Python less portable.
2024-09-09 14:59:13 +00:00
..
Build gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685) 2024-09-04 17:42:58 -05:00
C API gh-121313: multiprocessing: simplify by increasing the connection buffer size to 64KiB (GH-123559) 2024-09-02 20:32:38 -07:00
C_API gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474) 2024-09-05 14:14:05 +02:00
Core and Builtins gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (#123323) 2024-09-04 17:21:30 +02:00
Core_and_Builtins gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) 2024-09-06 21:28:29 +02:00
Documentation gh-117765: Improve documentation for `mocker.patch.dict` (#121755) 2024-07-15 07:14:17 +00:00
IDLE gh-120104: IDLE: Fix padding in config and search dialogs (#120107) 2024-08-06 12:45:53 -04:00
Library gh-84808: socket.connect_ex: Handle negative errno (GH-122304) 2024-09-09 14:59:13 +00:00
Security gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) 2024-09-07 11:05:58 -07:00
Tests gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572) 2024-09-02 13:24:53 +00:00
Tools-Demos gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) 2024-09-04 13:16:53 -05:00
Windows gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478) 2024-09-05 22:59:48 +02:00
macOS gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684) 2024-09-05 14:29:36 +02:00