cpython/Misc/NEWS.d/next
Pablo Galindo Salgado db2d8b6db1
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
2024-07-26 16:29:41 +00:00
..
Build gh-121996: Introduce --disable-safety and --enable-slower-safety options (#122054) 2024-07-23 09:22:04 +09:00
C API gh-121489: Export private _PyBytes_Join() again (#122267) 2024-07-25 17:31:30 +02:00
C_API gh-89364: Export PySignal_SetWakeupFd() function (#121537) 2024-07-10 15:47:08 +02:00
Core and Builtins gh-122300: Preserve AST nodes for format specifiers with single elements (#122308) 2024-07-26 16:29:41 +00:00
Core_and_Builtins gh-121999: Change default tarfile filter to 'data' (GH-122002) 2024-07-26 16:34:13 +02:00
Documentation gh-117765: Improve documentation for `mocker.patch.dict` (#121755) 2024-07-15 07:14:17 +00:00
IDLE gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876) 2024-07-17 09:33:33 -04:00
Library gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) 2024-07-25 08:45:19 +00:00
Security gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) 2024-07-22 13:04:08 +02:00
Tests gh-121921: Make bogus_code_obj.py crash the interpreter (#121922) 2024-07-18 04:02:08 -04:00
Tools-Demos
Windows gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) 2024-06-03 15:42:45 +01:00
macOS