1. 6e1eec7 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Irit Katriel · 3 years, 9 months ago
  2. 0663940 bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Victor Stinner · 3 years, 9 months ago
  3. 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
  4. 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
  5. 7e5e13d bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Victor Stinner · 3 years, 9 months ago
  6. f3c3ea9 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Serhiy Storchaka · 3 years, 9 months ago
  7. 3ec9d01 Remove the conditional for setting query. (#23604) by Senthil Kumaran · 3 years, 9 months ago
  8. 5291639 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by FX Coudert · 3 years, 9 months ago
  9. 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
  10. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 9 months ago
  11. e483d28 bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675) by pxinwr · 3 years, 9 months ago
  12. b2d0c66 bpo-31904: Fix fifo test cases for VxWorks (GH-20254) by pxinwr · 3 years, 9 months ago
  13. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 9 months ago
  14. 427613f bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) by Irit Katriel · 3 years, 9 months ago
  15. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 9 months ago
  16. 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 3 years, 9 months ago
  17. e41bfd1 bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Terry Jan Reedy · 3 years, 9 months ago
  18. 0be9ce3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) by Andreas Poehlmann · 3 years, 9 months ago
  19. 9654592 bpo-42506: Fix unexpected output in test_format (GH-23564) by Zackery Spytz · 3 years, 9 months ago
  20. 6cc2c41 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Serhiy Storchaka · 3 years, 9 months ago
  21. fc40b30 bpo-42450: Minor updates to the itertools recipes (GH-23555) by Raymond Hettinger · 3 years, 9 months ago
  22. 8668431 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Renato Cunha · 3 years, 9 months ago
  23. 6a273fd bpo-31904: skip some tests related to fifo on VxWorks (GH-23473) by pxinwr · 3 years, 9 months ago
  24. a86a274 bpo-31904: add shell requirement for test_pipes (GH-23489) by pxinwr · 3 years, 9 months ago
  25. 996a1ef skip test_test of test_mailcap on VxWorks (GH-23507) by pxinwr · 3 years, 9 months ago
  26. 64c8f81 skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518) by pxinwr · 3 years, 9 months ago
  27. 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
  28. aa1b8a1 bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256) by pxinwr · 3 years, 9 months ago
  29. 8085f74 bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) by Zackery Spytz · 3 years, 9 months ago
  30. 5b0194e bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396) by Wansoo Kim · 3 years, 9 months ago
  31. e4fe303 bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521) by Yurii Karabas · 3 years, 9 months ago
  32. f919531 bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306) by Julien Jerphanion · 3 years, 9 months ago
  33. 44ca05a bpo-42474: test TracebackException comparison to non-equal instances (GH-23522) by Irit Katriel · 3 years, 9 months ago
  34. 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
  35. e3ef4d7 bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533) by Alex Grönholm · 3 years, 9 months ago
  36. f533cb8 bpo-42392: Remove loop parameter from asyncio.streams (GH-23517) by Yurii Karabas · 3 years, 9 months ago
  37. 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
  38. c13d899 bpo-41818: Updated tests for the standard pty library (GH-22962) by Soumendra Ganguly · 3 years, 9 months ago
  39. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 3 years, 9 months ago
  40. b9127dd bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499) by Yurii Karabas · 3 years, 9 months ago
  41. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 9 months ago
  42. 4fedd71 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Julien Palard · 3 years, 9 months ago
  43. 0ec34ca bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420) by Yurii Karabas · 3 years, 9 months ago
  44. b0b4285 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Serhiy Storchaka · 3 years, 9 months ago
  45. c0c23ea bpo-41100: in test_platform, ignore 10.16 (GH-23485) by Ned Deily · 3 years, 9 months ago
  46. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 9 months ago
  47. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 3 years, 9 months ago
  48. ff420f0 bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small containers (GH-22120) by Irit Katriel · 3 years, 9 months ago
  49. dd844a2 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Serhiy Storchaka · 3 years, 9 months ago
  50. c4d45ee bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449) by Serhiy Storchaka · 3 years, 9 months ago
  51. 404a719 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) by Ronald Oussoren · 3 years, 9 months ago
  52. 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 3 years, 9 months ago
  53. 442746a bpo-41100: Stripping '-arch arm64' didn't work after all (GH-23280) by Ronald Oussoren · 3 years, 9 months ago
  54. 68f68fa Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) by Richard Levasseur · 3 years, 9 months ago
  55. 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
  56. a993e90 bpo-28002: Roundtrip f-strings with ast.unparse better (#19612) by Shantanu · 3 years, 9 months ago
  57. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 3 years, 9 months ago
  58. 3be8e22 bpo-42403: Use @staticmethod in importlib (GH-23395) by Victor Stinner · 3 years, 9 months ago
  59. 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
  60. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 9 months ago
  61. 7ddbaa7 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Terry Jan Reedy · 3 years, 9 months ago
  62. 1b54077 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Yurii Karabas · 3 years, 9 months ago
  63. 3390347 bpo-42403: Simplify importlib external bootstrap (GH-23397) by Victor Stinner · 3 years, 9 months ago
  64. 7d9d25d bpo-42403: Fix pyflakes warnings in importlib (GH-23396) by Victor Stinner · 3 years, 9 months ago
  65. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 3 years, 10 months ago
  66. ce04e71 bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Christian Heimes · 3 years, 10 months ago
  67. d0d4a45 bpo-42395: Add aclosing to __all__ (GH-23356) by Tom Gringauz · 3 years, 10 months ago
  68. 1de61d3 bpo-41625: Skip os.splice() tests on AIX (GH-23354) by Victor Stinner · 3 years, 10 months ago
  69. 282282a Fix: Docstrings hidden by slots. (GH-23352) by Julien Palard · 3 years, 10 months ago
  70. 266b462 bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267) by Mark Shannon · 3 years, 10 months ago
  71. a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 3 years, 10 months ago
  72. 975022b bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) by Christian Heimes · 3 years, 10 months ago
  73. f03d318 bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) by Yurii Karabas · 3 years, 10 months ago
  74. b0aba1f bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332) by Pablo Galindo · 3 years, 10 months ago
  75. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 10 months ago
  76. cae6018 bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317) by Lysandros Nikolaou · 3 years, 10 months ago
  77. cb3e5ed bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) by Lysandros Nikolaou · 3 years, 10 months ago
  78. 5909a49 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Victor Stinner · 3 years, 10 months ago
  79. 384b7a4 bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) by kj · 3 years, 10 months ago
  80. a26215d bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) by Serhiy Storchaka · 3 years, 10 months ago
  81. d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 3 years, 10 months ago
  82. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 10 months ago
  83. f97406b bpo-40968: Send http/1.1 ALPN extension (#20959) by Christian Heimes · 3 years, 10 months ago
  84. cc75ab7 bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251) by Mark Shannon · 3 years, 10 months ago
  85. 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 3 years, 10 months ago
  86. c640915 Bump magic number. (GH-23245) by Mark Shannon · 3 years, 10 months ago
  87. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 10 months ago
  88. fa476fe bpo-39411: pyclbr rewrite on AST (#18103) by Batuhan Taskaya · 3 years, 10 months ago
  89. 7e5ef0a bpo-42140: Improve asyncio.wait function (GH-22938) by Diogo Dutra · 3 years, 10 months ago
  90. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 10 months ago
  91. e59b2de bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Michal Čihař · 3 years, 10 months ago
  92. 42d873c bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Andrew Svetlov · 3 years, 10 months ago
  93. 9303b9e Fix typo in test_array.py (GH-23189) by Ikko Ashimine · 3 years, 10 months ago
  94. 9e1b828 bpo-42260: Compute the path config in the main init (GH-23211) by Victor Stinner · 3 years, 10 months ago
  95. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 3 years, 10 months ago
  96. a117167 bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870) by Tom Gringauz · 3 years, 10 months ago
  97. 97e8b1e bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) by Ammar Askar · 3 years, 10 months ago
  98. 4eb41d0 bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077) by kj · 3 years, 10 months ago
  99. 23831a7 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) by Ronald Oussoren · 3 years, 10 months ago
  100. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 10 months ago