Python 3.9.1rc1
  1. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  2. 3e53301 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  3. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 4 years, 9 months ago
  4. 0aab352 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) (GH-23455) by Miss Islington (bot) · 4 years, 9 months ago
  5. dd20643 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  6. 748d38b [3.9] bpo-38443: Check that the specified universal architectures work (GH-22910) (GH-23451) by Miss Islington (bot) · 4 years, 9 months ago
  7. 713b4bb bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010) by Miss Islington (bot) · 4 years, 9 months ago
  8. c1bbca5 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  9. 4dd2112 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  10. 87c87b5 [3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332) (GH-23333) by Pablo Galindo · 4 years, 9 months ago
  11. c53c3f4 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Victor Stinner · 4 years, 9 months ago
  12. 994c68f bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Miss Islington (bot) · 4 years, 9 months ago
  13. 802ff7c [3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363) by Miss Islington (bot) · 4 years, 9 months ago
  14. 71ba5f5 [3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309) by kj · 4 years, 9 months ago
  15. 48a9c0e [3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) (GH-23303) by Irit Katriel · 4 years, 9 months ago
  16. 05a5d69 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by Victor Stinner · 4 years, 9 months ago
  17. ac472b3 [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (GH-23335) by Yurii Karabas · 4 years, 9 months ago
  18. 2c38e49 [3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) (GH-23331) by Miss Islington (bot) · 4 years, 9 months ago
  19. 2b800ef bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329) by Lysandros Nikolaou · 4 years, 9 months ago
  20. cf70854 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Miss Islington (bot) · 4 years, 9 months ago
  21. 7c4d8fa bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  22. faadc52 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  23. ec306a2 bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262) by Victor Stinner · 4 years, 10 months ago
  24. e5729ae bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Miss Islington (bot) · 4 years, 10 months ago
  25. 7ae19ef bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Miss Islington (bot) · 4 years, 10 months ago
  26. 33922cb bpo-42140: Improve asyncio.wait function (GH-22938) by Miss Islington (bot) · 4 years, 10 months ago
  27. 14a343a bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 10 months ago
  28. 90115a2 bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Miss Islington (bot) · 4 years, 10 months ago
  29. 371c335 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) by Miss Islington (bot) · 4 years, 10 months ago
  30. e81e09b bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081) by Miss Islington (bot) · 4 years, 10 months ago
  31. 72bb4c6 bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130) by Miss Skeleton (bot) · 4 years, 10 months ago
  32. 9bc0787 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  33. e277cb7 bpo-42103: Improve validation of Plist files. (GH-22882) by Miss Skeleton (bot) · 4 years, 10 months ago
  34. 79e9f06 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  35. 3defcba [3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23071) by Miss Skeleton (bot) · 4 years, 10 months ago
  36. cfcb952 [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066) by Lysandros Nikolaou · 4 years, 10 months ago
  37. ddcd57e [3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051) by Pablo Galindo · 4 years, 10 months ago
  38. b626d22 bpo-42061: Document __format__ for IP addresses (GH-23018) by Miss Skeleton (bot) · 4 years, 10 months ago
  39. 60324d2 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) (GH-23021) by Miss Skeleton (bot) · 4 years, 10 months ago
  40. 577d7c4 [3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016) by kj · 4 years, 10 months ago
  41. 24a7c29 [3.9] bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) (GH-23011) by Lysandros Nikolaou · 4 years, 10 months ago
  42. c4b58ce [3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006) by Lysandros Nikolaou · 4 years, 10 months ago
  43. c12afa9 [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) (GH-22980) by Miss Skeleton (bot) · 4 years, 10 months ago
  44. 0b290dd bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Miss Skeleton (bot) · 4 years, 10 months ago
  45. 0aaecb3 [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963) by Serhiy Storchaka · 4 years, 10 months ago
  46. 9cf26b0 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Miss Skeleton (bot) · 4 years, 10 months ago
  47. 2cccc29 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Miss Skeleton (bot) · 4 years, 10 months ago
  48. c437fe3 [3.9] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) (GH-22912) by Miss Skeleton (bot) · 4 years, 10 months ago
  49. 07a44d9 bpo-42057: Fix peephole optimizer (GH-22802) by Inada Naoki · 4 years, 10 months ago
  50. c3538b8 bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22876) by Miss Skeleton (bot) · 4 years, 10 months ago
  51. ec62b47 [3.9] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22860) by Miss Skeleton (bot) · 4 years, 10 months ago
  52. 871c6cc bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miss Skeleton (bot) · 4 years, 10 months ago
  53. 7917170 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Miss Skeleton (bot) · 4 years, 10 months ago
  54. d0bfce9 bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Miss Skeleton (bot) · 4 years, 10 months ago
  55. d05514a [3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840) by Miss Skeleton (bot) · 4 years, 10 months ago
  56. d12afba bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Miss Skeleton (bot) · 4 years, 10 months ago
  57. b249aea bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Miss Skeleton (bot) · 4 years, 10 months ago
  58. 38a17d0 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) (GH-22808) by Miss Skeleton (bot) · 4 years, 10 months ago
  59. c17ff5c bpo-38324: Fix test__locale.py Windows failures (GH-20529) by Miss Skeleton (bot) · 4 years, 10 months ago
  60. 3fc7080 bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22806) by Miss Skeleton (bot) · 4 years, 10 months ago
  61. aa7b03b bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22773) by Miss Skeleton (bot) · 4 years, 10 months ago
  62. 479553c bpo-42051: Reject XML entity declarations in plist files (GH-22760) by Miss Skeleton (bot) · 4 years, 10 months ago
  63. e43bee7 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Miss Skeleton (bot) · 4 years, 10 months ago
  64. 72ce82a bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) by Miss Skeleton (bot) · 4 years, 10 months ago
  65. 05d52a0 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Miss Skeleton (bot) · 4 years, 10 months ago
  66. 8f0b8b5 Correct name of bytecode in change note. (GH-22723) (#22765) by Miss Skeleton (bot) · 4 years, 10 months ago
  67. 7c94902 bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910) by Anthony Sottile · 4 years, 10 months ago
  68. a055ced bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747) by Miss Skeleton (bot) · 4 years, 10 months ago
  69. 6a2aa49 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Miss Skeleton (bot) · 4 years, 10 months ago
  70. d197b2b bpo-41984: GC track all user classes (GH-22701/GH-22702) by Miss Skeleton (bot) · 4 years, 10 months ago
  71. f07448b bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) by Miss Skeleton (bot) · 4 years, 10 months ago
  72. 391a544 bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647) by Miss Skeleton (bot) · 4 years, 11 months ago
  73. 8a12503 bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) by Miss Skeleton (bot) · 4 years, 11 months ago
  74. f5393dc bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) (GH-22656) by Victor Stinner · 4 years, 11 months ago
  75. ebc5a6b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Miss Skeleton (bot) · 4 years, 11 months ago
  76. 1f75fc7 bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Miss Skeleton (bot) · 4 years, 11 months ago
  77. 42157b9 [3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22612) by Batuhan Taskaya · 4 years, 11 months ago
  78. c6f41e6 [3.9] bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) (GH-22609) by Karthikeyan Singaravelan · 4 years, 11 months ago
  79. 089c386 bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) by Miss Skeleton (bot) · 4 years, 11 months ago
  80. a4ac5fa bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598) by Miss Skeleton (bot) · 4 years, 11 months ago
  81. 15e091f bpo-41306: Allow scale value to not be rounded (GH-21715) by Miss Skeleton (bot) · 4 years, 11 months ago
  82. b664a1d bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) by Miss Skeleton (bot) · 4 years, 11 months ago
  83. 10b4136 bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559) (#22567) by Miss Skeleton (bot) · 4 years, 11 months ago
  84. 79dd0db Merge tag 'v3.9.0' into 3.9 by Łukasz Langa · 4 years, 11 months ago
  85. 9cf6752 Python 3.9.0 by Łukasz Langa · 4 years, 11 months ago v3.9.0
  86. b6d37e1 bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560) by Miss Skeleton (bot) · 4 years, 11 months ago
  87. 7aa22ba [3.9] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-22550) by Serhiy Storchaka · 4 years, 11 months ago
  88. e8165e7 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370) by Miss Islington (bot) · 4 years, 11 months ago
  89. c26a666 [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22397) by Łukasz Langa · 4 years, 11 months ago
  90. bd55c46 bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Miss Islington (bot) · 4 years, 11 months ago
  91. df71b65 bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Miss Islington (bot) · 4 years, 11 months ago
  92. 3d87eee [3.9] Remove duplicated words words (GH-20413). (GH-22296) by Serhiy Storchaka · 5 years ago
  93. 7b7aa94 [3.9] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391). (GH-22528) by Pablo Galindo · 5 years ago
  94. a0f2b66 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22507) by Miss Skeleton (bot) · 5 years ago
  95. 868c8e4 bpo-41774: Add programming FAQ entry (GH-22402) by Miss Islington (bot) · 5 years ago
  96. cca896e bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Miss Islington (bot) · 5 years ago
  97. 048f54d bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) by Miss Islington (bot) · 5 years ago
  98. 4080f12 bpo-41775: Make 'IDLE Shell' the shell title (GH-22399) by Miss Islington (bot) · 5 years ago
  99. ca8d46d [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22397) by Łukasz Langa · 5 years ago
  100. 64362c2 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370) by Miss Islington (bot) · 5 years ago