1. 8d4f57d bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) by pxinwr · 3 years, 9 months ago
  2. 6e1eec7 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Irit Katriel · 3 years, 9 months ago
  3. 0663940 bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Victor Stinner · 3 years, 9 months ago
  4. 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, 9 months ago
  5. 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
  6. db68544 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Zackery Spytz · 3 years, 9 months ago
  7. 8b6c4a9 bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626) by Victor Stinner · 3 years, 9 months ago
  8. 7e5e13d bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Victor Stinner · 3 years, 9 months ago
  9. 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 3 years, 9 months ago
  10. f3c3ea9 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Serhiy Storchaka · 3 years, 9 months ago
  11. 3ec9d01 Remove the conditional for setting query. (#23604) by Senthil Kumaran · 3 years, 9 months ago
  12. 5291639 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by FX Coudert · 3 years, 9 months ago
  13. dedc2cd bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) by Pablo Galindo · 3 years, 9 months ago
  14. 99b5944 bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) by Pablo Galindo · 3 years, 9 months ago
  15. 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
  16. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 9 months ago
  17. 93a0ef7 Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) by Pablo Galindo · 3 years, 9 months ago
  18. 46bd5ed bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606) by Pablo Galindo · 3 years, 9 months ago
  19. e483d28 bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675) by pxinwr · 3 years, 9 months ago
  20. 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 3 years, 9 months ago
  21. 8acd0e0 build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583) by dependabot[bot] · 3 years, 9 months ago
  22. a43fea8 build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) by dependabot[bot] · 3 years, 9 months ago
  23. bc662c0 [doc] Fix abc.update_abstractmethods markup (GH-23576) by Andre Delfino · 3 years, 9 months ago
  24. 80a429e Fix bz2 examples markup (#23580) by Andre Delfino · 3 years, 9 months ago
  25. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 9 months ago
  26. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 9 months ago
  27. b2d0c66 bpo-31904: Fix fifo test cases for VxWorks (GH-20254) by pxinwr · 3 years, 9 months ago
  28. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 9 months ago
  29. 427613f bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Irit Katriel · 3 years, 9 months ago
  30. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 9 months ago
  31. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 9 months ago
  32. 9bdc40e Refactor the grammar to match the language specification docs (GH-23574) by Pablo Galindo · 3 years, 9 months ago
  33. bcc9579 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) by James Gerity · 3 years, 9 months ago
  34. 7f82f22 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) by Raymond Hettinger · 3 years, 9 months ago
  35. e41bfd1 bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Terry Jan Reedy · 3 years, 9 months ago
  36. 0be9ce3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) by Andreas Poehlmann · 3 years, 9 months ago
  37. 9f00463 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529) by Yasser A · 3 years, 9 months ago
  38. 9654592 bpo-42506: Fix unexpected output in test_format (GH-23564) by Zackery Spytz · 3 years, 9 months ago
  39. 6cc2c41 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Serhiy Storchaka · 3 years, 9 months ago
  40. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 3 years, 9 months ago
  41. 8668431 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Renato Cunha · 3 years, 9 months ago
  42. 86150d3 bpo-42392: Remove deprecated loop parameter from docs (GH-23552) by Yurii Karabas · 3 years, 9 months ago
  43. c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 3 years, 9 months ago
  44. 00a6568 bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) by pxinwr · 3 years, 9 months ago
  45. 6a273fd bpo-31904: skip some tests related to fifo on VxWorks (GH-23473) by pxinwr · 3 years, 9 months ago
  46. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 9 months ago
  47. 996a1ef skip test_test of test_mailcap on VxWorks (GH-23507) by pxinwr · 3 years, 9 months ago
  48. 64c8f81 skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518) by pxinwr · 3 years, 9 months ago
  49. 7a240ae Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516) by Zackery Spytz · 3 years, 9 months ago
  50. fa840cc Fix dis markup (GH-23524) by Andre Delfino · 3 years, 9 months ago
  51. 4b44472 Fix multiprocessing markup (GH-23525) by Andre Delfino · 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. d41ec65 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Zackery Spytz · 3 years, 9 months ago
  55. 8085f74 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) by Zackery Spytz · 3 years, 9 months ago
  56. 5b0194e bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396) by Wansoo Kim · 3 years, 9 months ago
  57. e4fe303 bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521) by Yurii Karabas · 3 years, 9 months ago
  58. f919531 bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306) by Julien Jerphanion · 3 years, 9 months ago
  59. 44ca05a bpo-42474: test TracebackException comparison to non-equal instances (GH-23522) by Irit Katriel · 3 years, 9 months ago
  60. 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
  61. c8aaf71 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Volker-Weissmann · 3 years, 9 months ago
  62. a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 3 years, 9 months ago
  63. e3ef4d7 bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533) by Alex Grönholm · 3 years, 9 months ago
  64. f533cb8 bpo-42392: Remove loop parameter from asyncio.streams (GH-23517) by Yurii Karabas · 3 years, 9 months ago
  65. 87f7ab5 bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platform (GH-23514) by Andrew Svetlov · 3 years, 9 months ago
  66. 9d09e17 Typo: fix inverted sense of statement (GH-23288) by basak · 3 years, 9 months ago
  67. c13d899 bpo-41818: Updated tests for the standard pty library (GH-22962) by Soumendra Ganguly · 3 years, 9 months ago
  68. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 3 years, 9 months ago
  69. b9127dd bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499) by Yurii Karabas · 3 years, 9 months ago
  70. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 9 months ago
  71. 85c8492 Add more tests to the descriptor howto guide (GH-23506) by Raymond Hettinger · 3 years, 9 months ago
  72. 4fedd71 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Julien Palard · 3 years, 9 months ago
  73. c9c6e9f bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) by Julien Palard · 3 years, 9 months ago
  74. 8d17d2b Doc: Minor fixes (GH-23422) by kj · 3 years, 9 months ago
  75. 2d44a6b Add doctests to the descriptor HowTo (GH-23500) by Raymond Hettinger · 3 years, 9 months ago
  76. ed1a5a5 bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) by Hai Shi · 3 years, 9 months ago
  77. 0ec34ca bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420) by Yurii Karabas · 3 years, 9 months ago
  78. b0b4285 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Serhiy Storchaka · 3 years, 9 months ago
  79. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 3 years, 9 months ago
  80. 14d81dc bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488) by Serhiy Storchaka · 3 years, 9 months ago
  81. c0c23ea bpo-41100: in test_platform, ignore 10.16 (GH-23485) by Ned Deily · 3 years, 9 months ago
  82. 936533c bpo-41100: minor build installer fixes (GH-23480) by Ned Deily · 3 years, 9 months ago
  83. 989af25 Typo (#23482) by Jesús Cea · 3 years, 9 months ago
  84. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 9 months ago
  85. ffae932 Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) by Raymond Hettinger · 3 years, 9 months ago
  86. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 3 years, 9 months ago
  87. ff420f0 bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small containers (GH-22120) by Irit Katriel · 3 years, 9 months ago
  88. dd844a2 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Serhiy Storchaka · 3 years, 9 months ago
  89. 313467e bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) by Serhiy Storchaka · 3 years, 9 months ago
  90. 5ef53a8 Doc: fix typo in typing.Type docs (GH-23460) by John Belmonte · 3 years, 9 months ago
  91. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 9 months ago
  92. c4d45ee bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449) by Serhiy Storchaka · 3 years, 9 months ago
  93. bd8c22e bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Ram Rachum · 3 years, 9 months ago
  94. 404a719 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) by Ronald Oussoren · 3 years, 9 months ago
  95. 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 3 years, 9 months ago
  96. 442746a bpo-41100: Stripping '-arch arm64' didn't work after all (GH-23280) by Ronald Oussoren · 3 years, 9 months ago
  97. 690a5fa bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-23293) by Ronald Oussoren · 3 years, 9 months ago
  98. 0f20bd9 bpo-38443: Check that the specified universal architectures work (GH-22910) by Ronald Oussoren · 3 years, 9 months ago
  99. 68f68fa Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) by Richard Levasseur · 3 years, 9 months ago
  100. ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 3 years, 9 months ago