Python 3.7.14
  1. 61e371a 3.7.14 by Ned Deily · 3 years ago
  2. 15ec1af [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504) by Gregory P. Smith · 3 years ago
  3. bb8e49b bpo-41306: Allow scale value to not be rounded (GH-21715) (GH-96484) by Miss Islington (bot) · 3 years ago
  4. 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
  5. 8a34afd gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94095) by Miss Islington (bot) · 3 years, 2 months ago
  6. 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
  7. 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
  8. 2a353b2 [3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH-92334) by Erlend Egeberg Aasland · 3 years, 3 months ago
  9. aebbd75 gh-92448: Update the documentation builder to render the GitHub issue (GH-92600) by Ned Deily · 3 years, 3 months ago
  10. 73317e3 [3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889) (GH-91937) by Ezio Melotti · 3 years, 3 months ago
  11. 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
  12. 25f00bf bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111) by m-aciek · 3 years, 5 months ago
  13. 000593c 3.7.13 by Ned Deily · 3 years, 5 months ago v3.7.13
  14. 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
  15. 5263afe Tidy changelog by removing redundant intermediate expat update items. (GH-31907) by Ned Deily · 3 years, 5 months ago
  16. 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
  17. 80cc10f Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882) by Ned Deily · 3 years, 5 months ago
  18. 0fbab8a bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861) by Ned Deily · 3 years, 5 months ago
  19. 5a8e968 bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852) by Ned Deily · 3 years, 5 months ago
  20. f656bc1 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31741) by Miss Islington (bot) · 3 years, 5 months ago
  21. 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
  22. 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, 6 months ago
  23. 31fef7e bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573) by Miss Islington (bot) · 3 years, 6 months ago
  24. 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
  25. 61f3c30 bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31418) by Miss Islington (bot) · 3 years, 6 months ago
  26. d4f5bb9 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471) by Miss Islington (bot) · 3 years, 6 months ago
  27. 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
  28. 1f97973 3.7.12 by Ned Deily · 4 years ago v3.7.12
  29. 79101b8 [3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) by Łukasz Langa · 4 years ago
  30. d2cc04c [3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037) by Miss Islington (bot) · 4 years ago
  31. e9b85af bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27975) by Miss Islington (bot) · 4 years ago
  32. 041bfaf Fix Sphinx directive typo in 3.7.11 changelog. by Ned Deily · 4 years, 1 month ago
  33. 9da28d2 3.7.11 by Ned Deily · 4 years, 2 months ago v3.7.11
  34. 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, 4 months ago
  35. f4dac7e [3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25923) by Miss Islington (bot) · 4 years, 4 months ago
  36. ada1499 bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249) by Miss Islington (bot) · 4 years, 4 months ago
  37. 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
  38. 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
  39. 7c2284f bpo-42988: Remove the pydoc getfile feature (GH-25015) (#25066) by Miss Islington (bot) · 4 years, 5 months ago
  40. 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
  41. 9b2dd1f 3.7.10 by Ned Deily · 4 years, 6 months ago v3.7.10
  42. d0d4d30 [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531) by Senthil Kumaran · 4 years, 6 months ago
  43. d9b8f13 [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24249) by Benjamin Peterson · 4 years, 7 months ago
  44. 8200ee6 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24041) by Miss Islington (bot) · 4 years, 8 months ago
  45. 00278d4 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836) by Miss Islington (bot) · 4 years, 8 months ago
  46. db95802 bpo-40791: Make compare_digest more constant-time. (GH-23438) by Miss Islington (bot) · 4 years, 9 months ago
  47. 225e365 [3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117) by Serhiy Storchaka · 4 years, 9 months ago
  48. 43e5231 bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22578) by Miss Skeleton (bot) · 4 years, 10 months ago
  49. e512bc7 bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801) by Ned Deily · 4 years, 10 months ago
  50. 9b5a023 [3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22601) by Pablo Galindo · 4 years, 11 months ago
  51. 13c9474 3.7.9 by Ned Deily · 5 years ago v3.7.9
  52. a0ad829 bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel by Ned Deily · 5 years ago
  53. cf79cbf bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-21878) by Miss Islington (bot) · 5 years ago
  54. ca75fec bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538) by Miss Islington (bot) · 5 years ago
  55. eb0d255 bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) (GH-21524) by Miss Islington (bot) · 5 years ago
  56. 4bfcffe bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499) by Steve Dower · 5 years ago
  57. 79c6b60 bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484) by Miss Islington (bot) · 5 years ago
  58. 620e276 bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461) by Miss Islington (bot) · 5 years ago
  59. c8c818b closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21389) by Miss Islington (bot) · 5 years ago
  60. 110dd15 [3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21298) by Steve Dower · 5 years ago
  61. b98e779 [3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21231) by Tapas Kundu · 5 years ago
  62. 4b47a5b 3.7.8 by Ned Deily · 5 years ago v3.7.8
  63. cfbc759 BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155) by Miss Islington (bot) · 5 years ago
  64. d3798ed [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949) by Christian Heimes · 5 years ago
  65. 5f3933d 3.7.8rc1 by Ned Deily · 5 years ago v3.7.8rc1
  66. 0d70a98 bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile by Ned Deily · 5 years ago
  67. 966036a bpo-39580: add check for CLI installation on macOS by Ned Deily · 5 years ago
  68. 9f4eec0 Update the macOS installer build scripts by Ned Deily · 5 years ago
  69. 678ffc4 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Miss Islington (bot) · 5 years ago
  70. b46beb2 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  71. aa83935 [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH-20892) by Miss Islington (bot) · 5 years ago
  72. 617af99 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Steve Dower · 5 years ago
  73. 0abb70e bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  74. ebd4400 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) by Miss Islington (bot) · 5 years ago
  75. f881c86 bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) by Miss Islington (bot) · 5 years ago
  76. 4b378ac Add quotes to code to be a string by Miss Islington (bot) · 5 years ago
  77. d1c449a bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  78. 911c35d bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  79. 296db8c bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  80. 80b6a05 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  81. 5aa40e5 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Miss Islington (bot) · 5 years ago
  82. 852e8a7 [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) by Miss Islington (bot) · 5 years ago
  83. 5f977e0 bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  84. 1c4dcaf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  85. a93bf82 bpo-39073: validate Address parts to disallow CRLF (GH-19007) by Miss Islington (bot) · 5 years ago
  86. 4ea8028 [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Miss Islington (bot) · 5 years ago
  87. 82397e2 bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Miss Islington (bot) · 5 years ago
  88. 4330014 [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) by Batuhan Taskaya · 5 years ago
  89. 67bbb5d bpo-39631: Adds NEWS entry (GH-20227) by Miss Islington (bot) · 5 years ago
  90. 8e49c1f bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Miss Islington (bot) · 5 years ago
  91. 6da26f8 bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144) by Miss Islington (bot) · 5 years ago
  92. 43b355e [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126) by Miss Islington (bot) · 5 years ago
  93. 7a89f9b bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Miss Islington (bot) · 5 years ago
  94. efc9065 [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) by Christian Heimes · 5 years ago
  95. 5e6b491 bpo-40479: Test with latest OpenSSL versions (GH-20108) by Miss Islington (bot) · 5 years ago
  96. 7ef2751 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Miss Islington (bot) · 5 years ago
  97. 61b49a0 bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Miss Islington (bot) · 5 years ago
  98. 2501428 [3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Miss Islington (bot) · 5 years ago
  99. d64fd61 [3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19935) by Robert Rouhani · 5 years ago
  100. 8ddf915 bpo-40459: Fix NameError in platform.py (GH-19855) by Miss Islington (bot) · 5 years ago