main
gh-76595: PyCapsule_Import() now imports submodules if needed (GH-6898)
gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411)
gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301)
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392)
gh-115119: Removed bundled copy of the libmpdec (GH-133964)
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
gh-140727: Restructure profiling documentation for PEP 799 (#142373)
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
gh-149595: Remove the `sys._enablelegacywindowsfsencoding()` function (#149596)
gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
gh-149530: Remove `symtable.Class.get_methods` deprecated method (#149531)
gh-142461: Move misplaced NEWS entries to an appropriate section (#142464)
gh-103997: Remove incorrect statements about `-c` dedenting (gh-138624)
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
Python 3.15.0a4
Python 3.15.0a5
Python 3.15.0a6
Python 3.15.0a7
gh-148587: Document `sys.lazy_modules` (#150742)
Python 3.15.0b1
Forward port 3.7.0 final changes
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154)
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)
gh-109634: Use :samp: role (GH-109635)
Docs: add link roles with Sphinx extlinks (#117850)
Add missing sections to blurbs (#114553)
GH-121970: Extract ``misc_news`` into a new extension (#129577)
Docs: Update Donghee Na's name (#109743)
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
NEWS: Reorder items by section (GH-92373)
Docs: fix typos in documentation (gh-118941)
gh-106909: Use role :const: for referencing module constants (GH-106910)
Fix typos mostly in comments, docs and test names (GH-15209)
gh-143513: Remove importlib.abc documentation for removed ABCs (#143605)
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
gh-133644: Remove deprecated Python initialization getter functions (#133661)
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)