Python 3.9.13
  1. 6de2ca5 Python 3.9.13 by Łukasz Langa · 3 years, 3 months ago v3.9.13
  2. f82b324 [3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-92372) by Jelle Zijlstra · 3 years, 3 months ago
  3. 518b238 [3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643) (GH-32256) by Marek Suscak · 3 years, 3 months ago
  4. 1699a5e Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) (GH-92748) by Miss Islington (bot) · 3 years, 3 months ago
  5. 14d0594 gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92831) by Miss Islington (bot) · 3 years, 3 months ago
  6. 801f771 [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740) by Dennis Sweeney · 3 years, 3 months ago
  7. 65d2dfd bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  8. bfc88d3 [3.9] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92665) by Miss Islington (bot) · 3 years, 3 months ago
  9. b7a8786 bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  10. 1fb25a9 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  11. 8e523c1 [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497) (#92499) by Miss Islington (bot) · 3 years, 3 months ago
  12. bab6954 [3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477) by Miss Islington (bot) · 3 years, 3 months ago
  13. 25352d7 Add source for character mappings (GH-92014) (#92388) by Miss Islington (bot) · 3 years, 3 months ago
  14. 7d17a7b [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278) by Erlend Egeberg Aasland · 3 years, 4 months ago
  15. 524d275 bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) by Miss Islington (bot) · 3 years, 4 months ago
  16. 4ede781 bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862) by Miss Islington (bot) · 3 years, 4 months ago
  17. a23e472 bpo-46604: fix function name in ssl module docstring (GH-31064) by Miss Islington (bot) · 3 years, 4 months ago
  18. 020f5c4 bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (GH-30642) by Miss Islington (bot) · 3 years, 4 months ago
  19. 7e55730 gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176) by Miss Islington (bot) · 3 years, 4 months ago
  20. 51b885a bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408) by Miss Islington (bot) · 3 years, 4 months ago
  21. e48da72 [3.9] Remove effbot urls (GH-26308). (#92162) by Thaddeus1499 · 3 years, 4 months ago
  22. 1a7867f concurrent.futures: Fix typo in docstring (GH-92121) by Miss Islington (bot) · 3 years, 4 months ago
  23. 206f416 bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593) by Miss Islington (bot) · 3 years, 4 months ago
  24. 54f06ae [3.9] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073) (GH-92102) by Serhiy Storchaka · 3 years, 4 months ago
  25. 3d0a5f7 bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137) by Miss Islington (bot) · 3 years, 4 months ago
  26. 36de20d bpo-26792: Improve docstrings of runpy module run_functions (GH-30729) by Miss Islington (bot) · 3 years, 4 months ago
  27. fa87c36 gh-91832: Add 'required' attr to argparse.Action repr (GH-91841) by Miss Islington (bot) · 3 years, 4 months ago
  28. 993bb16 [3.9] gh-91810: Expand ElementTree.write() tests to use non-ASCII data (GH-91989). (GH-91994) by Serhiy Storchaka · 3 years, 4 months ago
  29. 081e951 Fix missing `f` prefix on f-strings (GH-91910) by Miss Islington (bot) · 3 years, 4 months ago
  30. f4252df gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919) by Miss Islington (bot) · 3 years, 4 months ago
  31. 653a666 gh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920) by Miss Islington (bot) · 3 years, 4 months ago
  32. 4165702 RE: Add more tests for inline flag "x" and re.VERBOSE (GH-91854) by Miss Islington (bot) · 3 years, 4 months ago
  33. 537dabc [3.9] gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580). (GH-91661) (GH-91837) by Miss Islington (bot) · 3 years, 4 months ago
  34. 76ff686 [3.9] gh-91700: Validate the group number in conditional expression in RE (GH-91702) (GH-91831) (GH-91836) by Miss Islington (bot) · 3 years, 4 months ago
  35. 97d14e1 [3.9] gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665) (GH-91830) (GH-91834) by Miss Islington (bot) · 3 years, 4 months ago
  36. cb3c85d [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its executor (GH-91680) by Miss Islington (bot) · 3 years, 4 months ago
  37. 3b6072e gh-91231: multiprocessing BaseManager waits 1.0 second (GH-91701) by Miss Islington (bot) · 3 years, 4 months ago
  38. 63af7b3 Add more tests for group names and refs in RE (GH-91695) by Miss Islington (bot) · 3 years, 4 months ago
  39. 2a43afd [3.9] [3.10] gh-91607: Fix several test_concurrent_futures tests to actually test what they claim (GH-91600) (GH-91612) (#91617) by Gregory P. Smith · 3 years, 4 months ago
  40. f3f5d4b gh-90879: Fix missing parameter for put_nowait() (GH-91514) by Miss Islington (bot) · 3 years, 4 months ago
  41. 0ab5e83 gh-87497: Document that urllib.request sends headers in camel case (GH-24661) by Miss Islington (bot) · 3 years, 4 months ago
  42. a8d245a gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465) by Miss Islington (bot) · 3 years, 4 months ago
  43. 4cc4fe2 [3.9] GH-89074: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) (#91471) by Miss Islington (bot) · 3 years, 4 months ago
  44. 80c1153 bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083) by Steve Dower · 3 years, 4 months ago
  45. 1ab5351 Fix whitespace/indentation issues in test_sys (GH-32369) (GH-32373) by Ken Jin · 3 years, 4 months ago
  46. 5b4bc61 bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by Miss Islington (bot) · 3 years, 5 months ago
  47. 490ccbd bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) by Miss Islington (bot) · 3 years, 5 months ago
  48. 306a93b [3.9] bpo-47089: Avoid test_compileall failures on Windows (GH-32037). (GH-32240) by Jeremy Kloth · 3 years, 5 months ago
  49. d6d170f Fix typo in the sqlite3 docs (GH-31915) (GH-32158) by Miss Islington (bot) · 3 years, 5 months ago
  50. f84fb55 bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) by Miss Islington (bot) · 3 years, 5 months ago
  51. b28265d Python 3.9.12 by Łukasz Langa · 3 years, 5 months ago v3.9.12
  52. ec3589f bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) by Miss Islington (bot) · 3 years, 5 months ago
  53. 3c60190 bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Miss Islington (bot) · 3 years, 5 months ago
  54. 8db7610 bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) by Jeremy Kloth · 3 years, 5 months ago
  55. f47984b [3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049) by Andrew Svetlov · 3 years, 5 months ago
  56. 58a7e13 bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015) by Gregory P. Smith · 3 years, 5 months ago
  57. 4aa8b80 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Miss Islington (bot) · 3 years, 5 months ago
  58. 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
  59. cbcd2e3 bpo-39394: Improve warning message in the re module (GH-31988) by Miss Islington (bot) · 3 years, 5 months ago
  60. 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
  61. 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
  62. e808c9d [3.9] bpo-42782: fix broken shutil test (GH-31971) by Jelle Zijlstra · 3 years, 5 months ago
  63. 612019e bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) by Miss Islington (bot) · 3 years, 5 months ago
  64. 4e9bb27 bpo-47038: Increase a test timeout for slow CI machines (GH-31951) by Miss Islington (bot) · 3 years, 5 months ago
  65. 0412e3a bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) by Miss Islington (bot) · 3 years, 5 months ago
  66. 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
  67. 0b0609d [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-30894) by Miss Islington (bot) · 3 years, 5 months ago
  68. 0f0c55c Python 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  69. 32ae9ab bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  70. 64a68c3 bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  71. 1b12392 Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) by Ned Deily · 3 years, 5 months ago
  72. 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
  73. bda64b3 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) by Ned Deily · 3 years, 5 months ago
  74. 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
  75. f7f7838 [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31797) by Jelle Zijlstra · 3 years, 5 months ago
  76. 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
  77. 20e88f7 bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  78. 0663ca1 bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  79. 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
  80. 7fba55f Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  81. 01df04883 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  82. 6a14330 bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676) by Victor Stinner · 3 years, 6 months ago
  83. 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
  84. 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
  85. 4560c7e bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  86. f3bb8fe Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) by Miss Islington (bot) · 3 years, 6 months ago
  87. 29e8c43 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  88. 336a916 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469) by Miss Islington (bot) · 3 years, 6 months ago
  89. 959846b bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  90. e7115d5 replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445) by Miss Islington (bot) · 3 years, 6 months ago
  91. 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
  92. 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
  93. c11f41b Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 3 years, 6 months ago
  94. 29ae7d3 bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) by Miss Islington (bot) · 3 years, 6 months ago
  95. 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
  96. c292118 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327) by Miss Islington (bot) · 3 years, 6 months ago
  97. 502ad39 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 3 years, 6 months ago
  98. c31b8a9 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312) by Dennis Sweeney · 3 years, 6 months ago
  99. 1d4d44c bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Miss Islington (bot) · 3 years, 6 months ago
  100. 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