Python 3.9.1
  1. 1e5d33e Python 3.9.1 by Łukasz Langa · 4 years, 8 months ago v3.9.1
  2. 2a9a883 bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) by Miss Islington (bot) · 4 years, 9 months ago
  3. 8502d46 [3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (GH-23666) by Miss Islington (bot) · 4 years, 9 months ago
  4. d5c029b bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by Miss Islington (bot) · 4 years, 9 months ago
  5. b630ca7 [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) by Miss Islington (bot) · 4 years, 9 months ago
  6. 06002b3 [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650) by Miss Islington (bot) · 4 years, 9 months ago
  7. d1f0741 bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Miss Islington (bot) · 4 years, 9 months ago
  8. 40b92f1 [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578) by Miss Islington (bot) · 4 years, 9 months ago
  9. 81ac030 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  10. c7cf66d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  11. 9f26833 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  12. 09a698b bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by Miss Islington (bot) · 4 years, 9 months ago
  13. cf22aa3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569) by Miss Islington (bot) · 4 years, 9 months ago
  14. fcf7391 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  15. df6c8bc bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539) by Miss Islington (bot) · 4 years, 9 months ago
  16. faf4206 Merge tag 'v3.9.1rc1' into 3.9 by Łukasz Langa · 4 years, 9 months ago
  17. 9d2c2a8 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  18. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  19. 3e53301 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  20. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 4 years, 9 months ago
  21. 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
  22. dd20643 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  23. 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
  24. 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
  25. c1bbca5 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  26. 4dd2112 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  27. 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
  28. c53c3f4 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Victor Stinner · 4 years, 9 months ago
  29. 994c68f bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Miss Islington (bot) · 4 years, 9 months ago
  30. 802ff7c [3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363) by Miss Islington (bot) · 4 years, 9 months ago
  31. 71ba5f5 [3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309) by kj · 4 years, 9 months ago
  32. 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
  33. 05a5d69 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by Victor Stinner · 4 years, 9 months ago
  34. ac472b3 [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (GH-23335) by Yurii Karabas · 4 years, 9 months ago
  35. 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
  36. 2b800ef bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329) by Lysandros Nikolaou · 4 years, 9 months ago
  37. cf70854 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Miss Islington (bot) · 4 years, 9 months ago
  38. 7c4d8fa bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  39. faadc52 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  40. ec306a2 bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262) by Victor Stinner · 4 years, 9 months ago
  41. e5729ae bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Miss Islington (bot) · 4 years, 9 months ago
  42. 7ae19ef bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Miss Islington (bot) · 4 years, 9 months ago
  43. 33922cb bpo-42140: Improve asyncio.wait function (GH-22938) by Miss Islington (bot) · 4 years, 9 months ago
  44. 14a343a bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 9 months ago
  45. 90115a2 bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Miss Islington (bot) · 4 years, 9 months ago
  46. 371c335 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) by Miss Islington (bot) · 4 years, 9 months ago
  47. e81e09b bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081) by Miss Islington (bot) · 4 years, 9 months ago
  48. 72bb4c6 bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130) by Miss Skeleton (bot) · 4 years, 10 months ago
  49. 9bc0787 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  50. e277cb7 bpo-42103: Improve validation of Plist files. (GH-22882) by Miss Skeleton (bot) · 4 years, 10 months ago
  51. 79e9f06 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  52. 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
  53. cfcb952 [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066) by Lysandros Nikolaou · 4 years, 10 months ago
  54. 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
  55. b626d22 bpo-42061: Document __format__ for IP addresses (GH-23018) by Miss Skeleton (bot) · 4 years, 10 months ago
  56. 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
  57. 577d7c4 [3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016) by kj · 4 years, 10 months ago
  58. 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
  59. c4b58ce [3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006) by Lysandros Nikolaou · 4 years, 10 months ago
  60. 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
  61. 0b290dd bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Miss Skeleton (bot) · 4 years, 10 months ago
  62. 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
  63. 9cf26b0 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Miss Skeleton (bot) · 4 years, 10 months ago
  64. 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
  65. 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
  66. 07a44d9 bpo-42057: Fix peephole optimizer (GH-22802) by Inada Naoki · 4 years, 10 months ago
  67. 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
  68. 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
  69. 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
  70. 7917170 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Miss Skeleton (bot) · 4 years, 10 months ago
  71. d0bfce9 bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Miss Skeleton (bot) · 4 years, 10 months ago
  72. d05514a [3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840) by Miss Skeleton (bot) · 4 years, 10 months ago
  73. 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
  74. b249aea bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Miss Skeleton (bot) · 4 years, 10 months ago
  75. 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
  76. c17ff5c bpo-38324: Fix test__locale.py Windows failures (GH-20529) by Miss Skeleton (bot) · 4 years, 10 months ago
  77. 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
  78. 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
  79. 479553c bpo-42051: Reject XML entity declarations in plist files (GH-22760) by Miss Skeleton (bot) · 4 years, 10 months ago
  80. e43bee7 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Miss Skeleton (bot) · 4 years, 10 months ago
  81. 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
  82. 05d52a0 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Miss Skeleton (bot) · 4 years, 10 months ago
  83. 8f0b8b5 Correct name of bytecode in change note. (GH-22723) (#22765) by Miss Skeleton (bot) · 4 years, 10 months ago
  84. 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
  85. a055ced bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747) by Miss Skeleton (bot) · 4 years, 10 months ago
  86. 6a2aa49 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Miss Skeleton (bot) · 4 years, 10 months ago
  87. d197b2b bpo-41984: GC track all user classes (GH-22701/GH-22702) by Miss Skeleton (bot) · 4 years, 10 months ago
  88. f07448b bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) by Miss Skeleton (bot) · 4 years, 10 months ago
  89. 391a544 bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647) by Miss Skeleton (bot) · 4 years, 10 months ago
  90. 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, 10 months ago
  91. f5393dc bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) (GH-22656) by Victor Stinner · 4 years, 10 months ago
  92. ebc5a6b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Miss Skeleton (bot) · 4 years, 10 months ago
  93. 1f75fc7 bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Miss Skeleton (bot) · 4 years, 10 months ago
  94. 42157b9 [3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22612) by Batuhan Taskaya · 4 years, 10 months ago
  95. 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, 10 months ago
  96. 089c386 bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) by Miss Skeleton (bot) · 4 years, 10 months ago
  97. 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, 10 months ago
  98. 15e091f bpo-41306: Allow scale value to not be rounded (GH-21715) by Miss Skeleton (bot) · 4 years, 10 months ago
  99. 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
  100. 10b4136 bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559) (#22567) by Miss Skeleton (bot) · 4 years, 11 months ago