Python 3.9.0rc2
  1. 2bd31b5 Python 3.9.0rc2 by Łukasz Langa · 5 years ago v3.9.0rc2
  2. 48f9925 bpo-41517: do not allow Enums to be extended (GH-22271) by Miss Islington (bot) · 5 years ago
  3. 7e356f1 [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) (GH-22273) by Łukasz Langa · 5 years ago
  4. a467706 [3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272) by Ethan Furman · 5 years ago
  5. 95b81e2 bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266) by Miss Islington (bot) · 5 years ago
  6. 49917d5 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Miss Islington (bot) · 5 years ago
  7. 55e0836 [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258) by Pablo Galindo · 5 years ago
  8. 7dfcc8e bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Miss Islington (bot) · 5 years ago
  9. 34e3c75 bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Miss Islington (bot) · 5 years ago
  10. 5f76d72 Update idlelib/help.html to current IDLE doc (GH-22181) by Miss Islington (bot) · 5 years ago
  11. 11a82c7 bpo-41525: Make the Python program help ASCII-only (GH-21836) by Miss Islington (bot) · 5 years ago
  12. 6e770fc [3.9] Fix typo in typing.py (GH-22121) (GH-22156) by Miss Islington (bot) · 5 years ago
  13. 1671b0e bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Miss Islington (bot) · 5 years ago
  14. c73ee5a bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) by Victor Stinner · 5 years ago
  15. a708ae7 bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) (GH-22109) by Miss Islington (bot) · 5 years ago
  16. d64d78b bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) (GH-22107) by Miss Islington (bot) · 5 years ago
  17. e92219d bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896) by Miss Islington (bot) · 5 years ago
  18. 8ed1c17 Fix typo in message from assert statement (GH-21283) by Miss Islington (bot) · 5 years ago
  19. 8f13ff9 bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22085) by Miss Islington (bot) · 5 years ago
  20. 8d68e59 bpo-39010: Improve test shutdown (GH-22066) (#22082) by Miss Islington (bot) · 5 years ago
  21. a268005 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071) by Miss Islington (bot) · 5 years ago
  22. 49571c0 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034) by Miss Islington (bot) · 5 years ago
  23. 270e249 [3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080) by Pablo Galindo · 5 years ago
  24. a763ee3 [3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) (GH-22048) by Shantanu · 5 years ago
  25. 63fa113 Fixed mistake in test for f-string error description (GH-22036) (GH-22059) (GH-22060) by Miss Islington (bot) · 5 years ago
  26. d14775d [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22045) by Pablo Galindo · 5 years ago
  27. c16a2a1 bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) (GH-22041) by Miss Islington (bot) · 5 years ago
  28. ca55ecb bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22018) by Miss Islington (bot) · 5 years ago
  29. 7361451 bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21977) by Miss Islington (bot) · 5 years ago
  30. 211e4c6 bpo-33660: Fix PosixPath to resolve a relative path on root (#21974) by Miss Islington (bot) · 5 years ago
  31. 9de6be4 bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (GH-21964) by Miss Islington (bot) · 5 years ago
  32. 1036ccb bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) (GH-21963) by Miss Islington (bot) · 5 years ago
  33. a2d00f0 bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929) by Miss Islington (bot) · 5 years ago
  34. d6bdf6d bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) by Miss Islington (bot) · 5 years ago
  35. 2c050e5 [3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21897) by Miss Islington (bot) · 5 years ago
  36. 28bf826 bpo-41540: AIX: skip test that is flaky with a default ulimit. (GH-21890) (#21893) by Miss Islington (bot) · 5 years ago
  37. 33d3c64 bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876) by Miss Islington (bot) · 5 years ago
  38. 7c28841 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Miss Islington (bot) · 5 years ago
  39. f24430f [3.9] bpo-41520: Fix second codeop regression (GH-21848) by Terry Jan Reedy · 5 years ago
  40. 90eff4e bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Miss Islington (bot) · 5 years ago
  41. 439c93d Python 3.9.0rc1 by Łukasz Langa · 5 years ago v3.9.0rc1
  42. a0b57b3 bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) (GH-21827) by Victor Stinner · 5 years ago
  43. 9c253f4 bpo-41514: Fix buggy IDLE test (GH-21808) by Miss Islington (bot) · 5 years ago
  44. a9fa663 bpo-41468: Improve and test IDLE run error exit (GH-21798) by Miss Islington (bot) · 5 years ago
  45. 462b095 Improve renamed test_run.RecursionLimitTest (GH-21794) by Miss Islington (bot) · 5 years ago
  46. d910643 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Miss Islington (bot) · 5 years ago
  47. 70e9243 bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774) by Steve Dower · 5 years ago
  48. 5e12a5b bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Miss Islington (bot) · 5 years ago
  49. b49b88a bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Miss Islington (bot) · 5 years ago
  50. a132098 bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) by Miss Islington (bot) · 5 years ago
  51. 1d16229 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Miss Islington (bot) · 5 years ago
  52. fe928b3 [3.9] bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) (GH-21697) by Karthikeyan Singaravelan · 5 years ago
  53. aa16ac7 [3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982) by Miss Islington (bot) · 5 years ago
  54. 8b05275 bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Miss Islington (bot) · 5 years ago
  55. 6e4975a bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257) by Miss Islington (bot) · 5 years ago
  56. 41d1c04 bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553) by Miss Islington (bot) · 5 years ago
  57. 8b7544c bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Miss Islington (bot) · 5 years ago
  58. b74e536 bpo-37309: NEWS for GH-41373 (GH-21612) by Miss Islington (bot) · 5 years ago
  59. fdc91c2 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  60. 2024d7a bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) by Berker Peksag · 5 years ago
  61. 15fdbb7 bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Miss Islington (bot) · 5 years ago
  62. 4ff8e5b bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595) by Miss Islington (bot) · 5 years ago
  63. 4cf7afc bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Miss Islington (bot) · 5 years ago
  64. 00466db bpo-41364: Reduce import overhead of uuid module (GH-21586) by Miss Islington (bot) · 5 years ago
  65. 8ad7d50 Python 3.9.0b5 by Łukasz Langa · 5 years ago v3.9.0b5
  66. 46634b7 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  67. 01ab963 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  68. 27b8110 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  69. 5a7aa28 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  70. 28e93dd bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  71. f323229 [3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482) by Miss Islington (bot) · 5 years ago
  72. 57c984f bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 5 years ago
  73. fd27fb7 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  74. c65ee55 bpo-41172: Fix check for compiler in test suite (GH-21400) by Miss Islington (bot) · 5 years ago
  75. e689789 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  76. 2c82628 bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) by Miss Islington (bot) · 5 years ago
  77. 6488a4a [3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362) by Pablo Galindo · 5 years ago
  78. 4981fe3 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Miss Islington (bot) · 5 years ago
  79. 5a13849 bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) by Miss Islington (bot) · 5 years ago
  80. e1d4fdc bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  81. b0bb791 Merge tag 'v3.9.0b4' into 3.9 by Łukasz Langa · 5 years ago
  82. 486c256 Improve code organization for the random module (GH-21161) (GH-21163) by Miss Islington (bot) · 5 years ago
  83. bfec674 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by Miss Islington (bot) · 5 years ago
  84. 69dec9c Python 3.9.0b4 by Łukasz Langa · 5 years ago v3.9.0b4
  85. 0b4c87e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  86. ecfecc2 [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275) by Serhiy Storchaka · 5 years ago
  87. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  88. fe0175f bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  89. 01638ce bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  90. 9a646aa bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  91. 990efe0 [3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212) by Lysandros Nikolaou · 5 years ago
  92. 9e36b6e bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  93. d1e05e7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Miss Islington (bot) · 5 years ago
  94. 1497bf6 bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  95. 2a1ee1d [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022) by Guido van Rossum · 5 years ago
  96. 102ca52 [3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186) by Pablo Galindo · 5 years ago
  97. cb0dc52 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Miss Islington (bot) · 5 years ago
  98. f925407 [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) by Serhiy Storchaka · 5 years ago
  99. c4dfcb2 bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Miss Islington (bot) · 5 years ago
  100. 086b453 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago