1. a342a49 Python 3.10.3 by Pablo Galindo · 2 years, 3 months ago
  2. 04fdbb4 [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926) by Steve Dower · 2 years, 3 months ago
  3. a59ac1e [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916) by Christian Heimes · 2 years, 3 months ago
  4. 88c243f bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 2 years, 3 months ago
  5. 3c4f24f bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 2 years, 3 months ago
  6. 0e4beba But Add missing newline to NEWS entry (GH-31893) by Miss Islington (bot) · 2 years, 3 months ago
  7. cebdc32 bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) by Miss Islington (bot) · 2 years, 3 months ago
  8. 0cfcc0c Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880) by Ned Deily · 2 years, 3 months ago
  9. d929aa7 [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857) by Jason R. Coombs · 2 years, 3 months ago
  10. 25962e4 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) by Miss Islington (bot) · 2 years, 3 months ago
  11. 1ceda97 [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849) by Miss Islington (bot) · 2 years, 3 months ago
  12. 393e2bf bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830) by Victor Stinner · 2 years, 3 months ago
  13. 3bc8019 [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821) by Matt Bogosian · 2 years, 3 months ago
  14. 26fa25a bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) by Miss Islington (bot) · 2 years, 3 months ago
  15. 8de434b bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 2 years, 3 months ago
  16. 95b001f bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759) by Miss Islington (bot) · 2 years, 3 months ago
  17. 21c5b3f bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 2 years, 3 months ago
  18. 1e52e78 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 2 years, 3 months ago
  19. 58d576a bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) by Steve Dower · 2 years, 3 months ago
  20. 136842c bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727) by Steve Dower · 2 years, 3 months ago
  21. 3594ebc [3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724) by Pablo Galindo Salgado · 2 years, 3 months ago
  22. 8acbb93 bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) by Miss Islington (bot) · 2 years, 3 months ago
  23. ee18df4 bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165) by Miss Islington (bot) · 2 years, 3 months ago
  24. 7b5b429 [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) by Victor Stinner · 2 years, 3 months ago
  25. 257f5be bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238) by Miss Islington (bot) · 2 years, 3 months ago
  26. 0848da1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578) by Victor Stinner · 2 years, 3 months ago
  27. 2b7e04d bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 2 years, 3 months ago
  28. 6717edc Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514) by Miss Islington (bot) · 2 years, 3 months ago
  29. 4955a9e bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 2 years, 3 months ago
  30. d327517 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 2 years, 3 months ago
  31. f20ac2e bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493) by Miss Islington (bot) · 2 years, 3 months ago
  32. c596ecb [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) by Miss Islington (bot) · 2 years, 3 months ago
  33. 7da97f6 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) by Miss Islington (bot) · 2 years, 3 months ago
  34. 633d0f9 bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) by Miss Islington (bot) · 2 years, 3 months ago
  35. 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 2 years, 3 months ago
  36. f1916cd bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) by Miss Islington (bot) · 2 years, 3 months ago
  37. dde0488 [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) by Andrew Svetlov · 2 years, 3 months ago
  38. e05e3d2 [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) by Gregory P. Smith · 2 years, 4 months ago
  39. cb7551d bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) by Dong-hee Na · 2 years, 4 months ago
  40. a17d59a [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) by Miss Islington (bot) · 2 years, 4 months ago
  41. d4e4ef1 [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) by Mark Shannon · 2 years, 4 months ago
  42. 3d407b9 bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) by Miss Islington (bot) · 2 years, 4 months ago
  43. b271953 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 2 years, 4 months ago
  44. 9fabcfb bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Terry Jan Reedy · 2 years, 4 months ago
  45. b7a65c9 bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) by Miss Islington (bot) · 2 years, 4 months ago
  46. 1f5fe99 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) by Miss Islington (bot) · 2 years, 4 months ago
  47. 8b8673f [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262) by Petr Viktorin · 2 years, 4 months ago
  48. 1124ab6 bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452) by Miss Islington (bot) · 2 years, 4 months ago
  49. 9f51454 [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255) by Andrew Svetlov · 2 years, 4 months ago
  50. 9b23f8f [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242) by Pablo Galindo Salgado · 2 years, 4 months ago
  51. 42f87d4 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 2 years, 4 months ago
  52. c2735b7 bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207) by Miss Islington (bot) · 2 years, 4 months ago
  53. 5b58db7 [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213) by Pablo Galindo Salgado · 2 years, 4 months ago
  54. cbdcae5 [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210) by Gregory Beauregard · 2 years, 4 months ago
  55. 9c45390 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Miss Islington (bot) · 2 years, 4 months ago
  56. e2eeffe [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175) by Gregory Beauregard · 2 years, 4 months ago
  57. 3ceff99 bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by Miss Islington (bot) · 2 years, 4 months ago
  58. 91e8889 bpo-14916: use specified tokenizer fd for file input (GH-31006) by Miss Islington (bot) · 2 years, 4 months ago
  59. 4f76b36 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 2 years, 4 months ago
  60. ff6948b bpo-45773: Remove invalid peephole optimizations (GH-31066) by Miss Islington (bot) · 2 years, 4 months ago
  61. f5ebec4 [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) by Gregory P. Smith · 2 years, 4 months ago
  62. 5765eaa bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) by Miss Islington (bot) · 2 years, 4 months ago
  63. ba4d79a [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084) by Hugo van Kemenade · 2 years, 4 months ago
  64. 85b421f bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) by Miss Islington (bot) · 2 years, 4 months ago
  65. 7dee93c bpo-46591: Make About IDLE doc link label clickable (GH-30251) by Miss Islington (bot) · 2 years, 4 months ago
  66. e5e1441 bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) by Miss Islington (bot) · 2 years, 4 months ago
  67. 519eb6a bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) by Ned Deily · 2 years, 4 months ago
  68. 3479451 bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) by Miss Islington (bot) · 2 years, 4 months ago
  69. a5451c9 bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003) by Kumar Aditya · 2 years, 4 months ago
  70. 4d191fc bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) by Steve Dower · 2 years, 4 months ago
  71. 20f5313 bpo-46542: test_json uses support.infinite_recursion() (GH-30972) by Miss Islington (bot) · 2 years, 4 months ago
  72. bfcb414 bpo-46539: Pass status of special typeforms to forward references (GH-30926) by Miss Islington (bot) · 2 years, 4 months ago
  73. 5c39e47 [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) by Petr Viktorin · 2 years, 4 months ago
  74. 89db090 bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518) by Miss Islington (bot) · 2 years, 4 months ago
  75. 5acaad0 bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944) by Miss Islington (bot) · 2 years, 4 months ago
  76. 171fdf2 bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929) by Miss Islington (bot) · 2 years, 4 months ago
  77. 4371fbd [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914) by Christian Heimes · 2 years, 4 months ago
  78. 3fc8b74 [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898) by Pablo Galindo Salgado · 2 years, 4 months ago
  79. 41e0aea bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864) by Miss Islington (bot) · 2 years, 4 months ago
  80. ce79b50 bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870) by Miss Islington (bot) · 2 years, 4 months ago
  81. 894e8c1 bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866) by Miss Islington (bot) · 2 years, 4 months ago
  82. e3ade66 bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834) by Irit Katriel · 2 years, 4 months ago
  83. a7a4ca4 [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803) (GH-30827) by Jason R. Coombs · 2 years, 4 months ago
  84. 633db1c [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819) by Pablo Galindo Salgado · 2 years, 4 months ago
  85. f66ef3e bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424) by Miss Islington (bot) · 2 years, 4 months ago
  86. 83aef4d bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765) by Miss Islington (bot) · 2 years, 4 months ago
  87. acda9f3 bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789) by Miss Islington (bot) · 2 years, 4 months ago
  88. 90e2998 [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784) by Miss Islington (bot) · 2 years, 4 months ago
  89. d548c87 bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) by Miss Islington (bot) · 2 years, 4 months ago
  90. 05063fa bpo-46434: Handle missing docstrings in pdb help (GH-30705) by Miss Islington (bot) · 2 years, 4 months ago
  91. 1d11fdd bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) by Miss Islington (bot) · 2 years, 4 months ago
  92. e5edc8d bpo-46080: fix argparse help generation exception in edge case (GH-30111) by Miss Islington (bot) · 2 years, 4 months ago
  93. 1fb1f5d [3.10] bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) (GH-30542) by Miss Islington (bot) · 2 years, 5 months ago
  94. 4449a16 bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) by Miss Islington (bot) · 2 years, 5 months ago
  95. 7a822c9 bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610) by Miss Islington (bot) · 2 years, 5 months ago
  96. 1345b46 bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) by Miss Islington (bot) · 2 years, 5 months ago
  97. 30300f4 Merge remote-tracking branch 'upstream/3.10' into 3.10 by Pablo Galindo · 2 years, 5 months ago
  98. a58ebcc Python 3.10.2 by Pablo Galindo · 2 years, 5 months ago
  99. e6bb17f bpo-46070: _PyGC_Fini() untracks objects (GH-30577) by Miss Islington (bot) · 2 years, 5 months ago
  100. 3ce6945 Define Py_BUILD_CORE_MODULE by Miss Islington (bot) · 2 years, 5 months ago