Python 3.8.10
  1. 3d8993a Python 3.8.10 by Łukasz Langa · 4 years, 4 months ago v3.8.10
  2. 10665ac bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 4 months ago
  3. 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
  4. 78e5588 bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25810) by Ned Deily · 4 years, 4 months ago
  5. b29d0a5 [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) by Ned Deily · 4 years, 4 months ago
  6. d8ec61f Fix broken name in build.yml (GH-25759) (GH-25797) by Miss Islington (bot) · 4 years, 4 months ago
  7. ce081fb Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795) by Miss Islington (bot) · 4 years, 4 months ago
  8. 3519ac4 Fixing doc for callback for lambda (GH-25779) (GH-25789) by Miss Islington (bot) · 4 years, 4 months ago
  9. 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
  10. 606bb1c bpo-43971: Add spaces around annotated arg default '=' (GH-25702) by Miss Islington (bot) · 4 years, 4 months ago
  11. e377ecf bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) by Miss Islington (bot) · 4 years, 4 months ago
  12. ea6ec96 [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755) by sblondon · 4 years, 4 months ago
  13. e010031 [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25707) by Miss Islington (bot) · 4 years, 4 months ago
  14. cc1dcb6 [doc] Do some polishing in IDEs section (GH-22070) (GH-25704) by Miss Islington (bot) · 4 years, 4 months ago
  15. b52cc7c bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) (GH-25692) by Miss Islington (bot) · 4 years, 4 months ago
  16. ff7266e bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690) by Miss Islington (bot) · 4 years, 4 months ago
  17. 77db337 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686) by Victor Stinner · 4 years, 4 months ago
  18. 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
  19. e013d8d bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) by Miss Islington (bot) · 4 years, 4 months ago
  20. 1d7a537 [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647) by Miss Islington (bot) · 4 years, 4 months ago
  21. a808aab Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25639) by Miss Islington (bot) · 4 years, 4 months ago
  22. 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
  23. 196b8f3 Fix thread locks in zlib module may go wrong in rare case (#22132) by Ma Lin · 4 years, 4 months ago
  24. b570fea bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (#25367) by Miss Islington (bot) · 4 years, 4 months ago
  25. 2760a67 bpo-17305: Link to the third-party idna package. (GH-25208) (#25211) by Miss Islington (bot) · 4 years, 4 months ago
  26. 727bed6 [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899) by Irit Katriel · 4 years, 4 months ago
  27. e1203e8 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212) by Miss Islington (bot) · 4 years, 4 months ago
  28. 081bfe4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25636) by Miss Islington (bot) · 4 years, 4 months ago
  29. 9b5f30e Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631) by Miss Islington (bot) · 4 years, 4 months ago
  30. 10ee266 [3.8] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25627) by Miss Islington (bot) · 4 years, 4 months ago
  31. 7b30348 Update asyncio-subprocess.rst (GH-21680) (GH-25622) by Miss Islington (bot) · 4 years, 4 months ago
  32. c5ce186 documentation: clarification about the function remove in os library (GH-19024) (GH-25618) by Miss Islington (bot) · 4 years, 4 months ago
  33. 6d4556f Quick pydoc update to smtplib.py (GH-22292) (GH-25616) by Miss Islington (bot) · 4 years, 4 months ago
  34. 9ca20fd bpo-43534: Fix the turtle module working with multiple root windows GH-25594 by Miss Islington (bot) · 4 years, 4 months ago
  35. f28a59c Fix broken links and improve stand-alone tools list in FAQ GH-25610 by Miss Islington (bot) · 4 years, 4 months ago
  36. 28d3f7a Fix id of 'Internet Message Format' RFC in email doc GH-25614 by Miss Islington (bot) · 4 years, 4 months ago
  37. 62e7646 Fix copy.Error casing in documentation GH-22004 (#25612) by Miss Islington (bot) · 4 years, 4 months ago
  38. ff22c1b Remove mention of dst parameter from description of os.lstat() (GH-24704) by Miss Islington (bot) · 4 years, 4 months ago
  39. c3b63a5c Fix a typo in datamodel reference document (GH-24930) by Miss Islington (bot) · 4 years, 4 months ago
  40. d6322c9c BaseHTTPRequestHandler, that path includes query (GH-25597) by Miss Islington (bot) · 4 years, 4 months ago
  41. 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
  42. c70f268 bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) by Miss Islington (bot) · 4 years, 4 months ago
  43. 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
  44. e92d110 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Miss Islington (bot) · 4 years, 4 months ago
  45. 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
  46. faad2bd bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) by Jason R. Coombs · 4 years, 4 months ago
  47. c6b50ab Reformat idlelib colorizer (GH-25479) by Miss Islington (bot) · 4 years, 4 months ago
  48. 9f0b3a9 bpo-38822: Check specifically for a drive, not just a colon (GH-25540) by Miss Islington (bot) · 4 years, 4 months ago
  49. 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
  50. 400bd9a bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) by Miss Islington (bot) · 4 years, 4 months ago
  51. 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
  52. 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
  53. 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
  54. 303ffb7 Fix typo in a dataclasses comment. (GH-25454) by Miss Islington (bot) · 4 years, 4 months ago
  55. f77ca86 [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25452) by Christian Heimes · 4 years, 4 months ago
  56. 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
  57. 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
  58. 582917f [3.9] bpo-43723: Revert IDLE doc change (GH-25174) by Miss Islington (bot) · 4 years, 4 months ago
  59. b405647 [3.8] bpo-43723: Backport IDLE doc change (GH-25174) by Terry Jan Reedy · 4 years, 4 months ago
  60. a746fce bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) by Miss Islington (bot) · 4 years, 4 months ago
  61. 6ac1ea2 bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) by Miss Islington (bot) · 4 years, 4 months ago
  62. a607815 [3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392) by Miss Islington (bot) · 4 years, 4 months ago
  63. 47a894d bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) by Miss Islington (bot) · 4 years, 4 months ago
  64. 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
  65. 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
  66. 04425a9 bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) by Miss Islington (bot) · 4 years, 4 months ago
  67. 328d66c Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25342) by Miss Islington (bot) · 4 years, 4 months ago
  68. 3a3c046 bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332) by Miss Islington (bot) · 4 years, 4 months ago
  69. 291d38d Add ignore file for the abidump check (GH-25322) by Pablo Galindo · 4 years, 4 months ago
  70. 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
  71. ffb05bb bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) by Miss Islington (bot) · 4 years, 4 months ago
  72. 70f2ca7 [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311) by Christian Heimes · 4 years, 4 months ago
  73. 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
  74. 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
  75. 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
  76. 49b7ab1 Add CI step to check changes in the exported ABI (GH-25232) by Pablo Galindo · 4 years, 4 months ago
  77. 20d56bd bpo-39674: Fix collections ABC deprecation notice (GH-25281) by Markus Gerstel · 4 years, 4 months ago
  78. 754dc35 [3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404) by Miss Islington (bot) · 4 years, 4 months ago
  79. 05d0fcd Fix broken test for MutableSet.pop() (GH-25209) (GH-25270) by Miss Islington (bot) · 4 years, 4 months ago
  80. 4554ab4 [3.8] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25260) by Saiyang Gou · 4 years, 4 months ago
  81. 9f57873 bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) by Steve Dower · 4 years, 4 months ago
  82. d0e858d Improve CDN purge script (GH-25251) by Miss Islington (bot) · 4 years, 4 months ago
  83. e7654b6 bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) by Miss Islington (bot) · 4 years, 4 months ago
  84. 9a988b8 bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213) by Miss Islington (bot) · 4 years, 4 months ago
  85. 76c4a9f [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218) by Miss Islington (bot) · 4 years, 4 months ago
  86. b132be8 bpo-43176: Fix processing of empty dataclasses (GH-24484) by Miss Islington (bot) · 4 years, 4 months ago
  87. 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
  88. 0f7c77e Fix typo in turtledemo.two_canvases. (GH-25194) by Miss Islington (bot) · 4 years, 5 months ago
  89. 06653f8 bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153) by Miss Islington (bot) · 4 years, 5 months ago
  90. a44771f Post 3.8.9 by Łukasz Langa · 4 years, 5 months ago
  91. ff7dc7f Merge tag 'v3.8.9' into 3.8 by Łukasz Langa · 4 years, 5 months ago
  92. 2049bb2 [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) by Miss Islington (bot) · 4 years, 5 months ago
  93. a743f81 Python 3.8.9 by Łukasz Langa · 4 years, 5 months ago v3.8.9
  94. 154f86f bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) by Miss Islington (bot) · 4 years, 5 months ago
  95. 4ea8b24 Doc: io: Remove "In-memory streams" section (GH-24927) by Miss Islington (bot) · 4 years, 5 months ago
  96. a2fb286 Fix grammar in enum documentation. (GH-24689) by Miss Islington (bot) · 4 years, 5 months ago
  97. e143eea bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113) by Miss Islington (bot) · 4 years, 5 months ago
  98. e92923b bpo-42225: IDLE - document two unix-related problems. (GH-25078) by Miss Islington (bot) · 4 years, 5 months ago
  99. c1079cd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  100. 9ac2630 [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089) by Christian Heimes · 4 years, 5 months ago