main
gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 (#129024)
gh-150032: Tidy up 3.15 pending removals (#149594)
gh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New`, `PyGen_New`, `PyGen_NewWithQualName` functions (#150672)
gh-141226: Deprecate PEP-456 support for embedders (#141287)
gh-142217: Recommend PyUnicode_InternFromString() to replace _PyUnicode_FromId() (GH-142746)
gh-132798: Schedule removal of `PyUnicode_AsDecoded/Encoded` functions for 3.15 (#132799)
gh-151914: Copyedit "What's new in Python 3.16" (#151915)
gh-139344: Remove pending removal notice for undeprecated importlib.resources API (GH-141507)
Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)" (#138990)
gh-127949: remove asyncio policy system (#150310)
gh-133879: Copyedit "What's New in Python 3.15" (#154978)
gh-148641: Implement PEP 829 - startup configuration files (#149109)
gh-152638: Deprecate tkinter.filedialog.askopenfiles() (GH-152647)
gh-132604: Track deprecation related to runtime-checkable protocols (3.20) (#154790)
gh-152586: Make `tempfile.TemporaryFileWrapper` public (#152646)
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
gh-121249: Deprecate using F/D type codes in the struct module (#152309)