1. a658287 bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725) by Ethan Furman · 3 years, 9 months ago
  2. efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 3 years, 9 months ago
  3. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 9 months ago
  4. b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 3 years, 9 months ago
  5. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 3 years, 9 months ago
  6. 6bd94de bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) by Ethan Furman · 3 years, 9 months ago
  7. d5dcb65 bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) by pxinwr · 3 years, 9 months ago
  8. ca06440 bpo-32381: Remove unused _Py_fopen() function (GH-23711) by Victor Stinner · 3 years, 9 months ago
  9. 98a5417 bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684) by pxinwr · 3 years, 9 months ago
  10. eb7594f bpo-41443: Add more attribute checking in test_posix (GH-21688) by pxinwr · 3 years, 9 months ago
  11. 37440ee bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) by Ethan Furman · 3 years, 9 months ago
  12. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 9 months ago
  13. 4aa6785 bpo-41910: move news entry (GH-23695) by Terry Jan Reedy · 3 years, 9 months ago
  14. b6d98c1 bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) by Victor Stinner · 3 years, 9 months ago
  15. 0914a48 Merge tag 'v3.10.0a3' by Pablo Galindo · 3 years, 9 months ago
  16. 06afac6 bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) by pxinwr · 3 years, 9 months ago
  17. 8bae2a9 Python 3.10.0a3 by Pablo Galindo · 3 years, 9 months ago
  18. c0afb7f bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) by Matti Picus · 3 years, 9 months ago
  19. 0ef96c2 bpo-30459: Cast the result of PyCell_SET to void (GH-23654) by Victor Stinner · 3 years, 9 months ago
  20. c266736 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) by Ethan Furman · 3 years, 9 months ago
  21. 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 3 years, 9 months ago
  22. 6a7fb9d bpo-42576: Clarify only debug builds are affected in news (GH-23663) by kj · 3 years, 9 months ago
  23. c598a04 bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613) by idanw206 · 3 years, 9 months ago
  24. 804d689 bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by kj · 3 years, 9 months ago
  25. da3d2ab GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638) by Senthil Kumaran · 3 years, 9 months ago
  26. 556d97f bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) by Zackery Spytz · 3 years, 9 months ago
  27. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 9 months ago
  28. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 9 months ago
  29. 2e0760b bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Irit Katriel · 3 years, 9 months ago
  30. 8d4f57d bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) by pxinwr · 3 years, 9 months ago
  31. 6e1eec7 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Irit Katriel · 3 years, 9 months ago
  32. 0663940 bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Victor Stinner · 3 years, 9 months ago
  33. f24b810 bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632) by Yurii Karabas · 3 years, 9 months ago
  34. 7e5e13d bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Victor Stinner · 3 years, 9 months ago
  35. 5291639 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by FX Coudert · 3 years, 9 months ago
  36. 5977a79 bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495) by Mark Shannon · 3 years, 9 months ago
  37. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 9 months ago
  38. e483d28 bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675) by pxinwr · 3 years, 9 months ago
  39. b2d0c66 bpo-31904: Fix fifo test cases for VxWorks (GH-20254) by pxinwr · 3 years, 9 months ago
  40. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 9 months ago
  41. 427613f bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Irit Katriel · 3 years, 9 months ago
  42. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 9 months ago
  43. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 9 months ago
  44. 0be9ce3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) by Andreas Poehlmann · 3 years, 9 months ago
  45. 8668431 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Renato Cunha · 3 years, 9 months ago
  46. 00a6568 bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) by pxinwr · 3 years, 9 months ago
  47. 6a273fd bpo-31904: skip some tests related to fifo on VxWorks (GH-23473) by pxinwr · 3 years, 9 months ago
  48. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 9 months ago
  49. 996a1ef skip test_test of test_mailcap on VxWorks (GH-23507) by pxinwr · 3 years, 9 months ago
  50. 64c8f81 skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518) by pxinwr · 3 years, 9 months ago
  51. 7a240ae Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516) by Zackery Spytz · 3 years, 9 months ago
  52. 74311ae bpo-41818: Fix test_master_read() so that it succeeds on all platforms that either raise OSError or return b"" upon reading from master (GH-23536) by Soumendra Ganguly · 3 years, 9 months ago
  53. aa1b8a1 bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256) by pxinwr · 3 years, 9 months ago
  54. 8085f74 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) by Zackery Spytz · 3 years, 9 months ago
  55. e4fe303 bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521) by Yurii Karabas · 3 years, 9 months ago
  56. f5a19ea bpo-41818: Make test_openpty() avoid unexpected success due to number of rows and/or number of columns being == 0. (GH-23526) by Soumendra Ganguly · 3 years, 9 months ago
  57. e3ef4d7 bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533) by Alex Grönholm · 3 years, 9 months ago
  58. f533cb8 bpo-42392: Remove loop parameter from asyncio.streams (GH-23517) by Yurii Karabas · 3 years, 9 months ago
  59. c13d899 bpo-41818: Updated tests for the standard pty library (GH-22962) by Soumendra Ganguly · 3 years, 9 months ago
  60. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 3 years, 9 months ago
  61. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 9 months ago
  62. 4fedd71 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Julien Palard · 3 years, 9 months ago
  63. c9c6e9f bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) by Julien Palard · 3 years, 9 months ago
  64. ed1a5a5 bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) by Hai Shi · 3 years, 9 months ago
  65. 0ec34ca bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420) by Yurii Karabas · 3 years, 9 months ago
  66. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 3 years, 9 months ago
  67. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 9 months ago
  68. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 3 years, 9 months ago
  69. ff420f0 bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small containers (GH-22120) by Irit Katriel · 3 years, 9 months ago
  70. dd844a2 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Serhiy Storchaka · 3 years, 9 months ago
  71. 313467e bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) by Serhiy Storchaka · 3 years, 9 months ago
  72. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 9 months ago
  73. 404a719 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) by Ronald Oussoren · 3 years, 9 months ago
  74. 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 3 years, 9 months ago
  75. 0f20bd9 bpo-38443: Check that the specified universal architectures work (GH-22910) by Ronald Oussoren · 3 years, 9 months ago
  76. ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 3 years, 9 months ago
  77. 035deee bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) by Christian Heimes · 3 years, 9 months ago
  78. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 3 years, 9 months ago
  79. 01a202a bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010) by Filipe Laíns · 3 years, 9 months ago
  80. 3172936 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Devin Jeanpierre · 3 years, 9 months ago
  81. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 3 years, 9 months ago
  82. a6109ef bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) by Erlend Egeberg Aasland · 3 years, 9 months ago
  83. 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 3 years, 9 months ago
  84. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 9 months ago
  85. 7ddbaa7 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Terry Jan Reedy · 3 years, 9 months ago
  86. b437aa8 bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) by Christian Heimes · 3 years, 10 months ago
  87. 646d7fd bpo-1635741: Port gc module to multiphase initialization (GH-23377) by Christian Heimes · 3 years, 10 months ago
  88. cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 3 years, 10 months ago
  89. 3390347 bpo-42403: Simplify importlib external bootstrap (GH-23397) by Victor Stinner · 3 years, 10 months ago
  90. bf9d70a bpo-1635741: Port spwd to multiphase initialization (GH-23390) by Christian Heimes · 3 years, 10 months ago
  91. 3094dd5 bpo-1635741: Port _queue to multiphase initialization (GH-23376) by Christian Heimes · 3 years, 10 months ago
  92. fa2eee9 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) by Christian Heimes · 3 years, 10 months ago
  93. cc0cd43 bpo-1635741: Port _random to multiphase initialization (GH-23359) by Christian Heimes · 3 years, 10 months ago
  94. 13b865f bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) by David CARLIER · 3 years, 10 months ago
  95. 6f4635f bpo-1635741: Port _warnings to the multi-phase init (GH-23379) by Victor Stinner · 3 years, 10 months ago
  96. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 10 months ago
  97. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 10 months ago
  98. 46f59eb bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) by Christian Heimes · 3 years, 10 months ago
  99. c701101 bpo-1635741: Port symtable module to multiphase initialization (GH-23361) by Christian Heimes · 3 years, 10 months ago
  100. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 3 years, 10 months ago