Python 3.9.12
  1. b28265d Python 3.9.12 by Łukasz Langa · 3 years, 5 months ago v3.9.12
  2. ec3589f bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) by Miss Islington (bot) · 3 years, 5 months ago
  3. e513b81 [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32082) by Hugo van Kemenade · 3 years, 5 months ago
  4. 0bbb695 [3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941) (GH-32067) by Jelle Zijlstra · 3 years, 5 months ago
  5. f5af167 [doc] configparser: avoid inline comments. (GH-31247) by Miss Islington (bot) · 3 years, 5 months ago
  6. 1e4044c Fix typo in Path.iterdir docs (GH-31822) by Miss Islington (bot) · 3 years, 5 months ago
  7. 3c60190 bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Miss Islington (bot) · 3 years, 5 months ago
  8. af341eb [3.9] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31998) by Hugo van Kemenade · 3 years, 5 months ago
  9. 8db7610 bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) by Jeremy Kloth · 3 years, 5 months ago
  10. f47984b [3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049) by Andrew Svetlov · 3 years, 5 months ago
  11. 2d5e9f8 bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32035) by Irit Katriel · 3 years, 5 months ago
  12. f89949e bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) by Miss Islington (bot) · 3 years, 5 months ago
  13. 58a7e13 bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015) by Gregory P. Smith · 3 years, 5 months ago
  14. 4aa8b80 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Miss Islington (bot) · 3 years, 5 months ago
  15. 504973a bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006) by Miss Islington (bot) · 3 years, 5 months ago
  16. 73f4b47 [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002) by Miss Islington (bot) · 3 years, 5 months ago
  17. e207d72 [3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976) (GH-31981) by Miss Islington (bot) · 3 years, 5 months ago
  18. cbcd2e3 bpo-39394: Improve warning message in the re module (GH-31988) by Miss Islington (bot) · 3 years, 5 months ago
  19. fcd5799 bpo-44544: add textwrap placeholder arg (GH-27671) by Miss Islington (bot) · 3 years, 5 months ago
  20. 4d2099f [3.9] bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165) (GH-31979) by Serhiy Storchaka · 3 years, 5 months ago
  21. a12ef81 [3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31975) by Pablo Galindo Salgado · 3 years, 5 months ago
  22. 1cab44d [3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) (GH-31970) by Miss Islington (bot) · 3 years, 5 months ago
  23. e808c9d [3.9] bpo-42782: fix broken shutil test (GH-31971) by Jelle Zijlstra · 3 years, 5 months ago
  24. 612019e bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) by Miss Islington (bot) · 3 years, 5 months ago
  25. 4e9bb27 bpo-47038: Increase a test timeout for slow CI machines (GH-31951) by Miss Islington (bot) · 3 years, 5 months ago
  26. 0412e3a bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) by Miss Islington (bot) · 3 years, 5 months ago
  27. 3244659 [3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942). (GH-31944) by Andrew Svetlov · 3 years, 5 months ago
  28. 665a399 Post 3.9.11, take two by Łukasz Langa · 3 years, 5 months ago
  29. 2de452f Python 3.9.11, take two by Łukasz Langa · 3 years, 5 months ago v3.9.11
  30. 0b0609d [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-30894) by Miss Islington (bot) · 3 years, 5 months ago
  31. 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
  32. 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
  33. 27f6386 Post 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  34. 0f0c55c Python 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  35. 513911b [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917) by Christian Heimes · 3 years, 5 months ago
  36. 32ae9ab bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  37. 64a68c3 bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  38. 91dfa91 But Add missing newline to NEWS entry (GH-31893) by Miss Islington (bot) · 3 years, 5 months ago
  39. f1a5e1b bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) by Miss Islington (bot) · 3 years, 5 months ago
  40. 73943ce bpo-31415: importtime was made by Inada Naoki (GH-31875) by Miss Islington (bot) · 3 years, 5 months ago
  41. 1b12392 Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) by Ned Deily · 3 years, 5 months ago
  42. 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
  43. 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
  44. 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
  45. bda64b3 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) by Ned Deily · 3 years, 5 months ago
  46. 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
  47. 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
  48. 49ff5ed [3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807) by Jelle Zijlstra · 3 years, 5 months ago
  49. ba2b795 bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831) by Victor Stinner · 3 years, 5 months ago
  50. 30d8021 bpo-31327: Update time documentation to reflect possible errors (GH-31460) by Miss Islington (bot) · 3 years, 5 months ago
  51. f7f7838 [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31797) by Jelle Zijlstra · 3 years, 5 months ago
  52. 0c47008 [3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778) by Jelle Zijlstra · 3 years, 5 months ago
  53. 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
  54. 20e88f7 bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  55. f8c3697 Removed confusing reference to sys (GH-31638) by Miss Islington (bot) · 3 years, 5 months ago
  56. 653ca6c [3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754) by Erlend Egeberg Aasland · 3 years, 5 months ago
  57. 0663ca1 bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  58. 89c3601 Removed ambiguity in __init_subclass__ docs (GH-31540) by Miss Islington (bot) · 3 years, 5 months ago
  59. 24ebaf6 docs: Don't use code formatting for emphasis (GH-30519) by Miss Islington (bot) · 3 years, 5 months ago
  60. 0c718e0 bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) by Miss Islington (bot) · 3 years, 5 months ago
  61. e83f084 bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) by Miss Islington (bot) · 3 years, 5 months ago
  62. f46a044 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) by Miss Islington (bot) · 3 years, 5 months ago
  63. 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
  64. 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
  65. 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
  66. 7fba55f Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  67. 01df04883 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  68. 6a14330 bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676) by Victor Stinner · 3 years, 6 months ago
  69. 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
  70. 1d428bb bpo-46831: Update __build_class__ comment (GH-31522) by Miss Islington (bot) · 3 years, 6 months ago
  71. cf8aff6 bpo-21910: Clarify docs for codecs writelines method (GH-31245) by Miss Islington (bot) · 3 years, 6 months ago
  72. 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
  73. 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
  74. 7190617 [3.9] Minor fixes to C API docs (GH-31501) (GH-31526) by Jelle Zijlstra · 3 years, 6 months ago
  75. de2c91a bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) by Miss Islington (bot) · 3 years, 6 months ago
  76. a549cd1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581) by Victor Stinner · 3 years, 6 months ago
  77. 4560c7e bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  78. b7f6e8e bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) by Miss Islington (bot) · 3 years, 6 months ago
  79. 763e23e bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 3 years, 6 months ago
  80. 87cebb1 bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 3 years, 6 months ago
  81. f3bb8fe Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) by Miss Islington (bot) · 3 years, 6 months ago
  82. 29e8c43 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  83. 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
  84. aa9a5c4 bpo-36557: Updated wording for using/windows (GH-31457) by Miss Islington (bot) · 3 years, 6 months ago
  85. 8eb18d8 [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474) by Miss Islington (bot) · 3 years, 6 months ago
  86. 336a916 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469) by Miss Islington (bot) · 3 years, 6 months ago
  87. 959846b bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  88. e7115d5 replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445) by Miss Islington (bot) · 3 years, 6 months ago
  89. 83eabc6 Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438) by Miss Islington (bot) · 3 years, 6 months ago
  90. 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
  91. 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
  92. cf19932 Counter doc mentions three methods, but lists four (GH-30706) by Miss Islington (bot) · 3 years, 6 months ago
  93. 9399dc4 [docs] Correct typos in SSLContext.sni_callback (GH-30623) by Miss Islington (bot) · 3 years, 6 months ago
  94. 9aca412d bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) by Miss Islington (bot) · 3 years, 6 months ago
  95. c11f41b Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 3 years, 6 months ago
  96. 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
  97. 0da140d Update html.parser.rst (GH-30678) by Miss Islington (bot) · 3 years, 6 months ago
  98. d975a40 [3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381) by Miss Islington (bot) · 3 years, 6 months ago
  99. 29ae7d3 bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) by Miss Islington (bot) · 3 years, 6 months ago
  100. 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