Python 3.9.1rc1
  1. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  2. 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
  3. 96d906b bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486) by Miss Islington (bot) · 4 years, 9 months ago
  4. 3266991 bpo-41100: minor build installer fixes (GH-23480) by Miss Islington (bot) · 4 years, 9 months ago
  5. b641605 Typo (GH-23482) (#23483) by Miss Islington (bot) · 4 years, 9 months ago
  6. 2019e4f Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) (GH-23479) by Miss Islington (bot) · 4 years, 9 months ago
  7. 3e53301 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 4 years, 9 months ago
  8. 5aa6c99 bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472) by Ned Deily · 4 years, 9 months ago
  9. 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
  10. 41d1ebb Doc: fix typo in typing.Type docs (GH-23460) by Miss Islington (bot) · 4 years, 9 months ago
  11. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 4 years, 9 months ago
  12. 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
  13. 4f87126 bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Miss Islington (bot) · 4 years, 9 months ago
  14. dd20643 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 4 years, 9 months ago
  15. 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
  16. 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
  17. 3b5b1c8 Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425) by Miss Islington (bot) · 4 years, 9 months ago
  18. d153eb8 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 4 years, 9 months ago
  19. 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
  20. c1bbca5 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 4 years, 9 months ago
  21. ed02018 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435) by Miss Islington (bot) · 4 years, 9 months ago
  22. c963da2 bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by Miss Islington (bot) · 4 years, 9 months ago
  23. 3763cc1 bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430) by Miss Islington (bot) · 4 years, 9 months ago
  24. f552f4b bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429) by Miss Islington (bot) · 4 years, 9 months ago
  25. 4dd2112 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 4 years, 9 months ago
  26. 1051ca4 bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by Miss Islington (bot) · 4 years, 9 months ago
  27. 2acd9d0 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Miss Islington (bot) · 4 years, 9 months ago
  28. 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
  29. 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
  30. 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
  31. 37f6fe2 bpo-42336: Improve PCbuild batch files (GH-23275) by Miss Islington (bot) · 4 years, 9 months ago
  32. 35bf8ea [3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369) by Christian Heimes · 4 years, 9 months ago
  33. c53c3f4 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Victor Stinner · 4 years, 9 months ago
  34. 994c68f bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Miss Islington (bot) · 4 years, 9 months ago
  35. 802ff7c [3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363) by Miss Islington (bot) · 4 years, 9 months ago
  36. 71ba5f5 [3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309) by kj · 4 years, 9 months ago
  37. 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
  38. 05a5d69 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by Victor Stinner · 4 years, 9 months ago
  39. ac472b3 [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (GH-23335) by Yurii Karabas · 4 years, 9 months ago
  40. 656d50f bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) by Miss Islington (bot) · 4 years, 9 months ago
  41. 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
  42. 2b800ef bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329) by Lysandros Nikolaou · 4 years, 9 months ago
  43. cf70854 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Miss Islington (bot) · 4 years, 9 months ago
  44. 7c4d8fa bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  45. ec0788c More updates to the descriptor howto guide (GH-23238) (GH-23308) by Miss Islington (bot) · 4 years, 9 months ago
  46. 2369759 bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) by Miss Islington (bot) · 4 years, 9 months ago
  47. 2837241 fix typo in ThreadedChildWatcher docs (GH-23277) by Miss Islington (bot) · 4 years, 9 months ago
  48. faadc52 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  49. 4defeb0 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23270) by Miss Islington (bot) · 4 years, 9 months ago
  50. 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
  51. ec306a2 bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262) by Victor Stinner · 4 years, 9 months ago
  52. e5729ae bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Miss Islington (bot) · 4 years, 9 months ago
  53. 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
  54. 7ae19ef bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Miss Islington (bot) · 4 years, 9 months ago
  55. 33922cb bpo-42140: Improve asyncio.wait function (GH-22938) by Miss Islington (bot) · 4 years, 9 months ago
  56. 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
  57. 14a343a bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Miss Islington (bot) · 4 years, 9 months ago
  58. 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
  59. 2a86ade Fix typo in unicodeobject.c (GH-23180) by Miss Islington (bot) · 4 years, 9 months ago
  60. 371c335 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) by Miss Islington (bot) · 4 years, 9 months ago
  61. 2e5bd4f Minor wording change in concurrent.futures. (GH-23194) by Miss Islington (bot) · 4 years, 9 months ago
  62. e81e09b bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081) by Miss Islington (bot) · 4 years, 9 months ago
  63. 4c239a3 Minor grammar edits for the descriptor howto guide (GH-#23175) (GH-23186) by Raymond Hettinger · 4 years, 9 months ago
  64. 6255296 Remove outdated reference to pywin32 from platform module (GH-22005) by Miss Islington (bot) · 4 years, 10 months ago
  65. e74fb2d bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162) by Miss Islington (bot) · 4 years, 10 months ago
  66. 3997a4e Disable peg generator tests when building with PGO (GH-23141) by Miss Islington (bot) · 4 years, 10 months ago
  67. 72bb4c6 bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130) by Miss Skeleton (bot) · 4 years, 10 months ago
  68. e899c01 Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Miss Skeleton (bot) · 4 years, 10 months ago
  69. 9bc0787 bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Miss Skeleton (bot) · 4 years, 10 months ago
  70. 6b7a90d bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114) by Miss Skeleton (bot) · 4 years, 10 months ago
  71. e277cb7 bpo-42103: Improve validation of Plist files. (GH-22882) by Miss Skeleton (bot) · 4 years, 10 months ago
  72. 723e21a bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067) by Lysandros Nikolaou · 4 years, 10 months ago
  73. ff852aa bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) by Miss Skeleton (bot) · 4 years, 10 months ago
  74. 27c72ba Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095) by Miss Skeleton (bot) · 4 years, 10 months ago
  75. 79e9f06 bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Miss Skeleton (bot) · 4 years, 10 months ago
  76. d4cfbfe Add member objects to the descriptor howto guide (GH-23084) (GH-23090) by Miss Skeleton (bot) · 4 years, 10 months ago
  77. 81dd2c0 Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) (GH-23080) by Miss Skeleton (bot) · 4 years, 10 months ago
  78. 0312efc bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062) by Miss Skeleton (bot) · 4 years, 10 months ago
  79. 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
  80. cfcb952 [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066) by Lysandros Nikolaou · 4 years, 10 months ago
  81. dbaa07d [3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061) by kj · 4 years, 10 months ago
  82. 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
  83. 09c6120 bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047) by Miss Skeleton (bot) · 4 years, 10 months ago
  84. a39068b bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) by Miss Skeleton (bot) · 4 years, 10 months ago
  85. b626d22 bpo-42061: Document __format__ for IP addresses (GH-23018) by Miss Skeleton (bot) · 4 years, 10 months ago
  86. 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
  87. 577d7c4 [3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016) by kj · 4 years, 10 months ago
  88. 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
  89. c4b58ce [3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006) by Lysandros Nikolaou · 4 years, 10 months ago
  90. 8aee019 [3.9] Remove git conflict lines from test_parse_directory in peg_generator (GH-23007) by Lysandros Nikolaou · 4 years, 10 months ago
  91. 2cb259f bpo-6761: Enhance __call__ documentation (GH-7987) by Miss Skeleton (bot) · 4 years, 10 months ago
  92. 562ad76 bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) by Miss Skeleton (bot) · 4 years, 10 months ago
  93. df4790c Add a link to buffer protocol in bytearray() doc (GH-22675) by Miss Skeleton (bot) · 4 years, 10 months ago
  94. 36cb0c8 Added some makefile generated files to .gitignore (GH-22435) by Miss Skeleton (bot) · 4 years, 10 months ago
  95. 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
  96. 0b290dd bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Miss Skeleton (bot) · 4 years, 10 months ago
  97. 83c86cf bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Miss Skeleton (bot) · 4 years, 10 months ago
  98. 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
  99. af891a9 bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972) by Miss Skeleton (bot) · 4 years, 10 months ago
  100. 2990aef Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969) by Miss Skeleton (bot) · 4 years, 10 months ago