1. 7865f51 bpo-16396: fix BPO number in changelog (GH-23951) by Shantanu · 3 years, 9 months ago
  2. 0b281f9 bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) by Dong-hee Na · 3 years, 9 months ago
  3. ea25180 bpo-40521: Per-interpreter interned strings (GH-20085) by Victor Stinner · 3 years, 9 months ago
  4. 993e88c bpo-42694: Prevent creating _curses_panel.panel (GH-23948) by Victor Stinner · 3 years, 9 months ago
  5. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 3 years, 9 months ago
  6. 77fde8d Add convolve() to the itertools recipes (GH-23928) by Raymond Hettinger · 3 years, 9 months ago
  7. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 3 years, 9 months ago
  8. f0853bc Sync what's new in 3.9 with 3.9 branch (GH-23943) by Ken Jin · 3 years, 9 months ago
  9. 5ae9be6 bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) by Eric Snow · 3 years, 9 months ago
  10. c1ae21c Rename Tkinter tests for widget options (GH-23944) by Serhiy Storchaka · 3 years, 9 months ago
  11. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 3 years, 9 months ago
  12. 675c97e bpo-42721: Improve using simple dialogs without root window (GH-23897) by Serhiy Storchaka · 3 years, 9 months ago
  13. 586f3db bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) by Irit Katriel · 3 years, 9 months ago
  14. bb70b2a bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) by Serhiy Storchaka · 3 years, 9 months ago
  15. 954a742 bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Serhiy Storchaka · 3 years, 9 months ago
  16. 7f162e8 bpo-29076: Add fish support to macOS installer (GH-23302) by Erlend Egeberg Aasland · 3 years, 9 months ago
  17. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 3 years, 9 months ago
  18. 8badade bpo-42727: Fix the NEWS entry .rst (GH-23932) by Gregory P. Smith · 3 years, 9 months ago
  19. 786d97a bpo-42727: [Enum] use super() and include **kwds (GH-23927) by Ethan Furman · 3 years, 9 months ago
  20. c6c43b2 bpo-42685: Improve placing of simple query windows. (GH-23856) by Serhiy Storchaka · 3 years, 9 months ago
  21. 6ec0ade [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917) by Ethan Furman · 3 years, 9 months ago
  22. 7ec59d8 bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) by Eric Snow · 3 years, 9 months ago
  23. b57ada9 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Augusto Hack · 3 years, 9 months ago
  24. a9ef95b GH: Add isidentical to the CODEOWNERS (GH-23923) by Batuhan Taskaya · 3 years, 9 months ago
  25. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 3 years, 9 months ago
  26. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 3 years, 9 months ago
  27. 6dd3da3 bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) by kj · 3 years, 9 months ago
  28. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 3 years, 9 months ago
  29. 6b1ac80 bpo-25246: Optimize deque.remove() (GH-23898) by Raymond Hettinger · 3 years, 9 months ago
  30. a124916 bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) by Victor Stinner · 3 years, 9 months ago
  31. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 3 years, 9 months ago
  32. bfda4f5 bpo-28468: Fix typo in _os_release_candidates (GH-23913) by Victor Stinner · 3 years, 9 months ago
  33. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 3 years, 9 months ago
  34. d90ff37 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Matt Fowler · 3 years, 9 months ago
  35. 6d9ec8b bpo-1635741: Port resource extension module to module state (GH-23462) by Christian Heimes · 3 years, 9 months ago
  36. cf3565c bpo-42620: Improve socket.getsockname doc string (GH-23742) by Christian Heimes · 3 years, 9 months ago
  37. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 9 months ago
  38. 46b5c6b Fix typos in sysmodule (GH-23883) by Joannah Nanjekye · 3 years, 9 months ago
  39. 069560b bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Irit Katriel · 3 years, 9 months ago
  40. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 3 years, 9 months ago
  41. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 3 years, 9 months ago
  42. b3c77ec bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) by erykoff · 3 years, 9 months ago
  43. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 3 years, 9 months ago
  44. b8fde8b bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) by AMIR · 3 years, 9 months ago
  45. 711381d Fix typo in docstring (GH-23515) by Fernando Toledo · 3 years, 9 months ago
  46. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 3 years, 9 months ago
  47. d515c61 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) by Géry Ogam · 3 years, 9 months ago
  48. 37a6d5f [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) by Daniel Hahler · 3 years, 9 months ago
  49. ab74c01 bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) by pxinwr · 3 years, 9 months ago
  50. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 3 years, 9 months ago
  51. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 3 years, 9 months ago
  52. a44ce6c bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) by Matti Picus · 3 years, 9 months ago
  53. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 3 years, 9 months ago
  54. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 3 years, 9 months ago
  55. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 9 months ago
  56. 1e27b57 bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) by masklinn · 3 years, 9 months ago
  57. e009612 Fixed typo in itertools documentation (GH-23816) by Casper Smet · 3 years, 9 months ago
  58. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 3 years, 9 months ago
  59. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 9 months ago
  60. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 9 months ago
  61. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 3 years, 9 months ago
  62. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 3 years, 9 months ago
  63. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 3 years, 9 months ago
  64. 17ef431 bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) by Richard Kojedzinszky · 3 years, 9 months ago
  65. 2179349 bpo-40956: Fix sqlite3 AC code (GH-23837) by Dong-hee Na · 3 years, 9 months ago
  66. 1ba82bb bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) by Erlend Egeberg Aasland · 3 years, 9 months ago
  67. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 3 years, 9 months ago
  68. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 3 years, 9 months ago
  69. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 3 years, 9 months ago
  70. 6104013 bpo-1635741: Port _thread to multiphase init (GH-23811) by Victor Stinner · 3 years, 9 months ago
  71. 6e799be bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) by Max Bernstein · 3 years, 9 months ago
  72. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 3 years, 9 months ago
  73. 75dabfe bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) by pxinwr · 3 years, 9 months ago
  74. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 3 years, 9 months ago
  75. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 3 years, 9 months ago
  76. 40125ab bpo-26564: fix obsolete comment in traceback.c (GH-23819) by Irit Katriel · 3 years, 9 months ago
  77. ba760f3 bpo-31904: Skip some asyncio tests on VxWorks (#23815) by pxinwr · 3 years, 9 months ago
  78. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 3 years, 9 months ago
  79. c143cc3 Correct referenced RFC number in cgi module (GH-22827) by Mike Lei · 3 years, 9 months ago
  80. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 3 years, 9 months ago
  81. 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 3 years, 9 months ago
  82. 66d3b58 bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756) by Chris Jerdonek · 3 years, 9 months ago
  83. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 3 years, 9 months ago
  84. fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 3 years, 9 months ago
  85. aefb69b bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) by Victor Stinner · 3 years, 9 months ago
  86. 37caeb1 Fix reStructuredText typo in NEWS.d. (GH-23800) by Julien Palard · 3 years, 9 months ago
  87. fcc6935 Add symbols of the stable ABI to python3dll.c (GH-23598) by Victor Stinner · 3 years, 9 months ago
  88. 5274b68 bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) by Mark Shannon · 3 years, 9 months ago
  89. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 3 years, 9 months ago
  90. 8203c73 bpo-1635741: Refactor _threadmodule.c (GH-23793) by Victor Stinner · 3 years, 9 months ago
  91. 1c653f1 bpo-42613: Fix freeze.py config directory (GH-23792) by Victor Stinner · 3 years, 9 months ago
  92. 99d28c5 bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798) by Victor Stinner · 3 years, 9 months ago
  93. 5f0fe8e bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) by Serhiy Storchaka · 3 years, 9 months ago
  94. 79782fe bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) by Victor Stinner · 3 years, 9 months ago
  95. b32d8b4 bpo-42644: Validate values in logging.disable() (#23786) by Matthias Bussonnier · 3 years, 9 months ago
  96. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 3 years, 9 months ago
  97. 801165e Update Stale action message (GH-23791) by Mariatta · 3 years, 9 months ago
  98. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 3 years, 9 months ago
  99. b230409 bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) by pxinwr · 3 years, 9 months ago
  100. 9a0dea6 bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716) by pxinwr · 3 years, 9 months ago