Python 3.8.16
  1. 1e3d2d5 Python 3.8.16 by Łukasz Langa · 2 years, 9 months ago v3.8.16
  2. e43393a [3.8] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100033) by Miss Islington (bot) · 2 years, 9 months ago
  3. b50b6f9 [3.8] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99661) by Miss Islington (bot) · 2 years, 9 months ago
  4. 82ca283 [3.8] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (GH-99231) by Miss Islington (bot) · 2 years, 9 months ago
  5. 948c679 [3.8] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98527) by Miss Islington (bot) · 2 years, 10 months ago
  6. 0037d46 [3.8] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98787) by Miss Islington (bot) · 2 years, 10 months ago
  7. 0a4f650 [3.8] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98192) by Miss Islington (bot) · 2 years, 10 months ago
  8. a44cc0a [3.8] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98197) by Miss Islington (bot) · 2 years, 10 months ago
  9. 4f1364c Post 3.8.15 by Łukasz Langa · 2 years, 10 months ago
  10. 44adf8a Python 3.8.15 by Łukasz Langa · 2 years, 10 months ago v3.8.15
  11. dca2fd2 [3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97835) by Miss Islington (bot) · 2 years, 11 months ago
  12. 18a0cdb [3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575) by Miss Islington (bot) · 2 years, 11 months ago
  13. 12c72d6 [3.8] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96658) by Miss Islington (bot) · 2 years, 11 months ago
  14. 069b718 [3.8] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97013) by Miss Islington (bot) · 2 years, 11 months ago
  15. f9ce9d4 [3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628) by Miss Islington (bot) · 2 years, 11 months ago
  16. 9062049 [3.8] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97633) by Miss Islington (bot) · 2 years, 11 months ago
  17. 246a044 [3.8] Update bugs URL references in README and Docs/bugs.rst from bpo to gh issues (GH-96728) by Ned Deily · 3 years ago
  18. 67d5c50 Post 3.8.14 by Łukasz Langa · 3 years ago
  19. f43e767 Python 3.8.14 by Łukasz Langa · 3 years ago v3.8.14
  20. b5e331f [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503) by Gregory P. Smith · 3 years ago
  21. 4f100fe [3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834) by Dong-hee Na · 3 years, 1 month ago
  22. 48b323e [3.8] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95313) by Łukasz Langa · 3 years, 1 month ago
  23. f78733b [3.8] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94571) by Łukasz Langa · 3 years, 1 month ago
  24. bd0f2a1 [3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94495) by Łukasz Langa · 3 years, 2 months ago
  25. 51f1ae5 gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94124) by Miss Islington (bot) · 3 years, 2 months ago
  26. 4dc2cae gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94094) by Miss Islington (bot) · 3 years, 2 months ago
  27. 5776f72 gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547) by Miss Islington (bot) · 3 years, 2 months ago
  28. 067c372 bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-92954) by Victor Stinner · 3 years, 2 months ago
  29. 6d4927a [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93148) by Łukasz Langa · 3 years, 3 months ago
  30. 69cf020 [3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92333) by Erlend Egeberg Aasland · 3 years, 3 months ago
  31. 7ccdec3 bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) (GH-32250) by Miss Islington (bot) · 3 years, 3 months ago
  32. a5ed894 [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-92605) by Dong-hee Na · 3 years, 3 months ago
  33. 10bc004 [3.8] Update Sphinx bpo role to use redirect URI. (#91892) by Ezio Melotti · 3 years, 3 months ago
  34. b3b1ff1 Add redirects to Misc/NEWS bpo links (GH-91454) (#91895) by Miss Islington (bot) · 3 years, 3 months ago
  35. 0638941 [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936) by Ezio Melotti · 3 years, 3 months ago
  36. bf54487 bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161) (#32183) by Steve Dower · 3 years, 3 months ago
  37. d35af52 [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109) by m-aciek · 3 years, 4 months ago
  38. a43fd45 Post 3.8.13, take two by Łukasz Langa · 3 years, 5 months ago
  39. ea67321 Python 3.8.13, take two by Łukasz Langa · 3 years, 5 months ago v3.8.13
  40. 4d8e08b bpo-31327: Update time documentation to reflect possible errors (GH-31460) (GH-31827) by Miss Islington (bot) · 3 years, 5 months ago
  41. 2b97cfd bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31924) by Miss Islington (bot) · 3 years, 5 months ago
  42. e5f711f Post 3.8.13 by Łukasz Langa · 3 years, 5 months ago
  43. f1c3816 Python 3.8.13 by Łukasz Langa · 3 years, 5 months ago
  44. e8b72fc [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31912) by Ned Deily · 3 years, 5 months ago
  45. 7a315d8 bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851) by Ned Deily · 3 years, 5 months ago
  46. dea270a bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31889) by Ned Deily · 3 years, 5 months ago
  47. ccbc31e bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31419) by Miss Islington (bot) · 3 years, 5 months ago
  48. 28ad79e Update copyright year to 2022. (GH-30335) (GH-31478) by Miss Islington (bot) · 3 years, 5 months ago
  49. 6649519 bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) (GH-31734) by Steve Dower · 3 years, 5 months ago
  50. cff1b78 bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31729) by Steve Dower · 3 years, 5 months ago
  51. c3ec5bc bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740) by Miss Islington (bot) · 3 years, 5 months ago
  52. 1c9701a bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572) by Miss Islington (bot) · 3 years, 6 months ago
  53. eb6c840 bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520) by Miss Islington (bot) · 3 years, 6 months ago
  54. 438f8cd Don't test with OpenSSL 3.0 on 3.8 by Łukasz Langa · 3 years, 6 months ago
  55. 899eb41 Force use of `windows-2019` on GHA to continue using the v140 platform toolkit by Łukasz Langa · 3 years, 6 months ago
  56. fdfd7a9 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) by Sebastian Pipping · 3 years, 6 months ago
  57. c60414d bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297) by Dong-hee Na · 3 years, 6 months ago
  58. 4c48cac bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344) by Miss Islington (bot) · 3 years, 6 months ago
  59. b1bc04d bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118) by Miss Islington (bot) · 3 years, 6 months ago
  60. 8a84aef [3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (#30829) by Jason R. Coombs · 3 years, 6 months ago
  61. f87e616 bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173) by Miss Islington (bot) · 3 years, 6 months ago
  62. 7c5b01b bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29710) by Miss Islington (bot) · 3 years, 8 months ago
  63. c37a0d9 bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537) by Miss Islington (bot) · 3 years, 9 months ago
  64. 10b0c67 bpo-44828: Avoid leaving a zombie Save panel (GH-29372) by Ned Deily · 3 years, 10 months ago
  65. 76658e5 bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287) by Miss Islington (bot) · 3 years, 10 months ago
  66. f19c1a1 bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) (GH-29279) by Miss Islington (bot) · 3 years, 10 months ago
  67. f240714 [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245) by Ned Deily · 3 years, 10 months ago
  68. 2ce3816 bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093) by Miss Islington (bot) · 3 years, 10 months ago
  69. 67e10be bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-28978) by Miss Islington (bot) · 3 years, 10 months ago
  70. 7f70ba3 bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979) by Victor Stinner · 3 years, 10 months ago
  71. 1d8cb01 bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984) by Miss Islington (bot) · 3 years, 10 months ago
  72. 90004fc [3.8] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28620) by Miss Islington (bot) · 3 years, 11 months ago
  73. 456d6d9 bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) (GH-28622) by Miss Islington (bot) · 3 years, 11 months ago
  74. 8344fef [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28535) by Miss Islington (bot) · 3 years, 11 months ago
  75. 5a42a49 bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213) by Miss Islington (bot) · 4 years ago
  76. 8c3a10e bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) (GH-28001) by Steve Dower · 4 years ago
  77. 9d318ad Post 3.8.12 by Łukasz Langa · 4 years ago
  78. 07119dd Python 3.8.12 by Łukasz Langa · 4 years ago v3.8.12
  79. 8371290 [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063) by Christian Heimes · 4 years ago
  80. 1f89e51 bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH-28059) by Miss Islington (bot) · 4 years ago
  81. 7234e67 bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28054) by Miss Islington (bot) · 4 years ago
  82. 803c607 [3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041) by Łukasz Langa · 4 years ago
  83. b93aea4 [3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036) by Miss Islington (bot) · 4 years ago
  84. c9c2a0b bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033) by Miss Islington (bot) · 4 years ago
  85. 193443b bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28026) by Miss Islington (bot) · 4 years ago
  86. 44dd2ec Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27999) by Miss Islington (bot) · 4 years ago
  87. 9c74678 bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-27996) by Miss Islington (bot) · 4 years ago
  88. 81148c6 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27974) by Miss Islington (bot) · 4 years ago
  89. 6ebfe8d [3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27825) by Łukasz Langa · 4 years ago
  90. 03dd89d [3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-27801) by achraf-mer · 4 years ago
  91. d7f5796 bpo-33930: Fix typo in the test name. (GH-27735) by Miss Islington (bot) · 4 years ago
  92. 09d814b [3.8] bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27721) by Łukasz Langa · 4 years ago
  93. 7f88aea bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) (GH-27713) by Miss Islington (bot) · 4 years ago
  94. b019ffe bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692) by Irit Katriel · 4 years ago
  95. 0a42309 bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27652) by Miss Islington (bot) · 4 years ago
  96. af441df Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414) by Miss Islington (bot) · 4 years, 1 month ago
  97. 54d3871 bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27276) by Miss Islington (bot) · 4 years, 1 month ago
  98. 0389426 bpo-44022: Improve the regression test. (GH-26503) (#26506) by Miss Islington (bot) · 4 years, 1 month ago
  99. ae5dcf5 Post 3.8.11 by Łukasz Langa · 4 years, 2 months ago
  100. c3ffbbd Python 3.8.11 by Łukasz Langa · 4 years, 2 months ago v3.8.11