Python 3.9.11
  1. 2de452f Python 3.9.11, take two by Łukasz Langa · 3 years, 5 months ago v3.9.11
  2. ad6ddd8 [3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31927) by Steve Dower · 3 years, 5 months ago
  3. 0f0c55c Python 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  4. 513911b [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917) by Christian Heimes · 3 years, 5 months ago
  5. 32ae9ab bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  6. 64a68c3 bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  7. 91dfa91 But Add missing newline to NEWS entry (GH-31893) by Miss Islington (bot) · 3 years, 5 months ago
  8. f1a5e1b bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) by Miss Islington (bot) · 3 years, 5 months ago
  9. 1b12392 Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) by Ned Deily · 3 years, 5 months ago
  10. 177be52 [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859) by Jason R. Coombs · 3 years, 5 months ago
  11. bda64b3 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) by Ned Deily · 3 years, 5 months ago
  12. 4f340b0 [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850) by Miss Islington (bot) · 3 years, 5 months ago
  13. ba2b795 bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831) by Victor Stinner · 3 years, 5 months ago
  14. f3ea249 bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776) by Irit Katriel · 3 years, 5 months ago
  15. 20e88f7 bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  16. 0663ca1 bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  17. f46a044 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 3 years, 5 months ago
  18. e1639f3 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 · 3 years, 5 months ago
  19. 101a1be bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31728) by Steve Dower · 3 years, 5 months ago
  20. 852d9b7 [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) (GH-31720) by Miss Islington (bot) · 3 years, 6 months ago
  21. 6a14330 bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676) by Victor Stinner · 3 years, 6 months ago
  22. a549cd1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581) by Victor Stinner · 3 years, 6 months ago
  23. 4560c7e bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  24. 87cebb1 bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 3 years, 6 months ago
  25. f3bb8fe Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) by Miss Islington (bot) · 3 years, 6 months ago
  26. 29e8c43 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  27. 8eb18d8 [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474) by Miss Islington (bot) · 3 years, 6 months ago
  28. 336a916 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469) by Miss Islington (bot) · 3 years, 6 months ago
  29. 959846b bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  30. 64705e6 [3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) (GH-31444) by Andrew Svetlov · 3 years, 6 months ago
  31. a6116a9 [3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31441) by Andrew Svetlov · 3 years, 6 months ago
  32. 9aca412d bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) by Miss Islington (bot) · 3 years, 6 months ago
  33. e782890 bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295) by Miss Islington (bot) · 3 years, 6 months ago
  34. 29ae7d3 bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) by Miss Islington (bot) · 3 years, 6 months ago
  35. a657bff 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) · 3 years, 6 months ago
  36. 502ad39 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 3 years, 6 months ago
  37. c31b8a9 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312) by Dennis Sweeney · 3 years, 6 months ago
  38. 1d4d44c bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Miss Islington (bot) · 3 years, 6 months ago
  39. cc6d8f8 [3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) (GH-31299) by Jacob Walls · 3 years, 6 months ago
  40. a65be6e [3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253). (GH-31256) by Andrew Svetlov · 3 years, 6 months ago
  41. b0517a1 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 3 years, 6 months ago
  42. 76b0727 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Miss Islington (bot) · 3 years, 6 months ago
  43. 0892a0e bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by Miss Islington (bot) · 3 years, 6 months ago
  44. dc315f3 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 3 years, 7 months ago
  45. e825860 [3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) (GH-31093) by Miss Islington (bot) · 3 years, 7 months ago
  46. 3c6173c bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) by Miss Islington (bot) · 3 years, 7 months ago
  47. 8d239bf [3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) (GH-31076) by Petr Viktorin · 3 years, 7 months ago
  48. 0371e5d bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) by Miss Islington (bot) · 3 years, 7 months ago
  49. a1869e3 bpo-46591: Make About IDLE doc link label clickable (GH-30251) by Miss Islington (bot) · 3 years, 7 months ago
  50. e4a6e54 bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) by Miss Islington (bot) · 3 years, 7 months ago
  51. a22dd00 bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) (GH-31059) by Miss Islington (bot) · 3 years, 7 months ago
  52. 3046386 bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) by Miss Islington (bot) · 3 years, 7 months ago
  53. ad9cf2f bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) by Miss Islington (bot) · 3 years, 7 months ago
  54. 8cd8246 bpo-46542: test_json uses support.infinite_recursion() (GH-30972) by Miss Islington (bot) · 3 years, 7 months ago
  55. 3757703 bpo-46539: Pass status of special typeforms to forward references (GH-30926) by Miss Islington (bot) · 3 years, 7 months ago
  56. bc7d96e bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) by Miss Islington (bot) · 3 years, 7 months ago
  57. ff11eff bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929) by Miss Islington (bot) · 3 years, 7 months ago
  58. 04772cd [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30915) by Christian Heimes · 3 years, 7 months ago
  59. b0b8388 bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864) by Miss Islington (bot) · 3 years, 7 months ago
  60. c314e3e bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (30867) by Miss Islington (bot) · 3 years, 7 months ago
  61. 1398dca bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30835) by Irit Katriel · 3 years, 7 months ago
  62. 94d6434 [3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) (GH-30738) by Miss Islington (bot) · 3 years, 7 months ago
  63. 1514d12 [3.9] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (GH-30828) by Jason R. Coombs · 3 years, 7 months ago
  64. f1796f2 bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30790) by Miss Islington (bot) · 3 years, 7 months ago
  65. 6ed874f [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785) by Kumar Aditya · 3 years, 7 months ago
  66. 3e7d06a [3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-30611) by Kumar Aditya · 3 years, 7 months ago
  67. b37f3e9 bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) by Miss Islington (bot) · 3 years, 7 months ago
  68. 9e3ff82 bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) by Miss Islington (bot) · 3 years, 7 months ago
  69. c3ad850 bpo-46434: Handle missing docstrings in pdb help (GH-30705) by Miss Islington (bot) · 3 years, 7 months ago
  70. c6691a7 bpo-46080: fix argparse help generation exception in edge case (GH-30111) by Miss Islington (bot) · 3 years, 7 months ago
  71. 0be4760 [3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) (GH-30675) by Miss Islington (bot) · 3 years, 7 months ago
  72. 0fbb9af bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) (GH-30635) by Miss Islington (bot) · 3 years, 7 months ago
  73. f2f3f53 Python 3.9.10 by Łukasz Langa · 3 years, 7 months ago v3.9.10
  74. 52937c2 bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580) by Victor Stinner · 3 years, 7 months ago
  75. 4ddd5da [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574) by Christian Heimes · 3 years, 7 months ago
  76. 690ed88 bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 3 years, 7 months ago
  77. 4d2cfd3 bpo-46070: Fix asyncio initialisation guard (GH-30423) by Miss Islington (bot) · 3 years, 7 months ago
  78. b259015 [3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) (GH-30437) by Miss Islington (bot) · 3 years, 7 months ago
  79. 0aa8bbf Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30429) by Miss Islington (bot) · 3 years, 7 months ago
  80. 64199e9 bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) by Miss Islington (bot) · 3 years, 8 months ago
  81. 9a9061d bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  82. 86d1b8c bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) by Miss Islington (bot) · 3 years, 8 months ago
  83. 50da397 bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) by Miss Islington (bot) · 3 years, 8 months ago
  84. b28b022 bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343) by Miss Islington (bot) · 3 years, 8 months ago
  85. 2d4049d bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) by Miss Islington (bot) · 3 years, 8 months ago
  86. 864caaa closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284) by Miss Islington (bot) · 3 years, 8 months ago
  87. 25a12aa [3.9] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) (GH-30255) by Miss Islington (bot) · 3 years, 8 months ago
  88. 0722905 [3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30265) by Miss Islington (bot) · 3 years, 8 months ago
  89. bee660e [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260) by Miss Islington (bot) · 3 years, 8 months ago
  90. 393ff04 bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29723) by Miss Islington (bot) · 3 years, 8 months ago
  91. d718764 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 3 years, 8 months ago
  92. 5c4d11f bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225) by Ned Deily · 3 years, 8 months ago
  93. e5cf31d [3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (#30215) by Pablo Galindo Salgado · 3 years, 8 months ago
  94. f8fce5e [3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30204) by Andrew Svetlov · 3 years, 8 months ago
  95. a9b3edb [3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173) by Christian Heimes · 3 years, 8 months ago
  96. 864ec17 [3.9] bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151). (GH-30157) by Jason R. Coombs · 3 years, 8 months ago
  97. f0b274d bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30115) by Miss Islington (bot) · 3 years, 8 months ago
  98. 2029c58 [3.9] bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30081) by Alex Waygood · 3 years, 8 months ago
  99. 80f98b1 [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) by Miss Islington (bot) · 3 years, 8 months ago
  100. d55a03e [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039) by Miss Islington (bot) · 3 years, 8 months ago