1. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 7 months ago
  2. b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 3 years, 7 months ago
  3. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 3 years, 7 months ago
  4. 6bd94de bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) by Ethan Furman · 3 years, 7 months ago
  5. 2a35137 [doc] Link to issue regarding logging.disable level param default value (GH-23726) by Andre Delfino · 3 years, 7 months ago
  6. 35cacce [doc] Document logging.basicConfig default format (GH-23710) by Andre Delfino · 3 years, 7 months ago
  7. d5dcb65 bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) by pxinwr · 3 years, 7 months ago
  8. a82f63f bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) by Victor Stinner · 3 years, 7 months ago
  9. ca06440 bpo-32381: Remove unused _Py_fopen() function (GH-23711) by Victor Stinner · 3 years, 7 months ago
  10. 550e467 bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) by Victor Stinner · 3 years, 7 months ago
  11. 98a5417 bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684) by pxinwr · 3 years, 7 months ago
  12. eb7594f bpo-41443: Add more attribute checking in test_posix (GH-21688) by pxinwr · 3 years, 7 months ago
  13. fe6e5e7 bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) by Victor Stinner · 3 years, 7 months ago
  14. 815506d bpo-32381: Rewrite PyErr_ProgramText() (GH-23700) by Victor Stinner · 3 years, 7 months ago
  15. 6d3dfee [Enum] reformat and add doc strings (GH-23705) by Ethan Furman · 3 years, 7 months ago
  16. 37440ee bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) by Ethan Furman · 3 years, 7 months ago
  17. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 7 months ago
  18. 4aa6785 bpo-41910: move news entry (GH-23695) by Terry Jan Reedy · 3 years, 7 months ago
  19. 0f91f58 bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) by Hai Shi · 3 years, 7 months ago
  20. b6d98c1 bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) by Victor Stinner · 3 years, 7 months ago
  21. 233fddf Post 3.10.0a3 by Pablo Galindo · 3 years, 7 months ago
  22. 0914a48 Merge tag 'v3.10.0a3' by Pablo Galindo · 3 years, 7 months ago
  23. 06afac6 bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) by pxinwr · 3 years, 7 months ago
  24. b63a620 bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) by Matěj Cepl · 3 years, 7 months ago
  25. 8bae2a9 Python 3.10.0a3 by Pablo Galindo · 3 years, 7 months ago
  26. c0afb7f bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) by Matti Picus · 3 years, 7 months ago
  27. 0ef96c2 bpo-30459: Cast the result of PyCell_SET to void (GH-23654) by Victor Stinner · 3 years, 7 months ago
  28. c266736 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) by Ethan Furman · 3 years, 7 months ago
  29. 2123373 Update macos installer ReadMe for 3.10.0a3 (GH-23671) by Ned Deily · 3 years, 7 months ago
  30. 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 3 years, 7 months ago
  31. 752cdf2 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) by Raymond Hettinger · 3 years, 7 months ago
  32. 8a62887 bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664) by Serhiy Storchaka · 3 years, 7 months ago
  33. 6a7fb9d bpo-42576: Clarify only debug builds are affected in news (GH-23663) by kj · 3 years, 7 months ago
  34. c598a04 bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613) by idanw206 · 3 years, 7 months ago
  35. 804d689 bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by kj · 3 years, 7 months ago
  36. da3d2ab GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638) by Senthil Kumaran · 3 years, 7 months ago
  37. 556d97f bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) by Zackery Spytz · 3 years, 7 months ago
  38. 29afab6 bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) by Ned Deily · 3 years, 7 months ago
  39. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 7 months ago
  40. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 7 months ago
  41. 79c1849 bpo-42545: Improve the error message in the stable API script (GH-23648) by Pablo Galindo · 3 years, 7 months ago
  42. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 7 months ago
  43. 2e0760b bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Irit Katriel · 3 years, 7 months ago
  44. 8d4f57d bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) by pxinwr · 3 years, 7 months ago
  45. 6e1eec7 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Irit Katriel · 3 years, 7 months ago
  46. 0663940 bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Victor Stinner · 3 years, 7 months ago
  47. eaccc12 bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636) by Mark Shannon · 3 years, 7 months ago
  48. f24b810 bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632) by Yurii Karabas · 3 years, 7 months ago
  49. db68544 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Zackery Spytz · 3 years, 7 months ago
  50. 8b6c4a9 bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626) by Victor Stinner · 3 years, 7 months ago
  51. 7e5e13d bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Victor Stinner · 3 years, 7 months ago
  52. 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 3 years, 7 months ago
  53. f3c3ea9 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Serhiy Storchaka · 3 years, 7 months ago
  54. 3ec9d01 Remove the conditional for setting query. (#23604) by Senthil Kumaran · 3 years, 7 months ago
  55. 5291639 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by FX Coudert · 3 years, 7 months ago
  56. dedc2cd bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) by Pablo Galindo · 3 years, 7 months ago
  57. 99b5944 bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) by Pablo Galindo · 3 years, 7 months ago
  58. 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, 7 months ago
  59. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 7 months ago
  60. 93a0ef7 Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) by Pablo Galindo · 3 years, 7 months ago
  61. 46bd5ed bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606) by Pablo Galindo · 3 years, 7 months ago
  62. e483d28 bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675) by pxinwr · 3 years, 7 months ago
  63. 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 3 years, 7 months ago
  64. 8acd0e0 build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583) by dependabot[bot] · 3 years, 7 months ago
  65. a43fea8 build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) by dependabot[bot] · 3 years, 7 months ago
  66. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 3 years, 7 months ago
  67. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 3 years, 7 months ago
  68. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 7 months ago
  69. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 7 months ago
  70. b2d0c66 bpo-31904: Fix fifo test cases for VxWorks (GH-20254) by pxinwr · 3 years, 7 months ago
  71. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 7 months ago
  72. 427613f bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Irit Katriel · 3 years, 7 months ago
  73. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 7 months ago
  74. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 7 months ago
  75. 9bdc40e Refactor the grammar to match the language specification docs (GH-23574) by Pablo Galindo · 3 years, 7 months ago
  76. bcc9579 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) by James Gerity · 3 years, 7 months ago
  77. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 3 years, 7 months ago
  78. e41bfd1 bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Terry Jan Reedy · 3 years, 7 months ago
  79. 0be9ce3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) by Andreas Poehlmann · 3 years, 7 months ago
  80. 9f00463 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529) by Yasser A · 3 years, 7 months ago
  81. 9654592 bpo-42506: Fix unexpected output in test_format (GH-23564) by Zackery Spytz · 3 years, 7 months ago
  82. 6cc2c41 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Serhiy Storchaka · 3 years, 7 months ago
  83. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 3 years, 7 months ago
  84. 8668431 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Renato Cunha · 3 years, 7 months ago
  85. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 3 years, 7 months ago
  86. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 3 years, 7 months ago
  87. 00a6568 bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) by pxinwr · 3 years, 7 months ago
  88. 6a273fd bpo-31904: skip some tests related to fifo on VxWorks (GH-23473) by pxinwr · 3 years, 7 months ago
  89. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 7 months ago
  90. 996a1ef skip test_test of test_mailcap on VxWorks (GH-23507) by pxinwr · 3 years, 7 months ago
  91. 64c8f81 skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518) by pxinwr · 3 years, 7 months ago
  92. 7a240ae Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516) by Zackery Spytz · 3 years, 7 months ago
  93. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 3 years, 7 months ago
  94. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 3 years, 7 months ago
  95. 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, 7 months ago
  96. aa1b8a1 bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256) by pxinwr · 3 years, 7 months ago
  97. d41ec65 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Zackery Spytz · 3 years, 7 months ago
  98. 8085f74 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) by Zackery Spytz · 3 years, 7 months ago
  99. 5b0194e bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396) by Wansoo Kim · 3 years, 7 months ago
  100. e4fe303 bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521) by Yurii Karabas · 3 years, 7 months ago