v3.10.20
bpo-42431: Fix outdated bytes comments (GH-23458)
bpo-42246: Partial implementation of PEP 626. (GH-23113)
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578)
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584)
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Fix bad grammar and import docstring for split/rsplit (GH-32381) (GH-32416)