Python 3.8.6rc1
  1. 08bd63d Python 3.8.6rc1 by Łukasz Langa · 5 years ago v3.8.6rc1
  2. 84105cb bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) (GH-22135) by Victor Stinner · 5 years ago
  3. 4bcff52 bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22086) by Miss Islington (bot) · 5 years ago
  4. 40e2444 bpo-39010: Improve test shutdown (GH-22066) (#22083) by Miss Islington (bot) · 5 years ago
  5. 1f5f127 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072) by Miss Islington (bot) · 5 years ago
  6. a986b06 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035) by Miss Islington (bot) · 5 years ago
  7. 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
  8. 38e3287 bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22019) by Miss Islington (bot) · 5 years ago
  9. 641279e bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21976) by Miss Islington (bot) · 5 years ago
  10. 7475aa2 bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975) by Miss Islington (bot) · 5 years ago
  11. 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
  12. 6e1954c bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#21965) by Miss Islington (bot) · 5 years ago
  13. 1370d9d bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930) by Miss Islington (bot) · 5 years ago
  14. 34889a5 [3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797) by Frank Dana · 5 years ago
  15. 2bcd0fe Fix typo in message from assert statement (GH-21283) by Miss Islington (bot) · 5 years ago
  16. 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
  17. 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
  18. 2a9f709 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Miss Islington (bot) · 5 years ago
  19. a3416c1 [3.9] bpo-41520: Fix second codeop regression (GH-21848) by Miss Islington (bot) · 5 years ago
  20. afff51f bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Miss Islington (bot) · 5 years ago
  21. 860bc0e bpo-41514: Fix buggy IDLE test (GH-21808) by Miss Islington (bot) · 5 years ago
  22. 61f23cb bpo-41468: Improve and test IDLE run error exit (GH-21798) by Miss Islington (bot) · 5 years ago
  23. 6925523 Improve renamed test_run.RecursionLimitTest (GH-21794) by Miss Islington (bot) · 5 years ago
  24. 66c8996 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Miss Islington (bot) · 5 years ago
  25. 135de08 bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775) by Steve Dower · 5 years ago
  26. 87bc220 bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Miss Islington (bot) · 5 years ago
  27. b5789a7 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Miss Islington (bot) · 5 years ago
  28. b24c9d2 [3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-21745) by Batuhan Taskaya · 5 years ago
  29. b934d83 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Miss Islington (bot) · 5 years ago
  30. 104aded bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Miss Islington (bot) · 5 years ago
  31. 33cebe0 bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Miss Islington (bot) · 5 years ago
  32. b99f770 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  33. 949cf93 bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) by Miss Islington (bot) · 5 years ago
  34. a667e1c [3.8] bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 5 years ago
  35. 1c562ce bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Miss Islington (bot) · 5 years ago
  36. 29df301 [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Terry Jan Reedy · 5 years ago
  37. a18f22a bpo-41364: Reduce import overhead of uuid module (GH-21586) by Steve Dower · 5 years ago
  38. 580fbb0 Python 3.8.5 by Łukasz Langa · 5 years ago v3.8.5
  39. 58f59a9 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  40. 38d930f bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  41. 668d321 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  42. ffeb920 [3.8] bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  43. 3b6a8d2 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  44. c554795 [3.8] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21483) by Miss Islington (bot) · 5 years ago
  45. 0277b91 Merge tag 'v3.8.4' into 3.8 by Łukasz Langa · 5 years ago
  46. f56c75e bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 5 years ago
  47. dfa645a Python 3.8.4 by Łukasz Langa · 5 years ago v3.8.4
  48. 3d1c06e bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  49. c1c5034 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  50. b71ff9a bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) by Miss Islington (bot) · 5 years ago
  51. 41db8ff bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) by Miss Islington (bot) · 5 years ago
  52. 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
  53. 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
  54. b9e288c bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  55. 53d2b71 bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  56. e738962 [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277) by Serhiy Storchaka · 5 years ago
  57. c3fa753 bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  58. 26d1d1d Merge tag 'v3.8.4rc1' into 3.8 by Łukasz Langa · 5 years ago
  59. 00fd04b bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  60. 6c38841 Python 3.8.4rc1 by Łukasz Langa · 5 years ago v3.8.4rc1
  61. dc8ce8e bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  62. 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
  63. cb53b8c [3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200) by Serhiy Storchaka · 5 years ago
  64. 86ef6fe bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  65. 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
  66. 8075fe1 [3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948) by Christian Heimes · 5 years ago
  67. f547d06 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  68. 84f9c23 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  69. 3f4de44 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  70. 1dda40c bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  71. 1813d31 bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  72. adf8708 bpo-41005: Fixed perrmission error (GH-20936) (GH-21052) by Miss Islington (bot) · 5 years ago
  73. 0029099 Fix typo in dataclasses module (GH-21109) (#21111) by Miss Islington (bot) · 5 years ago
  74. d7f37d1 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  75. b99824a bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  76. 1419559 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  77. 80651ab bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  78. ec9bc2d bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  79. 4dd10ed Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  80. e805618 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966) by Victor Stinner · 5 years ago
  81. 3d974b2 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946) by Victor Stinner · 5 years ago
  82. e63cc2f bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Ned Deily · 5 years ago
  83. a1d3be4 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  84. c72b7f7 bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  85. 811e040 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863) by Miss Islington (bot) · 5 years ago
  86. 26db10a bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  87. adce133 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  88. a3d6d23 bpo-40626: Support HDF5 in mimetypes (GH-20042) by Miss Islington (bot) · 5 years ago
  89. 3e499cd bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816) by Miss Islington (bot) · 5 years ago
  90. 5b8e3a5 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  91. c7a6c7b bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) (GH-20787) by Victor Stinner · 5 years ago
  92. 0f5a28f [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20747) by Stefan Krah · 5 years ago
  93. 83a9ba4 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  94. f7ed4d4 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20466) by Shantanu · 5 years ago
  95. c067183 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago
  96. a5d6aba [3.8] bpo-40807: Backport test_codeop change [GH-19670] by Terry Jan Reedy · 5 years ago
  97. 6f7346b [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616) by Victor Stinner · 5 years ago
  98. 5b8787e bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  99. 3dcccd1 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  100. 00a240b bpo-40784: Fix sqlite3 deterministic test (GH-20448) by Miss Islington (bot) · 5 years ago