1. c822efe bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Jeremy Attali · 4 years, 2 months ago
  2. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 4 years, 2 months ago
  3. 85339f5 bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years, 2 months ago
  4. 8a3d2af bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) by Sanyam Khurana · 4 years, 2 months ago
  5. a97011b bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424) by Hai Shi · 4 years, 2 months ago
  6. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 2 months ago
  7. db64f12 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) by Mark Shannon · 4 years, 2 months ago
  8. 2f172d8 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Pablo Galindo · 4 years, 2 months ago
  9. cf88871 bpo-40759: Deprecate the symbol module (GH-20364) by Batuhan Taskaya · 4 years, 2 months ago
  10. b7d79b4 bpo-40755: Add rich comparisons to Counter (GH-20548) by Raymond Hettinger · 4 years, 2 months ago
  11. 2b20136 Fix asyncio.to_thread() documented return type (GH-20547) by Kyle Stanley · 4 years, 2 months ago
  12. 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 4 years, 2 months ago
  13. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 4 years, 2 months ago
  14. 364b5ea Further de-linting of zoneinfo module (#20499) by Paul Ganssle · 4 years, 3 months ago
  15. 895c9c1 bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) by Mark Dickinson · 4 years, 3 months ago
  16. 21017ed bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Abhilash Raj · 4 years, 3 months ago
  17. c610d97 bpo-40784: Fix sqlite3 deterministic test (GH-20448) by Erlend Egeberg Aasland · 4 years, 3 months ago
  18. dc4eee9 bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494) by Fantix King · 4 years, 3 months ago
  19. 6039851 bpo-40755: Add missing multiset operations to Counter() (GH-20339) by Raymond Hettinger · 4 years, 3 months ago
  20. 7536432 bpo-40275: Fix test.support.threading_helper (GH-20488) by Victor Stinner · 4 years, 3 months ago
  21. 24bddc1 bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) by Hai Shi · 4 years, 3 months ago
  22. 84ee7e1 bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) by Victor Stinner · 4 years, 3 months ago
  23. 4fd4963 Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484) by Victor Stinner · 4 years, 3 months ago
  24. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 3 months ago
  25. aa89063 bpo-40275: test.support imports subprocess lazily (GH-20471) by Victor Stinner · 4 years, 3 months ago
  26. b0461e1 bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468) by Victor Stinner · 4 years, 3 months ago
  27. 10228ba bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Victor Stinner · 4 years, 3 months ago
  28. e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 4 years, 3 months ago
  29. 7d80b35 Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465) by Pablo Galindo · 4 years, 3 months ago
  30. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 3 months ago
  31. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 4 years, 3 months ago
  32. 210a137 bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369) by Fantix King · 4 years, 3 months ago
  33. 29a1384 bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Sean Gillespie · 4 years, 3 months ago
  34. feb0846 Upgrade bundled versions of pip & setuptools (#16782) by Xavier Fernandez · 4 years, 3 months ago
  35. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 3 months ago
  36. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 3 months ago
  37. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 3 months ago
  38. 8ad0524 bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362) by Arturo Escaip · 4 years, 3 months ago
  39. db098bc bpo-39244: multiprocessing return default start method first on macOS (GH-18625) by idomic · 4 years, 3 months ago
  40. be63019 bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422) by Christian Heimes · 4 years, 3 months ago
  41. 1c5d1d7 Remove duplicated words words (GH-20413) by Serhiy Storchaka · 4 years, 3 months ago
  42. 3cfe5b7 Simplify creation of the __new__ method in namedtuple() (GH-20361) by Raymond Hettinger · 4 years, 3 months ago
  43. f7b1e46 bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) by Lysandros Nikolaou · 4 years, 3 months ago
  44. 4483253 bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Rotuna · 4 years, 3 months ago
  45. ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 4 years, 3 months ago
  46. 4cc2f93 bpo-40695: Limit hashlib builtin hash fallback (GH-20259) by Christian Heimes · 4 years, 3 months ago
  47. 3f59b55 bpo-35714: Reject null characters in struct format strings (GH-16928) by Zackery Spytz · 4 years, 3 months ago
  48. c73914a bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Rémi Lapeyre · 4 years, 3 months ago
  49. 3436f5f bpo-40443: Remove unused imports in the zoneinfo (GH-20354) by Dong-hee Na · 4 years, 3 months ago
  50. 16ef324 bpo-37309: Update IDLE NEWS.txt (GH-20356) by Terry Jan Reedy · 4 years, 3 months ago
  51. 905b3cd bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Florian Dahlitz · 4 years, 3 months ago
  52. da51ba4 Cosmetic smtplib changes (GH-8718) by Ville Skyttä · 4 years, 3 months ago
  53. b5cc208 bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) by Dennis Sweeney · 4 years, 3 months ago
  54. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 4 years, 3 months ago
  55. 909b571 bpo-9216: hashlib usedforsecurity fixes (GH-20258) by Christian Heimes · 4 years, 3 months ago
  56. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 3 months ago
  57. ae14583 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Lysandros Nikolaou · 4 years, 3 months ago
  58. b8a65ec bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292) by Batuhan Taskaya · 4 years, 3 months ago
  59. 72e0aa2 bpo-40176: Improve error messages for trailing comma on from import (GH-20294) by Batuhan Taskaya · 4 years, 3 months ago
  60. 0f56263 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Kyle Stanley · 4 years, 3 months ago
  61. f2947e3 s/wakup/wakeup (GH-20250) by Kunal Bhalla · 4 years, 3 months ago
  62. e572c7f bpo-40698: Improve distutils upload hash digests (GH-20260) by Christian Heimes · 4 years, 3 months ago
  63. da7d1f0 Fix the URL to fishshell.com (GH-20251) by Jonathan Goble · 4 years, 3 months ago
  64. dd74b6f bpo-38870: invalid escape sequence (GH-20240) by Batuhan Taskaya · 4 years, 3 months ago
  65. 9d17cbf bpo-32604: PEP 554 for use in test suite (GH-19985) by Joannah Nanjekye · 4 years, 3 months ago
  66. cc2bbc2 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Kyle Stanley · 4 years, 3 months ago
  67. a3ec3ad bpo-40275: More lazy imports in test.support (GH-20131) by Hai Shi · 4 years, 3 months ago
  68. c102a14 bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse by Batuhan Taskaya · 4 years, 3 months ago
  69. 75b863a bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) by Lysandros Nikolaou · 4 years, 3 months ago
  70. d71a649 bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166) by CyberSaxosTiGER · 4 years, 3 months ago
  71. 2135e10 bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) by Batuhan Taskaya · 4 years, 3 months ago
  72. e6578a2 bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete location information (GH-20157) by Irit Katriel · 4 years, 3 months ago
  73. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 3 months ago
  74. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 4 years, 3 months ago
  75. 58205a0 bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170) by Nathaniel J. Smith · 4 years, 3 months ago
  76. 442634c bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121) by Kjell Braden · 4 years, 3 months ago
  77. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 3 months ago
  78. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 4 years, 3 months ago
  79. 9681953 bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621) by Raymond Hettinger · 4 years, 3 months ago
  80. 54f2898 bpo-40645: Implement HMAC in C (GH-20129) by Christian Heimes · 4 years, 3 months ago
  81. 9a45bfe bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526) by Erlend Egeberg Aasland · 4 years, 3 months ago
  82. d7184d3 bpo-29587: Add another test for the gen.throw() fix. (GH-19859) by Chris Jerdonek · 4 years, 3 months ago
  83. 6341fc7 bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141) by Pablo Galindo · 4 years, 3 months ago
  84. af8e5f8 Use subTest in test_exceptions for better error reporting (GH-20140) by Pablo Galindo · 4 years, 3 months ago
  85. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 4 years, 3 months ago
  86. dff92bb bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797) by Batuhan Taskaya · 4 years, 3 months ago
  87. e966af7 bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) by Batuhan Taskaya · 4 years, 3 months ago
  88. d5a980a bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325) by Batuhan Taskaya · 4 years, 3 months ago
  89. 25160cd bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134) by Batuhan Taskaya · 4 years, 3 months ago
  90. ce4a753 bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) by Batuhan Taskaya · 4 years, 3 months ago
  91. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 4 years, 3 months ago
  92. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 3 months ago
  93. aa92a7c bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) by Dong-hee Na · 4 years, 3 months ago
  94. 372fa3e bpo-40275: lazy import modules in test.support (GH-20128) by Hai Shi · 4 years, 3 months ago
  95. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 3 months ago
  96. 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 4 years, 3 months ago
  97. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 4 years, 3 months ago
  98. 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 4 years, 3 months ago
  99. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 4 years, 3 months ago
  100. 6e57237 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Victor Stinner · 4 years, 3 months ago