Python 3.8.6
  1. db45529 Python 3.8.6 by Łukasz Langa · 5 years ago v3.8.6
  2. 2466a7a bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Miss Islington (bot) · 5 years ago
  3. 6d372ef fix `EventType` bases by Miss Islington (bot) · 5 years ago
  4. 7bcbb53 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Miss Islington (bot) · 5 years ago
  5. ca2d99d bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Miss Islington (bot) · 5 years ago
  6. 488e3eb bpo-41811: create SortKey members using first given value (GH-22316) (GH-22326) by Miss Islington (bot) · 5 years ago
  7. 5efb1a7 [3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283) by Ethan Furman · 5 years ago
  8. 007edda _auto_called cleanup (GH-22285) by Miss Islington (bot) · 5 years ago
  9. 3f40121 bpo-41517: do not allow Enums to be extended (GH-22271) by Miss Islington (bot) · 5 years ago
  10. 929112e bpo-41789: honor object overrides in Enum classes (GH-22250) by Miss Islington (bot) · 5 years ago
  11. 8f8ebcc bpo-39587: Enum - use correct mixed-in data type (GH-22263) by Miss Islington (bot) · 5 years ago
  12. 38c8d39 [3.8] bpo-37479: Enum - use correct __format__ (GH-14545) by Ethan Furman · 5 years ago
  13. 530d110 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Miss Islington (bot) · 5 years ago
  14. 77901dc bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Miss Islington (bot) · 5 years ago
  15. 9133b01 Update idlelib/help.html to current IDLE doc (GH-22181) by Miss Islington (bot) · 5 years ago
  16. 9171dc2 bpo-41525: Make the Python program help ASCII-only (GH-21836) by Miss Islington (bot) · 5 years ago
  17. 7799dd3 [3.8] Fix typo in typing.py (GH-22121) (GH-22158) by Mariatta · 5 years ago
  18. 7c6dc85 Merge tag 'v3.8.6rc1' into 3.8 by Łukasz Langa · 5 years ago
  19. ebef6c0 bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Miss Islington (bot) · 5 years ago
  20. 08bd63d Python 3.8.6rc1 by Łukasz Langa · 5 years ago v3.8.6rc1
  21. 84105cb bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) (GH-22135) by Victor Stinner · 5 years ago
  22. 4bcff52 bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22086) by Miss Islington (bot) · 5 years ago
  23. 40e2444 bpo-39010: Improve test shutdown (GH-22066) (#22083) by Miss Islington (bot) · 5 years ago
  24. 1f5f127 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072) by Miss Islington (bot) · 5 years ago
  25. a986b06 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035) by Miss Islington (bot) · 5 years ago
  26. 77f4000 [3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22046) by Pablo Galindo · 5 years ago
  27. 38e3287 bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22019) by Miss Islington (bot) · 5 years ago
  28. 641279e bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21976) by Miss Islington (bot) · 5 years ago
  29. 7475aa2 bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975) by Miss Islington (bot) · 5 years ago
  30. 57b6988 [3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) (#21967) by Elvis Pranskevichus · 5 years ago
  31. 6e1954c bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#21965) by Miss Islington (bot) · 5 years ago
  32. 1370d9d bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930) by Miss Islington (bot) · 5 years ago
  33. 34889a5 [3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797) by Frank Dana · 5 years ago
  34. 2bcd0fe Fix typo in message from assert statement (GH-21283) by Miss Islington (bot) · 5 years ago
  35. 1baa8b1 bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) by Miss Islington (bot) · 5 years ago
  36. 08f0a21 [3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21898) by Miss Islington (bot) · 5 years ago
  37. 2a9f709 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Miss Islington (bot) · 5 years ago
  38. a3416c1 [3.9] bpo-41520: Fix second codeop regression (GH-21848) by Miss Islington (bot) · 5 years ago
  39. afff51f bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Miss Islington (bot) · 5 years ago
  40. 860bc0e bpo-41514: Fix buggy IDLE test (GH-21808) by Miss Islington (bot) · 5 years ago
  41. 61f23cb bpo-41468: Improve and test IDLE run error exit (GH-21798) by Miss Islington (bot) · 5 years ago
  42. 6925523 Improve renamed test_run.RecursionLimitTest (GH-21794) by Miss Islington (bot) · 5 years ago
  43. 66c8996 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Miss Islington (bot) · 5 years ago
  44. 135de08 bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775) by Steve Dower · 5 years ago
  45. 87bc220 bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Miss Islington (bot) · 5 years ago
  46. b5789a7 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Miss Islington (bot) · 5 years ago
  47. b24c9d2 [3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-21745) by Batuhan Taskaya · 5 years ago
  48. b934d83 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Miss Islington (bot) · 5 years ago
  49. 104aded bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Miss Islington (bot) · 5 years ago
  50. 33cebe0 bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Miss Islington (bot) · 5 years ago
  51. b99f770 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  52. 949cf93 bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) by Miss Islington (bot) · 5 years ago
  53. a667e1c [3.8] bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 5 years ago
  54. 1c562ce bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Miss Islington (bot) · 5 years ago
  55. 29df301 [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Terry Jan Reedy · 5 years ago
  56. a18f22a bpo-41364: Reduce import overhead of uuid module (GH-21586) by Steve Dower · 5 years ago
  57. 580fbb0 Python 3.8.5 by Łukasz Langa · 5 years ago v3.8.5
  58. 58f59a9 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  59. 38d930f bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  60. 668d321 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  61. ffeb920 [3.8] bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  62. 3b6a8d2 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  63. c554795 [3.8] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21483) by Miss Islington (bot) · 5 years ago
  64. 0277b91 Merge tag 'v3.8.4' into 3.8 by Łukasz Langa · 5 years ago
  65. f56c75e bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 5 years ago
  66. dfa645a Python 3.8.4 by Łukasz Langa · 5 years ago v3.8.4
  67. 3d1c06e bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  68. c1c5034 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  69. b71ff9a bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) by Miss Islington (bot) · 5 years ago
  70. 41db8ff bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) by Miss Islington (bot) · 5 years ago
  71. aa7f775 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352) by Miss Islington (bot) · 5 years ago
  72. 8912c18 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339) by scoder · 5 years ago
  73. b9e288c bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  74. 53d2b71 bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  75. e738962 [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277) by Serhiy Storchaka · 5 years ago
  76. c3fa753 bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  77. 26d1d1d Merge tag 'v3.8.4rc1' into 3.8 by Łukasz Langa · 5 years ago
  78. 00fd04b bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  79. 6c38841 Python 3.8.4rc1 by Łukasz Langa · 5 years ago v3.8.4rc1
  80. dc8ce8e bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  81. 7731139 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  82. cb53b8c [3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200) by Serhiy Storchaka · 5 years ago
  83. 86ef6fe bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  84. e653369 [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023) by Guido van Rossum · 5 years ago
  85. 8075fe1 [3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948) by Christian Heimes · 5 years ago
  86. f547d06 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  87. 84f9c23 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  88. 3f4de44 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  89. 1dda40c bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  90. 1813d31 bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  91. adf8708 bpo-41005: Fixed perrmission error (GH-20936) (GH-21052) by Miss Islington (bot) · 5 years ago
  92. 0029099 Fix typo in dataclasses module (GH-21109) (#21111) by Miss Islington (bot) · 5 years ago
  93. d7f37d1 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  94. b99824a bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  95. 1419559 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  96. 80651ab bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  97. ec9bc2d bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  98. 4dd10ed Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  99. e805618 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966) by Victor Stinner · 5 years ago
  100. 3d974b2 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946) by Victor Stinner · 5 years ago