Python 3.9.11
  1. 2de452f Python 3.9.11, take two by Łukasz Langa · 3 years, 5 months ago v3.9.11
  2. 0b0609d [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-30894) by Miss Islington (bot) · 3 years, 5 months ago
  3. 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
  4. 70eb9db bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) by Miss Islington (bot) · 3 years, 5 months ago
  5. 27f6386 Post 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  6. 0f0c55c Python 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  7. 513911b [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917) by Christian Heimes · 3 years, 5 months ago
  8. 32ae9ab bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  9. 64a68c3 bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  10. 91dfa91 But Add missing newline to NEWS entry (GH-31893) by Miss Islington (bot) · 3 years, 5 months ago
  11. f1a5e1b bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) by Miss Islington (bot) · 3 years, 5 months ago
  12. 73943ce bpo-31415: importtime was made by Inada Naoki (GH-31875) by Miss Islington (bot) · 3 years, 5 months ago
  13. 1b12392 Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) by Ned Deily · 3 years, 5 months ago
  14. b4fd91b [3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31878) by Miss Islington (bot) · 3 years, 5 months ago
  15. 649cc9d [3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31868) by Illia Volochii · 3 years, 5 months ago
  16. 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
  17. bda64b3 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) by Ned Deily · 3 years, 5 months ago
  18. 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
  19. b5140a5 [3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs. (GH-31349) (GH-31808) by Charlie Zhao · 3 years, 5 months ago
  20. 49ff5ed [3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807) by Jelle Zijlstra · 3 years, 5 months ago
  21. ba2b795 bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831) by Victor Stinner · 3 years, 5 months ago
  22. 30d8021 bpo-31327: Update time documentation to reflect possible errors (GH-31460) by Miss Islington (bot) · 3 years, 5 months ago
  23. f7f7838 [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31797) by Jelle Zijlstra · 3 years, 5 months ago
  24. 0c47008 [3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778) by Jelle Zijlstra · 3 years, 5 months ago
  25. 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
  26. 20e88f7 bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  27. f8c3697 Removed confusing reference to sys (GH-31638) by Miss Islington (bot) · 3 years, 5 months ago
  28. 653ca6c [3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754) by Erlend Egeberg Aasland · 3 years, 5 months ago
  29. 0663ca1 bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  30. 89c3601 Removed ambiguity in __init_subclass__ docs (GH-31540) by Miss Islington (bot) · 3 years, 5 months ago
  31. 24ebaf6 docs: Don't use code formatting for emphasis (GH-30519) by Miss Islington (bot) · 3 years, 5 months ago
  32. 0c718e0 bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) by Miss Islington (bot) · 3 years, 5 months ago
  33. e83f084 bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) by Miss Islington (bot) · 3 years, 5 months ago
  34. f46a044 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 3 years, 5 months ago
  35. 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
  36. 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
  37. 852d9b7 [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) (GH-31720) by Miss Islington (bot) · 3 years, 5 months ago
  38. 7fba55f Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  39. 01df04883 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  40. 6a14330 bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676) by Victor Stinner · 3 years, 6 months ago
  41. 0981986 bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) (GH-31661) by Miss Islington (bot) · 3 years, 6 months ago
  42. 1d428bb bpo-46831: Update __build_class__ comment (GH-31522) by Miss Islington (bot) · 3 years, 6 months ago
  43. cf8aff6 bpo-21910: Clarify docs for codecs writelines method (GH-31245) by Miss Islington (bot) · 3 years, 6 months ago
  44. 359bc39 [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) (GH-31644) by Victor Stinner · 3 years, 6 months ago
  45. 3ea2a8f [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH-31586) by Erlend Egeberg Aasland · 3 years, 6 months ago
  46. 7190617 [3.9] Minor fixes to C API docs (GH-31501) (GH-31526) by Jelle Zijlstra · 3 years, 6 months ago
  47. de2c91a bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) by Miss Islington (bot) · 3 years, 6 months ago
  48. a549cd1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581) by Victor Stinner · 3 years, 6 months ago
  49. 4560c7e bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  50. b7f6e8e bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) by Miss Islington (bot) · 3 years, 6 months ago
  51. 763e23e bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 3 years, 6 months ago
  52. 87cebb1 bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 3 years, 6 months ago
  53. f3bb8fe Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) by Miss Islington (bot) · 3 years, 6 months ago
  54. 29e8c43 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  55. 2387aea [3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31507) by Miss Islington (bot) · 3 years, 6 months ago
  56. aa9a5c4 bpo-36557: Updated wording for using/windows (GH-31457) by Miss Islington (bot) · 3 years, 6 months ago
  57. 8eb18d8 [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474) by Miss Islington (bot) · 3 years, 6 months ago
  58. 336a916 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469) by Miss Islington (bot) · 3 years, 6 months ago
  59. 959846b bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  60. e7115d5 replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445) by Miss Islington (bot) · 3 years, 6 months ago
  61. 83eabc6 Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438) by Miss Islington (bot) · 3 years, 6 months ago
  62. 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
  63. 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
  64. cf19932 Counter doc mentions three methods, but lists four (GH-30706) by Miss Islington (bot) · 3 years, 6 months ago
  65. 9399dc4 [docs] Correct typos in SSLContext.sni_callback (GH-30623) by Miss Islington (bot) · 3 years, 6 months ago
  66. 9aca412d bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) by Miss Islington (bot) · 3 years, 6 months ago
  67. c11f41b Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 3 years, 6 months ago
  68. 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
  69. 0da140d Update html.parser.rst (GH-30678) by Miss Islington (bot) · 3 years, 6 months ago
  70. d975a40 [3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381) by Miss Islington (bot) · 3 years, 6 months ago
  71. 29ae7d3 bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) by Miss Islington (bot) · 3 years, 6 months ago
  72. 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
  73. c292118 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327) by Miss Islington (bot) · 3 years, 6 months ago
  74. ad47db3 [3.9] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293). (GH-31356) by DongGeon Lee · 3 years, 6 months ago
  75. 1933238 Update the OMG link (GH-30383) by Miss Islington (bot) · 3 years, 6 months ago
  76. 5c303f3 doc: use colon for all color's rangs (GH-28998) by Miss Islington (bot) · 3 years, 6 months ago
  77. 502ad39 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 3 years, 6 months ago
  78. 1953f03 bpo-38619: Update the documentation for UUID.hex (GH-29830) by Miss Islington (bot) · 3 years, 6 months ago
  79. 0bd2d58 Fix minor grammar error (GH-31325) by Miss Islington (bot) · 3 years, 6 months ago
  80. 0b1417d [3.9] Corrections to format precision description. (GH-31291) (GH-31321) by John Belmonte · 3 years, 6 months ago
  81. c31b8a9 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312) by Dennis Sweeney · 3 years, 6 months ago
  82. ebe73e6 bpo-45447: Add entry to What's new 3.9 (GH-31305) by Miss Islington (bot) · 3 years, 6 months ago
  83. 1d4d44c bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Miss Islington (bot) · 3 years, 6 months ago
  84. 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
  85. a7c1cc4 bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281) by Miss Islington (bot) · 3 years, 6 months ago
  86. c23f4ab Fix the signature of multiprocessing.set_executable (GH-31276) by Miss Islington (bot) · 3 years, 6 months ago
  87. 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
  88. b0517a1 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 3 years, 6 months ago
  89. bde3765 bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223) by Miss Islington (bot) · 3 years, 6 months ago
  90. 76b0727 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Miss Islington (bot) · 3 years, 6 months ago
  91. 0d74efc bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) by Miss Islington (bot) · 3 years, 6 months ago
  92. 0892a0e bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by Miss Islington (bot) · 3 years, 6 months ago
  93. 1b8a34a bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) by Miss Islington (bot) · 3 years, 6 months ago
  94. 459e26f [3.9] bpo-46609: Update asyncio-task coroutine doc (GH-31132) by Miss Islington (bot) · 3 years, 7 months ago
  95. 6da4364 bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111) by Miss Islington (bot) · 3 years, 7 months ago
  96. ee3d050 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 3 years, 7 months ago
  97. 663370a bpo-46588: fix typo in test_calltip.py (GH-31119) by Miss Islington (bot) · 3 years, 7 months ago
  98. dc315f3 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 3 years, 7 months ago
  99. cf7cb1a bpo-45975: IDLE - Remove extraneous parens (GH-31107) by Miss Islington (bot) · 3 years, 7 months ago
  100. 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