1. 1df56bc bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Serhiy Storchaka · 3 years, 10 months ago
  2. 156b7f7 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Serhiy Storchaka · 3 years, 10 months ago
  3. c56988b bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Zackery Spytz · 3 years, 10 months ago
  4. efb1f09 bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) by Ken Jin · 3 years, 10 months ago
  5. a6d63a2 Fix compiler warnings regarding loss of data (GH-23983) by Pablo Galindo · 3 years, 10 months ago
  6. 290f5ae Use Py_NewRef in Modules/_struct.c (GH-23981) by Pablo Galindo · 3 years, 10 months ago
  7. 4140f10 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Ken Jin · 3 years, 10 months ago
  8. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 3 years, 10 months ago
  9. 1031f23 [workflow] Use MSVC problem matcher for Windows action build (GH-18532) by Ammar Askar · 3 years, 10 months ago
  10. bf108bb bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975) by Erlend Egeberg Aasland · 3 years, 10 months ago
  11. 897387d bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972) by Erlend Egeberg Aasland · 3 years, 10 months ago
  12. abba83b bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Erlend Egeberg Aasland · 3 years, 10 months ago
  13. bf64d90 bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170) by Erlend Egeberg Aasland · 3 years, 10 months ago
  14. 3ccef1c bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838) by Erlend Egeberg Aasland · 3 years, 10 months ago
  15. b02ad24 bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) by Serhiy Storchaka · 3 years, 10 months ago
  16. f450723 bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) by Victor Stinner · 3 years, 10 months ago
  17. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 3 years, 10 months ago
  18. 7865f51 bpo-16396: fix BPO number in changelog (GH-23951) by Shantanu · 3 years, 10 months ago
  19. 0b281f9 bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) by Dong-hee Na · 3 years, 10 months ago
  20. ea25180 bpo-40521: Per-interpreter interned strings (GH-20085) by Victor Stinner · 3 years, 10 months ago
  21. 993e88c bpo-42694: Prevent creating _curses_panel.panel (GH-23948) by Victor Stinner · 3 years, 10 months ago
  22. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 3 years, 10 months ago
  23. 77fde8d Add convolve() to the itertools recipes (GH-23928) by Raymond Hettinger · 3 years, 10 months ago
  24. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 3 years, 10 months ago
  25. f0853bc Sync what's new in 3.9 with 3.9 branch (GH-23943) by Ken Jin · 3 years, 10 months ago
  26. 5ae9be6 bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) by Eric Snow · 3 years, 10 months ago
  27. c1ae21c Rename Tkinter tests for widget options (GH-23944) by Serhiy Storchaka · 3 years, 10 months ago
  28. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 3 years, 10 months ago
  29. 675c97e bpo-42721: Improve using simple dialogs without root window (GH-23897) by Serhiy Storchaka · 3 years, 10 months ago
  30. 586f3db bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) by Irit Katriel · 3 years, 10 months ago
  31. bb70b2a bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) by Serhiy Storchaka · 3 years, 10 months ago
  32. 954a742 bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Serhiy Storchaka · 3 years, 10 months ago
  33. 7f162e8 bpo-29076: Add fish support to macOS installer (GH-23302) by Erlend Egeberg Aasland · 3 years, 10 months ago
  34. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 3 years, 10 months ago
  35. 8badade bpo-42727: Fix the NEWS entry .rst (GH-23932) by Gregory P. Smith · 3 years, 10 months ago
  36. 786d97a bpo-42727: [Enum] use super() and include **kwds (GH-23927) by Ethan Furman · 3 years, 10 months ago
  37. c6c43b2 bpo-42685: Improve placing of simple query windows. (GH-23856) by Serhiy Storchaka · 3 years, 10 months ago
  38. 6ec0ade [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917) by Ethan Furman · 3 years, 10 months ago
  39. 7ec59d8 bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) by Eric Snow · 3 years, 10 months ago
  40. b57ada9 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Augusto Hack · 3 years, 10 months ago
  41. a9ef95b GH: Add isidentical to the CODEOWNERS (GH-23923) by Batuhan Taskaya · 3 years, 10 months ago
  42. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 3 years, 10 months ago
  43. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 3 years, 10 months ago
  44. 6dd3da3 bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) by kj · 3 years, 10 months ago
  45. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 3 years, 10 months ago
  46. 6b1ac80 bpo-25246: Optimize deque.remove() (GH-23898) by Raymond Hettinger · 3 years, 10 months ago
  47. a124916 bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) by Victor Stinner · 3 years, 10 months ago
  48. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 3 years, 10 months ago
  49. bfda4f5 bpo-28468: Fix typo in _os_release_candidates (GH-23913) by Victor Stinner · 3 years, 10 months ago
  50. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 3 years, 10 months ago
  51. d90ff37 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Matt Fowler · 3 years, 10 months ago
  52. 6d9ec8b bpo-1635741: Port resource extension module to module state (GH-23462) by Christian Heimes · 3 years, 10 months ago
  53. cf3565c bpo-42620: Improve socket.getsockname doc string (GH-23742) by Christian Heimes · 3 years, 10 months ago
  54. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 10 months ago
  55. 46b5c6b Fix typos in sysmodule (GH-23883) by Joannah Nanjekye · 3 years, 10 months ago
  56. 069560b bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Irit Katriel · 3 years, 10 months ago
  57. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 3 years, 10 months ago
  58. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 3 years, 10 months ago
  59. b3c77ec bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) by erykoff · 3 years, 10 months ago
  60. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 3 years, 10 months ago
  61. b8fde8b bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) by AMIR · 3 years, 10 months ago
  62. 711381d Fix typo in docstring (GH-23515) by Fernando Toledo · 3 years, 10 months ago
  63. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 3 years, 10 months ago
  64. d515c61 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) by Géry Ogam · 3 years, 10 months ago
  65. 37a6d5f [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) by Daniel Hahler · 3 years, 10 months ago
  66. ab74c01 bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) by pxinwr · 3 years, 10 months ago
  67. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 3 years, 10 months ago
  68. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 3 years, 10 months ago
  69. a44ce6c bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) by Matti Picus · 3 years, 10 months ago
  70. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 3 years, 10 months ago
  71. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 3 years, 10 months ago
  72. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 10 months ago
  73. 1e27b57 bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) by masklinn · 3 years, 10 months ago
  74. e009612 Fixed typo in itertools documentation (GH-23816) by Casper Smet · 3 years, 10 months ago
  75. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 3 years, 10 months ago
  76. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 10 months ago
  77. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 10 months ago
  78. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 3 years, 10 months ago
  79. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 3 years, 10 months ago
  80. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 3 years, 10 months ago
  81. 17ef431 bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) by Richard Kojedzinszky · 3 years, 10 months ago
  82. 2179349 bpo-40956: Fix sqlite3 AC code (GH-23837) by Dong-hee Na · 3 years, 10 months ago
  83. 1ba82bb bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) by Erlend Egeberg Aasland · 3 years, 10 months ago
  84. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 3 years, 10 months ago
  85. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 3 years, 10 months ago
  86. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 3 years, 10 months ago
  87. 6104013 bpo-1635741: Port _thread to multiphase init (GH-23811) by Victor Stinner · 3 years, 10 months ago
  88. 6e799be bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) by Max Bernstein · 3 years, 10 months ago
  89. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 3 years, 10 months ago
  90. 75dabfe bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) by pxinwr · 3 years, 10 months ago
  91. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 3 years, 10 months ago
  92. 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, 10 months ago
  93. 40125ab bpo-26564: fix obsolete comment in traceback.c (GH-23819) by Irit Katriel · 3 years, 10 months ago
  94. ba760f3 bpo-31904: Skip some asyncio tests on VxWorks (#23815) by pxinwr · 3 years, 10 months ago
  95. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 3 years, 10 months ago
  96. c143cc3 Correct referenced RFC number in cgi module (GH-22827) by Mike Lei · 3 years, 10 months ago
  97. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 3 years, 10 months ago
  98. 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 3 years, 10 months ago
  99. 66d3b58 bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756) by Chris Jerdonek · 3 years, 10 months ago
  100. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 3 years, 10 months ago