Tin mới
gh-64862: Add the stop_exception parameter in iter() and aiter() (GH-156298)
gh-69370: Fix "python -m inspect --details" for unencodable paths (GH-155246)
gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#155954)
gh-155621: Fix unrepresentable defaults in socket.sendmsg() signature (#155623)
gh-135748: Use Argument Clinic for more socket functions (GH-155257)
gh-155236: Add the dedent parameter in inspect.cleandoc() and inspect.getdoc() (GH-155237)
gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX is set (GH-151952)
gh-127949: remove asyncio policy system (#150310)
gh-149083: use sentinel to fix _functools.reduce() signature (#149591)
gh-141560: Add annotation_format parameter to getfullargspec (#149457)
gh-149010: Improve reliability of inspect CLI (#149357)
gh-117865: Speedup import of `inspect` module (#144756)
gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (#143699)
gh-141510, PEP 814: Add built-in frozendict type (#144757)
gh-86519: Add prefixmatch APIs to the re module (GH-31137)
gh-143999: Fix: handle suspended state on types.coroutine wrappers (GH-144000)
gh-143672: Finish conversion of the struct module to Argument Clinic (GH-143857)
GH-65961: Stop setting `__cached__` on modules (GH-142165)
gh-131116: Fix inspect.getdoc() to work with cached_property objects (GH-131165)
gh-133210: Fix `test_inspect` without docstrings (#139651)
gh-138729: Cover `inspect.formatannotationrelativeto` with tests (#138730)
gh-137317: Fix inspect.signature() for class with wrapped __init__ or __new__ (GH-137862)
gh-137477: Fix inspect.getblock() for generator expressions (GH-137488)
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
gh-136549: Fix signature of threading.excepthook() (GH-136559)
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
gh-127146: Emscripten: Fix test failure due to missing os.link (#135626)
gh-71339: Use new assertion methods in tests (GH-129046)
gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (#133415)
gh-133644: Remove deprecated Python initialization getter functions (#133661)
gh-81793: Always call linkat() from os.link(), if available (GH-132517)