Python 3.7.11
  1. 9da28d2 3.7.11 by Ned Deily · 4 years, 2 months ago v3.7.11
  2. fee9642 bpo-44022: Improve the regression test. (GH-26503) (GH-26507) by Miss Islington (bot) · 4 years, 3 months ago
  3. 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
  4. 1beae7e [3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960) by Zachary Ware · 4 years, 3 months ago
  5. 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
  6. 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
  7. ada1499 bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249) by Miss Islington (bot) · 4 years, 4 months ago
  8. 512742d bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) (GH-25858) by Miss Islington (bot) · 4 years, 4 months ago
  9. 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
  10. 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
  11. 7c2284f bpo-42988: Remove the pydoc getfile feature (GH-25015) (#25066) by Miss Islington (bot) · 4 years, 5 months ago
  12. 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
  13. a99860e Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24716) by Miss Islington (bot) · 4 years, 6 months ago
  14. 30927fa [3.7] bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) (#24642) by Guanzhong Chen · 4 years, 6 months ago
  15. 37ba753 Post release updates by Ned Deily · 4 years, 6 months ago
  16. 9b2dd1f 3.7.10 by Ned Deily · 4 years, 6 months ago v3.7.10
  17. b61b20d Add a warning block around the get_referrers() documentation (GH-24511) (GH-24544) by Miss Islington (bot) · 4 years, 6 months ago
  18. d0d4d30 [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531) by Senthil Kumaran · 4 years, 6 months ago
  19. 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
  20. 117830d Bring Python into the new year. (GH-24036) (GH-24052) by Miss Islington (bot) · 4 years, 8 months ago
  21. 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
  22. 00278d4 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836) by Miss Islington (bot) · 4 years, 8 months ago
  23. 47f075d [3.7] Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.3. (GH-23596) by Benjamin Peterson · 4 years, 9 months ago
  24. db95802 bpo-40791: Make compare_digest more constant-time. (GH-23438) by Miss Islington (bot) · 4 years, 9 months ago
  25. 9ae1742 [3.7] bpo-42336: Improve PCbuild batch files (GH-23325) (GH-23373) by Steve Dower · 4 years, 9 months ago
  26. 225e365 [3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117) by Serhiy Storchaka · 4 years, 9 months ago
  27. dd28047 [3.7] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22890) by larryhastings · 4 years, 10 months ago
  28. 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
  29. e512bc7 bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801) by Ned Deily · 4 years, 10 months ago
  30. 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, 10 months ago
  31. 4e02981 Post release updates by Ned Deily · 5 years ago
  32. 13c9474 3.7.9 by Ned Deily · 5 years ago v3.7.9
  33. a0ad829 bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel by Ned Deily · 5 years ago
  34. cf79cbf bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-21878) by Miss Islington (bot) · 5 years ago
  35. f3b6f3c bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) (GH-21788) by Miss Islington (bot) · 5 years ago
  36. a8ad127 bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835) by Miss Islington (bot) · 5 years ago
  37. ca75fec bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538) by Miss Islington (bot) · 5 years ago
  38. eb0d255 bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) (GH-21524) by Miss Islington (bot) · 5 years ago
  39. 4bfcffe bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499) by Steve Dower · 5 years ago
  40. 79c6b60 bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484) by Miss Islington (bot) · 5 years ago
  41. 620e276 bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461) by Miss Islington (bot) · 5 years ago
  42. c8c818b closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21389) by Miss Islington (bot) · 5 years ago
  43. 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
  44. b98e779 [3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21231) by Tapas Kundu · 5 years ago
  45. 4fdc175 Post release updates by Ned Deily · 5 years ago
  46. 4b47a5b 3.7.8 by Ned Deily · 5 years ago v3.7.8
  47. cfbc759 BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155) by Miss Islington (bot) · 5 years ago
  48. d3798ed [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949) by Christian Heimes · 5 years ago
  49. 934c1fa Update macOS installer reader for 3.7.8 by Ned Deily · 5 years ago
  50. e41eced Fix macOS installer build typos by Ned Deily · 5 years ago
  51. febe382 Post release update by Ned Deily · 5 years ago
  52. 5f3933d 3.7.8rc1 by Ned Deily · 5 years ago v3.7.8rc1
  53. 0d70a98 bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile by Ned Deily · 5 years ago
  54. 95b208f Update missed Python.app copyright. by Ned Deily · 5 years ago
  55. 26e228a Update macOS Python Launcher defaults to python3. by Ned Deily · 5 years ago
  56. 966036a bpo-39580: add check for CLI installation on macOS by Ned Deily · 5 years ago
  57. 9f4eec0 Update the macOS installer build scripts by Ned Deily · 5 years ago
  58. 62855d5 Synchronize macOS installer with 3.9 by Ned Deily · 5 years ago
  59. 678ffc4 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Miss Islington (bot) · 5 years ago
  60. b46beb2 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  61. aa83935 [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH-20892) by Miss Islington (bot) · 5 years ago
  62. e1ca0c5 [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861) by Miss Islington (bot) · 5 years ago
  63. 617af99 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Steve Dower · 5 years ago
  64. 0abb70e bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  65. ebd4400 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) by Miss Islington (bot) · 5 years ago
  66. f881c86 bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) by Miss Islington (bot) · 5 years ago
  67. 0490398 [3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20793) by Antoine Pitrou · 5 years ago
  68. 4b378ac Add quotes to code to be a string by Miss Islington (bot) · 5 years ago
  69. 22faf6a [3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20748) by Stefan Krah · 5 years ago
  70. 9bd8919 [3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20746) by Stefan Krah · 5 years ago
  71. c0b7945 [3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744) by Stefan Krah · 5 years ago
  72. 62e7f9a bpo-40861: Enable optimizations when building liblzma (GH-20724) by Miss Islington (bot) · 5 years ago
  73. d5489a9 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  74. d1c449a bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  75. 12d3061 [3.8] bpo-40807: Backport test_codeop change [GH-19670] by Miss Islington (bot) · 5 years ago
  76. 6bfbe77 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  77. 911c35d bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  78. b640ca1 Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  79. d7f2fd2 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  80. 296db8c bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  81. a9dbae4 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  82. f165647 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  83. 80b6a05 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  84. 5aa40e5 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Miss Islington (bot) · 5 years ago
  85. 852e8a7 [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) by Miss Islington (bot) · 5 years ago
  86. 5f977e0 bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  87. f5bd99b Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  88. 1c4dcaf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  89. a93bf82 bpo-39073: validate Address parts to disallow CRLF (GH-19007) by Miss Islington (bot) · 5 years ago
  90. c8e1076 Fix the link to ncurses patch download in macos installer build script (GH-20421) by Miss Islington (bot) · 5 years ago
  91. 3f215f3 [3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
  92. 4ea8028 [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Miss Islington (bot) · 5 years ago
  93. b068d89 bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20416) by Miss Islington (bot) · 5 years ago
  94. 3269a0e bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353) by Terry Jan Reedy · 5 years ago
  95. 82397e2 bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Miss Islington (bot) · 5 years ago
  96. 0af9bef bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Miss Islington (bot) · 5 years ago
  97. 4330014 [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) by Batuhan Taskaya · 5 years ago
  98. 3613bf0 [3.7] [doc] Remove references to obsolete BuildApplet on macOS (GH-20023) (GH-20306) by Miss Islington (bot) · 5 years ago
  99. e91032b s/wakup/wakeup (GH-20250) by Miss Islington (bot) · 5 years ago
  100. f24550a Use v2 of GitHub Actions where available (GH-20232) by Miss Islington (bot) · 5 years ago