cpython/Misc/NEWS.d
Dan Shernicoff 398d7e1d13
gh-79413: Add qualname parameter to dataclass.make_dataclass. (GH-150026)
Added `qualname` parameter to `dataclasses.make_dataclass` in order to allow user to set `__qualname__` for the generated class.
2026-05-18 19:55:47 -04:00
..
next gh-79413: Add qualname parameter to dataclass.make_dataclass. (GH-150026) 2026-05-18 19:55:47 -04:00
3.5.0.rst
3.5.0a1.rst
3.5.0a2.rst
3.5.0a3.rst
3.5.0a4.rst
3.5.0b1.rst
3.5.0b2.rst
3.5.0b3.rst
3.5.0b4.rst
3.5.0rc1.rst
3.5.0rc2.rst
3.5.0rc3.rst
3.5.0rc4.rst
3.5.1.rst
3.5.1rc1.rst
3.5.2.rst
3.5.2rc1.rst
3.5.3.rst
3.5.3rc1.rst GH-121970: Extract `misc_news` into a new extension (#129577) 2025-02-02 16:17:02 +00:00
3.5.4.rst
3.5.4rc1.rst
3.5.5.rst
3.5.5rc1.rst
3.6.0.rst
3.6.0a1.rst
3.6.0a2.rst
3.6.0a3.rst
3.6.0a4.rst GH-121970: Extract `misc_news` into a new extension (#129577) 2025-02-02 16:17:02 +00:00
3.6.0b1.rst GH-121970: Extract `misc_news` into a new extension (#129577) 2025-02-02 16:17:02 +00:00
3.6.0b2.rst
3.6.0b3.rst
3.6.0b4.rst
3.6.0rc1.rst
3.6.0rc2.rst
3.6.1.rst
3.6.1rc1.rst
3.6.2.rst
3.6.2rc1.rst
3.6.2rc2.rst
3.6.3.rst
3.6.3rc1.rst
3.6.4.rst
3.6.4rc1.rst
3.6.5.rst
3.6.5rc1.rst
3.6.6.rst
3.6.6rc1.rst
3.7.0.rst
3.7.0a1.rst gh-140727: Restructure profiling documentation for PEP 799 (#142373) 2025-12-09 12:55:04 +00:00
3.7.0a2.rst
3.7.0a3.rst
3.7.0a4.rst gh-143513: Remove importlib.abc documentation for removed ABCs (#143605) 2026-01-22 14:00:37 -08:00
3.7.0b1.rst gh-143513: Remove importlib.abc documentation for removed ABCs (#143605) 2026-01-22 14:00:37 -08:00
3.7.0b2.rst
3.7.0b3.rst
3.7.0b4.rst gh-143513: Remove importlib.abc documentation for removed ABCs (#143605) 2026-01-22 14:00:37 -08:00
3.7.0b5.rst
3.7.0rc1.rst
3.8.0a1.rst gh-143513: Remove importlib.abc documentation for removed ABCs (#143605) 2026-01-22 14:00:37 -08:00
3.8.0a2.rst
3.8.0a3.rst
3.8.0a4.rst
3.8.0b1.rst
3.9.0a1.rst gh-133644: Remove deprecated Python initialization getter functions (#133661) 2025-05-09 11:39:23 +00:00
3.9.0a2.rst
3.9.0a3.rst
3.9.0a4.rst
3.9.0a5.rst
3.9.0a6.rst
3.9.0b1.rst
3.10.0a1.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0a2.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0a3.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0a4.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0a5.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0a6.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0a7.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.10.0b1.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0a1.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0a2.rst gh-133644: remove PyWeakref_GetObject and PyWeakref_GET_OBJECT (GH-133657) 2025-09-24 11:25:56 +02:00
3.11.0a3.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0a4.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0a5.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0a6.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0a7.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.11.0b1.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) 2026-01-12 20:13:44 +02:00
3.12.0a1.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.12.0a2.rst gh-115119: Removed bundled copy of the libmpdec (GH-133964) 2026-05-12 21:34:37 +00:00
3.12.0a3.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.12.0a4.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.12.0a5.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.12.0a6.rst
3.12.0a7.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.12.0b1.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.13.0a1.rst gh-140727: Restructure profiling documentation for PEP 799 (#142373) 2025-12-09 12:55:04 +00:00
3.13.0a2.rst
3.13.0a3.rst gh-149595: Remove the sys._enablelegacywindowsfsencoding() function (#149596) 2026-05-12 17:11:34 +01:00
3.13.0a4.rst gh-133875: Remove deprecated pathlib.PurePath.is_reserved (#133876) 2025-07-19 17:07:46 +00:00
3.13.0a5.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.13.0a6.rst gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) 2026-01-19 14:59:26 +02:00
3.13.0b1.rst gh-115119: Removed bundled copy of the libmpdec (GH-133964) 2026-05-12 21:34:37 +00:00
3.14.0a1.rst gh-149530: Remove symtable.Class.get_methods deprecated method (#149531) 2026-05-09 08:33:09 +00:00
3.14.0a2.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.14.0a3.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.14.0a4.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.14.0a5.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.14.0a6.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.14.0a7.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.14.0b1.rst gh-103997: Remove incorrect statements about -c dedenting (gh-138624) 2026-03-10 09:56:00 +01:00
3.15.0a1.rst gh-115119: Removed bundled copy of the libmpdec (GH-133964) 2026-05-12 21:34:37 +00:00
3.15.0a2.rst gh-142461: Move misplaced NEWS entries to an appropriate section (#142464) 2025-12-14 00:44:25 +02:00
3.15.0a3.rst gh-141070: Rename PyUnstable_Object_Dump to PyObject_Dump (GH-142848) 2026-01-16 09:19:43 -05:00
3.15.0a4.rst Python 3.15.0a4 2026-01-13 12:26:56 +02:00
3.15.0a5.rst Python 3.15.0a5 2026-01-14 16:41:32 +02:00
3.15.0a6.rst Python 3.15.0a6 2026-02-11 14:23:15 +02:00
3.15.0a7.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
3.15.0a8.rst gh-148588: Document __lazy_modules__ (#148590) 2026-04-25 15:23:40 +01:00
3.15.0b1.rst Python 3.15.0b1 2026-05-07 16:26:31 +03:00