Python 3.9.16
  1. 595f9cc Python 3.9.16 by Łukasz Langa · 2 years, 9 months ago v3.9.16
  2. 3b81c13 [3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100032) by Miss Islington (bot) · 2 years, 9 months ago
  3. 7b98207 [3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99493) by Steve Dower · 2 years, 9 months ago
  4. c09dba5 [3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230) by Miss Islington (bot) · 2 years, 9 months ago
  5. b43496c [3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (#98504) by Miss Islington (bot) · 2 years, 10 months ago
  6. 857efee [3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526) by Miss Islington (bot) · 2 years, 10 months ago
  7. 71a075a [3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786) by Miss Islington (bot) · 2 years, 10 months ago
  8. c59a16e [3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98190) by Miss Islington (bot) · 2 years, 10 months ago
  9. 7e28154 Python 3.9.15 by Łukasz Langa · 2 years, 10 months ago v3.9.15
  10. 77796d0 [3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97968) by Miss Islington (bot) · 2 years, 11 months ago
  11. 358b7a4 [3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574) by Miss Islington (bot) · 2 years, 11 months ago
  12. 938223e [3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657) by Miss Islington (bot) · 2 years, 11 months ago
  13. 4118813 [3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874) (#96877) by Victor Stinner · 2 years, 11 months ago
  14. 9b409e4 [3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012) by Miss Islington (bot) · 2 years, 11 months ago
  15. f65f3a9d [3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627) by Miss Islington (bot) · 2 years, 11 months ago
  16. d6ef680 [3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97632) by Miss Islington (bot) · 2 years, 11 months ago
  17. 816066f Python 3.9.14 by Łukasz Langa · 3 years ago v3.9.14
  18. cec1e9d [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502) by Gregory P. Smith · 3 years ago
  19. 03dc951 gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) (GH-95323) by Miss Islington (bot) · 3 years, 1 month ago
  20. 017080f [3.9] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95312) by Łukasz Langa · 3 years, 1 month ago
  21. cd0a59f gh-94821: Fix autobind of empty unix domain address (GH-94826) (GH-94875) by Miss Islington (bot) · 3 years, 1 month ago
  22. eff4aa5 [3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570) by Łukasz Langa · 3 years, 2 months ago
  23. 66f4593 gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94123) by Miss Islington (bot) · 3 years, 2 months ago
  24. defaa2b gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94093) by Miss Islington (bot) · 3 years, 2 months ago
  25. 893adbf gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93791) by Miss Islington (bot) · 3 years, 2 months ago
  26. 95c9c2b gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93147) by Miss Islington (bot) · 3 years, 3 months ago
  27. 9f7cdb2 bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92967) by Miss Islington (bot) · 3 years, 3 months ago
  28. 6de2ca5 Python 3.9.13 by Łukasz Langa · 3 years, 3 months ago v3.9.13
  29. 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
  30. 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
  31. 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
  32. 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
  33. 801f771 [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740) by Dennis Sweeney · 3 years, 3 months ago
  34. 65d2dfd bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  35. 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
  36. b7a8786 bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  37. 1fb25a9 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  38. 03aa752 bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732) by Miss Islington (bot) · 3 years, 3 months ago
  39. 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
  40. 08907ad Fix use of the default role in a news entry. (GH-92500) by Miss Islington (bot) · 3 years, 3 months ago
  41. 4802344 [3.9] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449). (GH-92458) by Dong-hee Na · 3 years, 3 months ago
  42. df48bd9 NEWS: Reorder items by section (GH-92373) by Miss Islington (bot) · 3 years, 4 months ago
  43. 7d17a7b [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278) by Erlend Egeberg Aasland · 3 years, 4 months ago
  44. f84c51e gh-92036: Fix gc_fini_untrack() (GH-92037) by Miss Islington (bot) · 3 years, 4 months ago
  45. 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
  46. 4ede781 bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862) by Miss Islington (bot) · 3 years, 4 months ago
  47. 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
  48. 1b1c79c [3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92080) by Serhiy Storchaka · 3 years, 4 months ago
  49. 51b885a bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408) by Miss Islington (bot) · 3 years, 4 months ago
  50. d113674 gh-91783: Document security considerations for shutil.unpack_archive (GH-91844) by Miss Islington (bot) · 3 years, 4 months ago
  51. 206f416 bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593) by Miss Islington (bot) · 3 years, 4 months ago
  52. 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
  53. 3d0a5f7 bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137) by Miss Islington (bot) · 3 years, 4 months ago
  54. 36de20d bpo-26792: Improve docstrings of runpy module run_functions (GH-30729) by Miss Islington (bot) · 3 years, 4 months ago
  55. fa87c36 gh-91832: Add 'required' attr to argparse.Action repr (GH-91841) by Miss Islington (bot) · 3 years, 4 months ago
  56. 081e951 Fix missing `f` prefix on f-strings (GH-91910) by Miss Islington (bot) · 3 years, 4 months ago
  57. 38be31e [3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935) by Ezio Melotti · 3 years, 4 months ago
  58. 42a158b gh-91547: Remove "Undocumented modules" page (GH-91682) by Miss Islington (bot) · 3 years, 4 months ago
  59. 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
  60. 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
  61. 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
  62. 1fce689 bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) by Miss Islington (bot) · 3 years, 4 months ago
  63. 56c2d08 gh-91734: Fix ossaudio support on Solaris (GH-91735) by Miss Islington (bot) · 3 years, 4 months ago
  64. 312e16f [3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91664) by Oleg Iarygin · 3 years, 4 months ago
  65. 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
  66. 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
  67. c171d75 gh-91595: fix the comparison of character and integer by using ord() (GH-91596) by Miss Islington (bot) · 3 years, 4 months ago
  68. 514162b gh-82849: revise intro to os.path.rst (GH-32232) by Miss Islington (bot) · 3 years, 4 months ago
  69. edf1a77 gh-91421: Use constant value check during runtime (GH-91422) (GH-91493) by Miss Islington (bot) · 3 years, 4 months ago
  70. a8d245a gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465) by Miss Islington (bot) · 3 years, 4 months ago
  71. 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
  72. 80c1153 bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083) by Steve Dower · 3 years, 4 months ago
  73. d1fb16a [3.9] bpo-45790: List macros in same order in which fields are described (GH-29529) (GH-32321) by Jelle Zijlstra · 3 years, 5 months ago
  74. e47e6ff bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) by Miss Islington (bot) · 3 years, 5 months ago
  75. 5b4bc61 bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by Miss Islington (bot) · 3 years, 5 months ago
  76. 490ccbd bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) by Miss Islington (bot) · 3 years, 5 months ago
  77. 0f0f85e bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) by Miss Islington (bot) · 3 years, 5 months ago
  78. d04a213 bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179) by Miss Islington (bot) · 3 years, 5 months ago
  79. c26af2b bpo-42340: Document issues around KeyboardInterrupt (GH-23255) by Miss Islington (bot) · 3 years, 5 months ago
  80. f84fb55 bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) by Miss Islington (bot) · 3 years, 5 months ago
  81. dae09c2 [3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) (GH-32156) by Miss Islington (bot) · 3 years, 5 months ago
  82. 25c40bd bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153) by Hugo van Kemenade · 3 years, 5 months ago
  83. b28265d Python 3.9.12 by Łukasz Langa · 3 years, 5 months ago v3.9.12
  84. ec3589f bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) by Miss Islington (bot) · 3 years, 5 months ago
  85. 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
  86. 3c60190 bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Miss Islington (bot) · 3 years, 5 months ago
  87. 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
  88. f47984b [3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049) by Andrew Svetlov · 3 years, 5 months ago
  89. f89949e bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) by Miss Islington (bot) · 3 years, 5 months ago
  90. 58a7e13 bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015) by Gregory P. Smith · 3 years, 5 months ago
  91. 4aa8b80 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Miss Islington (bot) · 3 years, 5 months ago
  92. 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
  93. cbcd2e3 bpo-39394: Improve warning message in the re module (GH-31988) by Miss Islington (bot) · 3 years, 5 months ago
  94. 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
  95. 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
  96. 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
  97. 2de452f Python 3.9.11, take two by Łukasz Langa · 3 years, 5 months ago v3.9.11
  98. 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
  99. 0f0c55c Python 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  100. 513911b [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917) by Christian Heimes · 3 years, 5 months ago