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