Python 3.8.11
  1. c3ffbbd Python 3.8.11 by Łukasz Langa · 4 years, 2 months ago v3.8.11
  2. 4844abd [3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964). (GH-26056) by Łukasz Langa · 4 years, 3 months ago
  3. 378211f bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) (#26028) by Steve Dower · 4 years, 3 months ago
  4. f396864 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (#25933) by Miss Islington (bot) · 4 years, 4 months ago
  5. 515a7bc [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (#25726) by Miss Islington (bot) · 4 years, 4 months ago
  6. 705c615 Merge tag 'v3.8.10' into 3.8 by Łukasz Langa · 4 years, 4 months ago
  7. 8ab272f bpo-42800: Add audit events for f_code and tb_frame (GH-24182) by Miss Islington (bot) · 4 years, 4 months ago
  8. 3d8993a Python 3.8.10 by Łukasz Langa · 4 years, 4 months ago v3.8.10
  9. 10665ac bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 4 months ago
  10. db3ce79 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25811) by Miss Islington (bot) · 4 years, 4 months ago
  11. 78e5588 bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25810) by Ned Deily · 4 years, 4 months ago
  12. b29d0a5 [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) by Ned Deily · 4 years, 4 months ago
  13. 6034c4a [3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783) by Stéphane Bidoul · 4 years, 4 months ago
  14. ff7266e bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690) by Miss Islington (bot) · 4 years, 4 months ago
  15. 77db337 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686) by Victor Stinner · 4 years, 4 months ago
  16. 7f7cfc4 [3.8] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) by Erlend Egeberg Aasland · 4 years, 4 months ago
  17. e013d8d bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) by Miss Islington (bot) · 4 years, 4 months ago
  18. 10ad7eb [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) (#25536) by Pete Wicken · 4 years, 4 months ago
  19. 196b8f3 Fix thread locks in zlib module may go wrong in rare case (#22132) by Ma Lin · 4 years, 4 months ago
  20. 727bed6 [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899) by Irit Katriel · 4 years, 4 months ago
  21. e1203e8 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212) by Miss Islington (bot) · 4 years, 4 months ago
  22. 081bfe4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25636) by Miss Islington (bot) · 4 years, 4 months ago
  23. 9ca20fd bpo-43534: Fix the turtle module working with multiple root windows GH-25594 by Miss Islington (bot) · 4 years, 4 months ago
  24. 6077efa [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588) (GH-25592) by Miss Islington (bot) · 4 years, 4 months ago
  25. c70f268 bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) by Miss Islington (bot) · 4 years, 4 months ago
  26. fc82f3f [3.8] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576) (GH-25579) by Stéphane Bidoul · 4 years, 4 months ago
  27. e92d110 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Miss Islington (bot) · 4 years, 4 months ago
  28. 82b6c09 [3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25556) by Christian Heimes · 4 years, 4 months ago
  29. 1575ea0 bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) by Miss Islington (bot) · 4 years, 4 months ago
  30. 400bd9a bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) by Miss Islington (bot) · 4 years, 4 months ago
  31. ef63328 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) by Miss Islington (bot) · 4 years, 4 months ago
  32. f7bc441 bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) by Miss Islington (bot) · 4 years, 4 months ago
  33. 602eefe bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) by Miss Islington (bot) · 4 years, 4 months ago
  34. f77ca86 [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25452) by Christian Heimes · 4 years, 4 months ago
  35. d5b80eb bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) (#25345) by Miss Islington (bot) · 4 years, 4 months ago
  36. 816da33 bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) (GH-25440) by Victor Stinner · 4 years, 4 months ago
  37. a607815 [3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392) by Miss Islington (bot) · 4 years, 4 months ago
  38. b71aaa0 [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25383) by Christian Heimes · 4 years, 4 months ago
  39. f396a1a [3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25369) by Ethan Furman · 4 years, 4 months ago
  40. 3a3c046 bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332) by Miss Islington (bot) · 4 years, 4 months ago
  41. eed7686 bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 4 years, 4 months ago
  42. 70f2ca7 [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311) by Christian Heimes · 4 years, 4 months ago
  43. e18ebd9 bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Miss Islington (bot) · 4 years, 4 months ago
  44. a28398e [3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) (GH-25306) by Miss Islington (bot) · 4 years, 4 months ago
  45. 4e710d1 [3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25308) by Miss Islington (bot) · 4 years, 4 months ago
  46. e7654b6 bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) by Miss Islington (bot) · 4 years, 4 months ago
  47. 9a988b8 bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213) by Miss Islington (bot) · 4 years, 4 months ago
  48. 76c4a9f [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218) by Miss Islington (bot) · 4 years, 4 months ago
  49. b132be8 bpo-43176: Fix processing of empty dataclasses (GH-24484) by Miss Islington (bot) · 4 years, 5 months ago
  50. bdee2a3 bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25201) by Miss Islington (bot) · 4 years, 5 months ago
  51. ff7dc7f Merge tag 'v3.8.9' into 3.8 by Łukasz Langa · 4 years, 5 months ago
  52. 2049bb2 [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) by Miss Islington (bot) · 4 years, 5 months ago
  53. a743f81 Python 3.8.9 by Łukasz Langa · 4 years, 5 months ago v3.8.9
  54. e143eea bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113) by Miss Islington (bot) · 4 years, 5 months ago
  55. e92923b bpo-42225: IDLE - document two unix-related problems. (GH-25078) by Miss Islington (bot) · 4 years, 5 months ago
  56. c1079cd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  57. 9ac2630 [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089) by Christian Heimes · 4 years, 5 months ago
  58. ba7f863 bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) by Miss Islington (bot) · 4 years, 5 months ago
  59. 3b6e61e bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (GH-24906) by Miss Islington (bot) · 4 years, 5 months ago
  60. dae1963 bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (GH-24995) (#25071) by Miss Islington (bot) · 4 years, 5 months ago
  61. 7e38d33 bpo-42988: Remove the pydoc getfile feature (GH-25015) by Miss Islington (bot) · 4 years, 5 months ago
  62. e516290 [3.8] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (GH-25035) by Christian Heimes · 4 years, 5 months ago
  63. 93b0da7 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Miss Islington (bot) · 4 years, 5 months ago
  64. 5051167 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Miss Islington (bot) · 4 years, 5 months ago
  65. 664d1d1 [3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) by Gregory P. Smith · 4 years, 5 months ago
  66. 59f2741 bpo-43199: Briefly explain why no goto (GH-24852) by Miss Islington (bot) · 4 years, 5 months ago
  67. 8cadc2c [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833) by Senthil Kumaran · 4 years, 5 months ago
  68. 1a5001c bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777) by Miss Islington (bot) · 4 years, 5 months ago
  69. a6d0182 [3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810) by Pablo Galindo · 4 years, 5 months ago
  70. 4715be8 [3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24762) by Antoine Pitrou · 4 years, 6 months ago
  71. e12a9e2 bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757) by Miss Islington (bot) · 4 years, 6 months ago
  72. 0064d56 [3.8] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24749) by Miss Islington (bot) · 4 years, 6 months ago
  73. 59e8576 bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) by Miss Islington (bot) · 4 years, 6 months ago
  74. e2f6ed8 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) by Miss Islington (bot) · 4 years, 6 months ago
  75. 346afeb bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626) by Miss Islington (bot) · 4 years, 6 months ago
  76. 69906c5 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Miss Islington (bot) · 4 years, 6 months ago
  77. bdf0fec bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632) by Miss Islington (bot) · 4 years, 6 months ago
  78. 6e2f144 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  79. 089a21f bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Miss Islington (bot) · 4 years, 6 months ago
  80. 024d805 Python 3.8.8 by Łukasz Langa · 4 years, 6 months ago v3.8.8
  81. dfd7d68 Python 3.8.8rc1 by Łukasz Langa · 4 years, 6 months ago v3.8.8rc1
  82. f9d7c12 bpo-42819, readline: Disable bracketed paste (GH-24108) by Miss Islington (bot) · 4 years, 6 months ago
  83. ede1ff2 bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429) by Miss Islington (bot) · 4 years, 6 months ago
  84. e3110c3 [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529) by Senthil Kumaran · 4 years, 6 months ago
  85. 0869a71 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  86. 931263b [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403) by Miss Islington (bot) · 4 years, 7 months ago
  87. 229ef39 bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) (GH-24397) by Miss Islington (bot) · 4 years, 7 months ago
  88. cf88382 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Miss Islington (bot) · 4 years, 7 months ago
  89. 901a983 bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366) by Miss Islington (bot) · 4 years, 7 months ago
  90. 81b23a9 bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938) by Miss Islington (bot) · 4 years, 7 months ago
  91. 6f0346d bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  92. d863dee [3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24323) by Andrey Bienkowski · 4 years, 7 months ago
  93. c10180e [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320) by Andrey Bienkowski · 4 years, 7 months ago
  94. 96bcf6f [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318) by Miss Islington (bot) · 4 years, 7 months ago
  95. 34f3f4a bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Miss Islington (bot) · 4 years, 7 months ago
  96. 844ec0b bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277) by cptpcrd · 4 years, 7 months ago
  97. 648b729 bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Miss Islington (bot) · 4 years, 7 months ago
  98. ece5dfd closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24248) by Miss Islington (bot) · 4 years, 7 months ago
  99. f08c664 [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __file__ (GH-23611) by William Schwartz · 4 years, 7 months ago
  100. 187f76d [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120) by Petr Viktorin · 4 years, 7 months ago