Python 3.9.1
  1. 1e5d33e Python 3.9.1 by Łukasz Langa · 4 years, 8 months ago v3.9.1
  2. facca72 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) (#23668) by Miss Islington (bot) · 4 years, 9 months ago
  3. 2a9a883 bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) by Miss Islington (bot) · 4 years, 9 months ago
  4. 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
  5. d5c029b bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by Miss Islington (bot) · 4 years, 9 months ago
  6. 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
  7. 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
  8. 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
  9. 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
  10. 81ac030 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 4 years, 9 months ago
  11. c7cf66d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 4 years, 9 months ago
  12. 3689c25 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Miss Islington (bot) · 4 years, 9 months ago
  13. 9f26833 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 4 years, 9 months ago
  14. ae67db6 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Miss Islington (bot) · 4 years, 9 months ago
  15. 09a698b bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by Miss Islington (bot) · 4 years, 9 months ago
  16. 9b34f34 bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) by Miss Islington (bot) · 4 years, 9 months ago
  17. ed46143 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Miss Islington (bot) · 4 years, 9 months ago
  18. 0955f68 [3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597) by Benjamin Peterson · 4 years, 9 months ago
  19. d33f334 build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) by Miss Islington (bot) · 4 years, 9 months ago
  20. ae48dd4 Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) (GH-23590) by Miss Islington (bot) · 4 years, 9 months ago
  21. 4a44f53 [3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527) by Miss Islington (bot) · 4 years, 9 months ago
  22. aef482f Fix bz2 examples markup (GH-23580) by Miss Islington (bot) · 4 years, 9 months ago
  23. 7e80c0f [3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380) by Julien Palard · 4 years, 9 months ago
  24. ff51e5e bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) (GH-23571) by Miss Islington (bot) · 4 years, 9 months ago
  25. b2652f2 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Miss Islington (bot) · 4 years, 9 months ago
  26. aab9390 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-23573) by Miss Islington (bot) · 4 years, 9 months ago
  27. 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
  28. 03ae7e4 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Miss Islington (bot) · 4 years, 9 months ago
  29. 586bdd1 [3.9] bpo-42474: test TracebackException comparison to non-equal instances (GH-23557) by Irit Katriel · 4 years, 9 months ago
  30. a83119d bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562) by Miss Islington (bot) · 4 years, 9 months ago
  31. fcf7391 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 4 years, 9 months ago
  32. cf47b39 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23550) by Miss Islington (bot) · 4 years, 9 months ago
  33. cfb2f79 Fix dis markup (GH-23524) by Miss Islington (bot) · 4 years, 9 months ago
  34. 5d54dfa Fix multiprocessing markup (GH-23525) by Miss Islington (bot) · 4 years, 9 months ago
  35. cc5eb93 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Miss Islington (bot) · 4 years, 9 months ago
  36. df6c8bc bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539) by Miss Islington (bot) · 4 years, 9 months ago
  37. 761c5a1 Post 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago
  38. faf4206 Merge tag 'v3.9.1rc1' into 3.9 by Łukasz Langa · 4 years, 9 months ago
  39. dca61e7 Typo: fix inverted sense of statement (GH-23288) (GH-23512) by Miss Islington (bot) · 4 years, 9 months ago
  40. 0aedcff Add more tests to the descriptor howto guide (GH-23506) (GH-23510) by Miss Islington (bot) · 4 years, 9 months ago
  41. 9d2c2a8 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 4 years, 9 months ago
  42. 543724b Add doctests to the descriptor HowTo (GH-23500) (GH-23505) by Miss Islington (bot) · 4 years, 9 months ago
  43. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  44. 15d42d7 bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) by Miss Islington (bot) · 4 years, 9 months ago
  45. 96d906b bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486) by Miss Islington (bot) · 4 years, 9 months ago
  46. 3266991 bpo-41100: minor build installer fixes (GH-23480) by Miss Islington (bot) · 4 years, 9 months ago
  47. b641605 Typo (GH-23482) (#23483) by Miss Islington (bot) · 4 years, 9 months ago
  48. 2019e4f Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) (GH-23479) by Miss Islington (bot) · 4 years, 9 months ago
  49. 3e53301 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  50. 5aa6c99 bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472) by Ned Deily · 4 years, 9 months ago
  51. 8572059 bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-23293) by Miss Islington (bot) · 4 years, 9 months ago
  52. 41d1ebb Doc: fix typo in typing.Type docs (GH-23460) by Miss Islington (bot) · 4 years, 9 months ago
  53. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 4 years, 9 months ago
  54. 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
  55. 4f87126 bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Miss Islington (bot) · 4 years, 9 months ago
  56. dd20643 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  57. 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
  58. 89d74d0 Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) (GH-23450) by Miss Islington (bot) · 4 years, 9 months ago
  59. 3b5b1c8 Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425) by Miss Islington (bot) · 4 years, 9 months ago
  60. d153eb8 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 4 years, 9 months ago
  61. 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
  62. c1bbca5 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  63. ed02018 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435) by Miss Islington (bot) · 4 years, 9 months ago
  64. c963da2 bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by Miss Islington (bot) · 4 years, 9 months ago
  65. 3763cc1 bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430) by Miss Islington (bot) · 4 years, 9 months ago
  66. f552f4b bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429) by Miss Islington (bot) · 4 years, 9 months ago
  67. 4dd2112 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  68. 1051ca4 bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by Miss Islington (bot) · 4 years, 9 months ago
  69. 2acd9d0 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Miss Islington (bot) · 4 years, 9 months ago
  70. 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
  71. 36619e1 [3.9] Minor grammar edits for the descriptor howto guide (GH-GH-23175) (GH-23176) by Miss Islington (bot) · 4 years, 9 months ago
  72. f9fa920 [3.9] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22783) by Miss Islington (bot) · 4 years, 9 months ago
  73. 37f6fe2 bpo-42336: Improve PCbuild batch files (GH-23275) by Miss Islington (bot) · 4 years, 9 months ago
  74. 35bf8ea [3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369) by Christian Heimes · 4 years, 9 months ago
  75. c53c3f4 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Victor Stinner · 4 years, 9 months ago
  76. 994c68f bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Miss Islington (bot) · 4 years, 9 months ago
  77. 802ff7c [3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363) by Miss Islington (bot) · 4 years, 9 months ago
  78. 71ba5f5 [3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309) by kj · 4 years, 9 months ago
  79. 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
  80. 05a5d69 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by Victor Stinner · 4 years, 9 months ago
  81. ac472b3 [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (GH-23335) by Yurii Karabas · 4 years, 9 months ago
  82. 656d50f bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) by Miss Islington (bot) · 4 years, 9 months ago
  83. 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
  84. 2b800ef bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329) by Lysandros Nikolaou · 4 years, 9 months ago
  85. cf70854 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Miss Islington (bot) · 4 years, 9 months ago
  86. 7c4d8fa bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  87. ec0788c More updates to the descriptor howto guide (GH-23238) (GH-23308) by Miss Islington (bot) · 4 years, 9 months ago
  88. 2369759 bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) by Miss Islington (bot) · 4 years, 9 months ago
  89. 2837241 fix typo in ThreadedChildWatcher docs (GH-23277) by Miss Islington (bot) · 4 years, 9 months ago
  90. faadc52 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  91. 4defeb0 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23270) by Miss Islington (bot) · 4 years, 9 months ago
  92. 0f4dd87 [3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) (GH-23265) by Dong-hee Na · 4 years, 9 months ago
  93. ec306a2 bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262) by Victor Stinner · 4 years, 9 months ago
  94. e5729ae bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Miss Islington (bot) · 4 years, 9 months ago
  95. bc77704 [3.9] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) (GH-22897) by Miss Islington (bot) · 4 years, 9 months ago
  96. 7ae19ef bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Miss Islington (bot) · 4 years, 9 months ago
  97. 33922cb bpo-42140: Improve asyncio.wait function (GH-22938) by Miss Islington (bot) · 4 years, 9 months ago
  98. f8bea0a [3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH-23232) by Zackery Spytz · 4 years, 9 months ago
  99. 14a343a bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 9 months ago
  100. 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