Python 3.8.9
  1. a743f81 Python 3.8.9 by Łukasz Langa · 4 years, 5 months ago v3.8.9
  2. 154f86f bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) by Miss Islington (bot) · 4 years, 5 months ago
  3. 4ea8b24 Doc: io: Remove "In-memory streams" section (GH-24927) by Miss Islington (bot) · 4 years, 5 months ago
  4. a2fb286 Fix grammar in enum documentation. (GH-24689) by Miss Islington (bot) · 4 years, 5 months ago
  5. e143eea bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113) by Miss Islington (bot) · 4 years, 5 months ago
  6. e92923b bpo-42225: IDLE - document two unix-related problems. (GH-25078) by Miss Islington (bot) · 4 years, 5 months ago
  7. c1079cd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  8. 9ac2630 [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089) by Christian Heimes · 4 years, 5 months ago
  9. 5486b10 bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) by Miss Islington (bot) · 4 years, 5 months ago
  10. 6af3a94 bpo-33164: blake2: Fix Coverity scan (GH-25060) by Miss Islington (bot) · 4 years, 5 months ago
  11. 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
  12. 20b2f2b bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25047) by Miss Islington (bot) · 4 years, 5 months ago
  13. 3b6e61e bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (GH-24906) by Miss Islington (bot) · 4 years, 5 months ago
  14. e9092b2 bpo-43659: Fix test_curses on AIX (GH-25074) by Miss Islington (bot) · 4 years, 5 months ago
  15. 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
  16. 7e38d33 bpo-42988: Remove the pydoc getfile feature (GH-25015) by Miss Islington (bot) · 4 years, 5 months ago
  17. 24ba0ea [3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25056) by Miss Islington (bot) · 4 years, 5 months ago
  18. e516290 [3.8] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (GH-25035) by Christian Heimes · 4 years, 5 months ago
  19. 6fcebbb bpo-39231: correct tutorial annotations section (GH-25029) by Miss Islington (bot) · 4 years, 5 months ago
  20. 9de6451 bpo-39616: clarify SSLContext.check_hostname effect (GH-18484) by Miss Islington (bot) · 4 years, 5 months ago
  21. 455583b bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025, GH-5030) by Miss Islington (bot) · 4 years, 5 months ago
  22. 14a5db1 Clarify attribute docs on types.ModuleType (GH-24974) by Miss Islington (bot) · 4 years, 5 months ago
  23. 93b0da7 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Miss Islington (bot) · 4 years, 5 months ago
  24. 5051167 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Miss Islington (bot) · 4 years, 5 months ago
  25. 9bdb580 bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (#24825) by Mariusz Felisiak · 4 years, 5 months ago
  26. dc8558e bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885) by Miss Islington (bot) · 4 years, 5 months ago
  27. 9eda0df [3.8] bpo-43285: Whats New entry for 3.8.9. (GH-24889) by Gregory P. Smith · 4 years, 5 months ago
  28. 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
  29. 233f58f Fix typo in the word "spaghetti" (GH-24866) by Miss Islington (bot) · 4 years, 5 months ago
  30. d42a332 [3.8] [doc] Document logging.basicConfig default format (GH-23710) (GH-24847) by Andre Delfino · 4 years, 5 months ago
  31. 59f2741 bpo-43199: Briefly explain why no goto (GH-24852) by Miss Islington (bot) · 4 years, 5 months ago
  32. 1e7a47a [3.8] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836) (GH24854) by Pablo Galindo · 4 years, 5 months ago
  33. 9f935fa Update client.py (GH-24827) by Miss Islington (bot) · 4 years, 5 months ago
  34. db2762c Update link to Django's Context class. (GH-24805) (#24842) by Miss Islington (bot) · 4 years, 5 months ago
  35. 8cadc2c [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833) by Senthil Kumaran · 4 years, 5 months ago
  36. 1a5001c bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777) by Miss Islington (bot) · 4 years, 5 months ago
  37. ac5e23c bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) by Miss Islington (bot) · 4 years, 5 months ago
  38. a6d0182 [3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810) by Pablo Galindo · 4 years, 5 months ago
  39. e893807 bpo-43446: Fix markup in sqlite3 footnote (GH-24806) by Miss Islington (bot) · 4 years, 5 months ago
  40. 5ca02c4 bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795) by Miss Islington (bot) · 4 years, 5 months ago
  41. 6d42733 bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791) by Miss Islington (bot) · 4 years, 5 months ago
  42. 0ecfe5f Put contextvars docs into the concurrency category (GH-24760) by Miss Islington (bot) · 4 years, 6 months ago
  43. 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
  44. e12a9e2 bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757) by Miss Islington (bot) · 4 years, 6 months ago
  45. 213c155 bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746) by Miss Islington (bot) · 4 years, 6 months ago
  46. 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
  47. 59e8576 bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) by Miss Islington (bot) · 4 years, 6 months ago
  48. 9c6c5da [3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717) by Miss Islington (bot) · 4 years, 6 months ago
  49. 7101d15 bpo-42840: Document providing kwargs to type. (GH-24173) by Miss Islington (bot) · 4 years, 6 months ago
  50. 6900a51 [3.8] [doc] Document VIRTUAL_ENV environment variable (GH-21970) (GH-24363) by Miss Islington (bot) · 4 years, 6 months ago
  51. 643939a closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) by Miss Islington (bot) · 4 years, 6 months ago
  52. e2f6ed8 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) by Miss Islington (bot) · 4 years, 6 months ago
  53. 4ebd637 closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585) by Miss Islington (bot) · 4 years, 6 months ago
  54. 346afeb bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626) by Miss Islington (bot) · 4 years, 6 months ago
  55. 07ab490 bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Miss Islington (bot) · 4 years, 6 months ago
  56. 69906c5 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Miss Islington (bot) · 4 years, 6 months ago
  57. 2a9e6ab bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) by Miss Islington (bot) · 4 years, 6 months ago
  58. 653e17b [3.8] bpo-41841: prepare for 3.8.9 (GH-24635) by Terry Jan Reedy · 4 years, 6 months ago
  59. bdf0fec bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632) by Miss Islington (bot) · 4 years, 6 months ago
  60. 9dd018e bpo-23882: Doc: Clarify unittest discovery document (GH-21560) by Miss Islington (bot) · 4 years, 6 months ago
  61. 6e2f144 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  62. 6ddb255 bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Miss Islington (bot) · 4 years, 6 months ago
  63. 089a21f bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Miss Islington (bot) · 4 years, 6 months ago
  64. 9a12c21 Fix typo in dis module doc (GH-24509) by Miss Islington (bot) · 4 years, 6 months ago
  65. a072788 bpo-43042: Augment tutorial sentence (GH-24514) by Miss Islington (bot) · 4 years, 6 months ago
  66. 8f4919a Post 3.8.8 by Łukasz Langa · 4 years, 6 months ago
  67. 024d805 Python 3.8.8 by Łukasz Langa · 4 years, 6 months ago v3.8.8
  68. 8a42eb1 closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Miss Islington (bot) · 4 years, 6 months ago
  69. f03b61a Remove all links to mingw.org (GH-24552) by Miss Islington (bot) · 4 years, 6 months ago
  70. b095520 Post 3.8.8rc1 by Łukasz Langa · 4 years, 6 months ago
  71. dfd7d68 Python 3.8.8rc1 by Łukasz Langa · 4 years, 6 months ago v3.8.8rc1
  72. f9d7c12 bpo-42819, readline: Disable bracketed paste (GH-24108) by Miss Islington (bot) · 4 years, 6 months ago
  73. f30aa3c Add a warning block around the get_referrers() documentation (GH-24511) by Miss Islington (bot) · 4 years, 6 months ago
  74. ede1ff2 bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429) by Miss Islington (bot) · 4 years, 6 months ago
  75. e3110c3 [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529) by Senthil Kumaran · 4 years, 6 months ago
  76. 7777ae2 bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) (GH-24516) by Miss Islington (bot) · 4 years, 6 months ago
  77. 4230bd5 bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Miss Islington (bot) · 4 years, 6 months ago
  78. 822f7c2 [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495) by Ken Jin · 4 years, 6 months ago
  79. c8a48c6 [3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494) by Ken Jin · 4 years, 6 months ago
  80. 920bf6a bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) by Miss Islington (bot) · 4 years, 6 months ago
  81. b479687 Simple typo fix (GH-24448) by Miss Islington (bot) · 4 years, 6 months ago
  82. c370596 build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411) by Miss Islington (bot) · 4 years, 7 months ago
  83. d29dbb1 bpo-42773: fix tests not being run on pushes (GH-24004) by Miss Islington (bot) · 4 years, 7 months ago
  84. 20d4375 Fix typo (GH-23019) by Miss Islington (bot) · 4 years, 7 months ago
  85. 12ec8ce Add link to Microsoft docs for limitations in Windows Store package (GH-24422) by Miss Islington (bot) · 4 years, 7 months ago
  86. 0869a71 bpo-41748: Handles unquoted attributes with commas (GH-24072) by Miss Islington (bot) · 4 years, 7 months ago
  87. aab84a5 bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408) by Miss Islington (bot) · 4 years, 7 months ago
  88. 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
  89. 7ca947e [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401) by Serhiy Storchaka · 4 years, 7 months ago
  90. 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
  91. de76ce5 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by Miss Islington (bot) · 4 years, 7 months ago
  92. 0b93a55 Fixing typos in turtle.rst (GH-24376) by Miss Islington (bot) · 4 years, 7 months ago
  93. c644db4 Fixed typo in turtle.rst (GH-24371) by Miss Islington (bot) · 4 years, 7 months ago
  94. cf88382 bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Miss Islington (bot) · 4 years, 7 months ago
  95. 901a983 bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366) by Miss Islington (bot) · 4 years, 7 months ago
  96. 81b23a9 bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938) by Miss Islington (bot) · 4 years, 7 months ago
  97. 6f0346d bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  98. a178473 [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344) by Terry Jan Reedy · 4 years, 7 months ago
  99. 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
  100. c10180e [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320) by Andrey Bienkowski · 4 years, 7 months ago