Python 3.7.17
  1. ecd9946 Python 3.7.17 by Ned Deily · 2 years, 2 months ago v3.7.17
  2. 417ac32 [3.7] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u. (GH-105308) by Ned Deily · 2 years, 2 months ago
  3. 32590d5 [3.7] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105223) by Miss Islington (bot) · 2 years, 2 months ago
  4. d28bafa [3.7] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-104896) by stratakis · 2 years, 2 months ago
  5. de108bc [3.7] gh-68966: fix versionchanged in docs (GH-105300) by Ned Deily · 2 years, 2 months ago
  6. 1ce801b [3.7] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104333) by Miss Islington (bot) · 2 years, 3 months ago
  7. 4e2dd0c [3.7] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104122) by Miss Islington (bot) · 2 years, 3 months ago
  8. e168f83 [3.7] gh-101997: Update bundled pip version to 23.0.1 (GH-102273) by Pradyun Gedam · 2 years, 3 months ago
  9. 9e22e43 [3.7] Workarounds to allow GitHub Actions macOS CI tests to run for 3.7. (GH-104998) by Ned Deily · 2 years, 3 months ago
  10. 7522ff7 [3.7] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK. (GH-102427) by Ned Deily · 2 years, 4 months ago
  11. 00d1d32 [3.7] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102668) by Miss Islington (bot) · 2 years, 5 months ago
  12. cbd192b [3.7] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101753) by Steve Dower · 2 years, 6 months ago
  13. c7fdc9c [3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101713) by Steve Dower · 2 years, 6 months ago
  14. ecfed4f [3.7] gh-95778: add doc missing in some places (GH-100627) (GH-101631) by Éric · 2 years, 6 months ago
  15. d729c5c gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
  16. ae3dea3 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (GH-101259) by Steve Dower · 2 years, 7 months ago
  17. 1c33891 [3.7] Bump Azure Pipelines to ubuntu-20.04 (GH-101089). (GH-101226) by Hugo van Kemenade · 2 years, 7 months ago
  18. a6b889e [3.7] Update copyright year in README (GH-100863) (GH-100865) (#100868) by Miss Islington (bot) · 2 years, 7 months ago
  19. fbda1c2 [3.7] Correct CVE-2020-10735 documentation (GH-100306). (GH-100699) by Gregory P. Smith · 2 years, 7 months ago
  20. 798260f [3.7] Update copyright years to 2023. (gh-100853) by Benjamin Peterson · 2 years, 7 months ago
  21. 91cdd75 Post 3.7.16 by Ned Deily · 2 years, 9 months ago
  22. 3f82aa7 Python 3.7.16 by Ned Deily · 2 years, 9 months ago v3.7.16
  23. b5bdf6a [3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (GH-100034) by Miss Islington (bot) · 2 years, 9 months ago
  24. b0b590b [3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99232) by Miss Islington (bot) · 2 years, 9 months ago
  25. 64e95f2 [3.7] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98788) by Miss Islington (bot) · 2 years, 10 months ago
  26. 8088c90 [3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528) by Miss Islington (bot) · 2 years, 10 months ago
  27. e7fe111 [3.7] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98195) by Miss Islington (bot) · 2 years, 10 months ago
  28. 6e8e9e7 [3.7] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-98191) by Miss Islington (bot) · 2 years, 10 months ago
  29. 6d576a4 Post release updates by Ned Deily · 2 years, 10 months ago
  30. 9de83ce 3.7.15 by Ned Deily · 2 years, 10 months ago v3.7.15
  31. c7ec780 [3.7] gh-97612: Fix shell injection in get-remote-certificate.py (#97613) (#97634) by Victor Stinner · 2 years, 11 months ago
  32. fd82f16 [3.7] gh-97616: list_resize() checks for integer overflow (GH-97617) (#97629) by Miss Islington (bot) · 2 years, 11 months ago
  33. 98884f5 [3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576) by Victor Stinner · 2 years, 11 months ago
  34. 46796ed [3.7] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (#97014) by Miss Islington (bot) · 2 years, 11 months ago
  35. 7fcfa94 [3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97836) by Miss Islington (bot) · 2 years, 11 months ago
  36. 8fc2635 gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96659) by Miss Islington (bot) · 3 years ago
  37. 086cca4 Post releae updates by Ned Deily · 3 years ago
  38. e1ebdc5 gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) by roy reznik · 3 years ago v3.7.14
  39. 61e371a 3.7.14 by Ned Deily · 3 years ago
  40. 8feefc2 Move doc build dependencies to Doc/requirements.txt (GH-96607) by Ned Deily · 3 years ago
  41. 15ec1af [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504) by Gregory P. Smith · 3 years ago
  42. d5fe995 bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498) by Gregory P. Smith · 3 years ago
  43. 6fde293 [3.7] fix CI on macOS due to infrastructure changes (GH-96493) by Gregory P. Smith · 3 years ago
  44. 9d58933 bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) (GH-92342) by Miss Islington (bot) · 3 years ago
  45. 9da3502 [3.7] Fix the Windows CI config. (GH-96490) by Gregory P. Smith · 3 years ago
  46. bb8e49b bpo-41306: Allow scale value to not be rounded (GH-21715) (GH-96484) by Miss Islington (bot) · 3 years ago
  47. c199831 [3.7] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95314) by Łukasz Langa · 3 years, 1 month ago
  48. dfc5e45 [3.7] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94833) by Dong-hee Na · 3 years, 1 month ago
  49. 239b2d9 [3.7] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94496) by Łukasz Langa · 3 years, 2 months ago
  50. 8a34afd gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94095) by Miss Islington (bot) · 3 years, 2 months ago
  51. 9b13df4 gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94126) by Miss Islington (bot) · 3 years, 2 months ago
  52. 3a4ca49 [3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149) by Łukasz Langa · 3 years, 3 months ago
  53. 2a353b2 [3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH-92334) by Erlend Egeberg Aasland · 3 years, 3 months ago
  54. aebbd75 gh-92448: Update the documentation builder to render the GitHub issue (GH-92600) by Ned Deily · 3 years, 3 months ago
  55. 73317e3 [3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889) (GH-91937) by Ezio Melotti · 3 years, 3 months ago
  56. 5da1197 Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91894) by Miss Islington (bot) · 3 years, 3 months ago
  57. 6fd61c9 [3.7] Update Sphinx bpo role to use redirect URI. (GH-91893) by Ezio Melotti · 3 years, 3 months ago
  58. 5adef3d bpo-42773: fix tests not being run on pushes (GH-24004) (GH-92341) by Miss Islington (bot) · 3 years, 3 months ago
  59. 387f93c1 bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) (GH-32251) by Miss Islington (bot) · 3 years, 5 months ago
  60. d97497b bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32182) by Steve Dower · 3 years, 5 months ago
  61. 25f00bf bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111) by m-aciek · 3 years, 5 months ago
  62. d4a93e4 Post release updates by Ned Deily · 3 years, 5 months ago
  63. 000593c 3.7.13 by Ned Deily · 3 years, 5 months ago v3.7.13
  64. 4a1d65f bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31925) by Miss Islington (bot) · 3 years, 5 months ago
  65. b620446 bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31911) by Ned Deily · 3 years, 5 months ago
  66. 5263afe Tidy changelog by removing redundant intermediate expat update items. (GH-31907) by Ned Deily · 3 years, 5 months ago
  67. 720bb45 bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31890) by Ned Deily · 3 years, 5 months ago
  68. 80cc10f Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882) by Ned Deily · 3 years, 5 months ago
  69. 0fbab8a bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861) by Ned Deily · 3 years, 5 months ago
  70. 5a8e968 bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852) by Ned Deily · 3 years, 5 months ago
  71. f656bc1 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31741) by Miss Islington (bot) · 3 years, 5 months ago
  72. 4a3c610 bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) (GH-31735) by Steve Dower · 3 years, 5 months ago
  73. 9747627 bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31730) by Steve Dower · 3 years, 5 months ago
  74. 31fef7e bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573) by Miss Islington (bot) · 3 years, 6 months ago
  75. 15d7594 bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31521) by Miss Islington (bot) · 3 years, 6 months ago
  76. 24a549f Update copyright year to 2022. (GH-30335) (GH-31477) by Miss Islington (bot) · 3 years, 6 months ago
  77. 61f3c30 bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31418) by Miss Islington (bot) · 3 years, 6 months ago
  78. d4f5bb9 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471) by Miss Islington (bot) · 3 years, 6 months ago
  79. 5fdacac bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31298) by Dong-hee Na · 3 years, 6 months ago
  80. 7a58509 bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-31476) by Ned Deily · 3 years, 6 months ago
  81. 811f65b bpo-41028: use generic version links in Docs index. by Ned Deily · 3 years, 8 months ago
  82. d5650a1 Post release updates by Ned Deily · 4 years ago
  83. 1f97973 3.7.12 by Ned Deily · 4 years ago v3.7.12
  84. 79101b8 [3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) by Łukasz Langa · 4 years ago
  85. d2cc04c [3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037) by Miss Islington (bot) · 4 years ago
  86. e9b85af bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27975) by Miss Islington (bot) · 4 years ago
  87. 041bfaf Fix Sphinx directive typo in 3.7.11 changelog. by Ned Deily · 4 years, 1 month ago
  88. 16ef0f9 Post release updates by Ned Deily · 4 years, 2 months ago
  89. 9da28d2 3.7.11 by Ned Deily · 4 years, 2 months ago v3.7.11
  90. fee9642 bpo-44022: Improve the regression test. (GH-26503) (GH-26507) by Miss Islington (bot) · 4 years, 3 months ago
  91. c723d51 [3.7] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.7.11 (GH-26267) by Senthil Kumaran · 4 years, 3 months ago
  92. 1beae7e [3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960) by Zachary Ware · 4 years, 3 months ago
  93. 078b146 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25934) by Miss Islington (bot) · 4 years, 3 months ago
  94. f4dac7e [3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25923) by Miss Islington (bot) · 4 years, 3 months ago
  95. ada1499 bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249) by Miss Islington (bot) · 4 years, 4 months ago
  96. 512742d bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) (GH-25858) by Miss Islington (bot) · 4 years, 4 months ago
  97. 64be96a [3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) (GH-24928) by Christian Heimes · 4 years, 4 months ago
  98. 2f01c56 [3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075). (GH-25085) by Pablo Galindo · 4 years, 5 months ago
  99. 7c2284f bpo-42988: Remove the pydoc getfile feature (GH-25015) (#25066) by Miss Islington (bot) · 4 years, 5 months ago
  100. 7937395 [3.7] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) (GH-24883) by Miss Islington (bot) · 4 years, 5 months ago