1. 4090151 bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279) by Pablo Galindo · 3 years, 6 months ago
  2. a1e9a1e bpo-43016: Fix test_curses on platform without cursesw (GH-24405) by Serhiy Storchaka · 3 years, 6 months ago
  3. d64fd4b bpo-43016: Rewrite tests for curses (GH-24312) by Serhiy Storchaka · 3 years, 6 months ago
  4. d6c33fb bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298) by Mark Shannon · 3 years, 6 months ago
  5. c9b8e9c bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) by Victor Stinner · 3 years, 7 months ago
  6. 01faf45 bpo-38250: [Enum] only include .rst test if file available (GH-24342) by Ethan Furman · 3 years, 7 months ago
  7. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 3 years, 7 months ago
  8. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 3 years, 7 months ago
  9. 501d4a5 bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412) by Andrey Bienkowski · 3 years, 7 months ago
  10. f066bd9 bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) by Serhiy Storchaka · 3 years, 7 months ago
  11. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 3 years, 7 months ago
  12. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 3 years, 7 months ago
  13. 8603dfb bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) by Andrey Bienkowski · 3 years, 7 months ago
  14. a698d52 bpo-40176: Improve error messages for unclosed string literals (GH-19346) by Batuhan Taskaya · 3 years, 7 months ago
  15. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 3 years, 7 months ago
  16. 7dc71c4 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) by cptpcrd · 3 years, 7 months ago
  17. d6d6371 bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161) by Pablo Galindo · 3 years, 7 months ago
  18. 66f77ca bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) by Victor Stinner · 3 years, 7 months ago
  19. 65cf1ad bpo-41818: Close file descriptors in test_openpty (#GH-24119) by Petr Viktorin · 3 years, 7 months ago
  20. 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 3 years, 7 months ago
  21. f7b5bacd bpo-42944 Fix Random.sample when counts is not None (GH-24235) by jonanifranco · 3 years, 7 months ago
  22. e232025 bpo-42923: Add Py_FatalError() test in test_capi (GH-24240) by Victor Stinner · 3 years, 7 months ago
  23. e56d54e Mark instructions at end of class scope as artificial. (GH-24222) by Mark Shannon · 3 years, 7 months ago
  24. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 3 years, 7 months ago
  25. e5fe509 bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140) by Lysandros Nikolaou · 3 years, 7 months ago
  26. 61d8c54 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) by Tobias Holl · 3 years, 7 months ago
  27. 3bd6035 bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) by Mark Shannon · 3 years, 7 months ago
  28. c314e60 bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196) by Ethan Furman · 3 years, 7 months ago
  29. 6dfd173 bpo-42848: remove recursion from TracebackException (GH-24158) by Irit Katriel · 3 years, 7 months ago
  30. 11d13e8 bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198) by Victor Stinner · 3 years, 7 months ago
  31. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 7 months ago
  32. 07f2cee bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157) by Victor Stinner · 3 years, 7 months ago
  33. a581a86 bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) by Ethan Furman · 3 years, 7 months ago
  34. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 3 years, 7 months ago
  35. 59f9b4e bpo-42681: Fix test_curses failures related to color pairs (GH-24089) by Serhiy Storchaka · 3 years, 7 months ago
  36. 27f9daf bpo-40636: Remove overly-strict zip pickling tests (GH-24109) by Brandt Bucher · 3 years, 7 months ago
  37. 127dde5 bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091) by Mark Shannon · 3 years, 7 months ago
  38. b6fc0c4 bpo-42789: Enable using /dev/tty in test_curses. (GH-24085) by Serhiy Storchaka · 3 years, 7 months ago
  39. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 3 years, 7 months ago
  40. bd2728b bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) by Pablo Galindo · 3 years, 7 months ago
  41. 2ea320d bpo-40631: Disallow single parenthesized star target (GH-24027) by Lysandros Nikolaou · 3 years, 7 months ago
  42. 768fa14 bpo-42772: Step argument ignored when stop is None. (GH-24018) by Raymond Hettinger · 3 years, 7 months ago
  43. 607501a bpo-42789: Don't skip curses tests on non-tty. (GH-24009) by Serhiy Storchaka · 3 years, 7 months ago
  44. a25011b bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Serhiy Storchaka · 3 years, 7 months ago
  45. 49cd68f bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059) by Ken Jin · 3 years, 7 months ago
  46. 3bf0532 bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) by Ross · 3 years, 7 months ago
  47. ec31653 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Dong-hee Na · 3 years, 7 months ago
  48. b5711c9 bpo-37193: Remove thread objects which finished process its request (GH-23127) by Jason R. Coombs · 3 years, 7 months ago
  49. a6fd0f4 bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010) by Jason R. Coombs · 3 years, 7 months ago
  50. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 3 years, 7 months ago
  51. f4936ad bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) by Erlend Egeberg Aasland · 3 years, 7 months ago
  52. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 3 years, 8 months ago
  53. dd39123 bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405) by Hai Shi · 3 years, 8 months ago
  54. 030a713 Allow / character in username,password fields in _PROXY envvars. (#23973) by Senthil Kumaran · 3 years, 8 months ago
  55. 156b7f7 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Serhiy Storchaka · 3 years, 8 months ago
  56. efb1f09 bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) by Ken Jin · 3 years, 8 months ago
  57. 4140f10 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Ken Jin · 3 years, 8 months ago
  58. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 3 years, 8 months ago
  59. 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, 8 months ago
  60. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 3 years, 8 months ago
  61. 0b281f9 bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) by Dong-hee Na · 3 years, 8 months ago
  62. 586f3db bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) by Irit Katriel · 3 years, 8 months ago
  63. 954a742 bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Serhiy Storchaka · 3 years, 8 months ago
  64. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 3 years, 8 months ago
  65. 6ec0ade [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917) by Ethan Furman · 3 years, 8 months ago
  66. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 3 years, 8 months ago
  67. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 3 years, 8 months ago
  68. 6dd3da3 bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) by kj · 3 years, 8 months ago
  69. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 3 years, 8 months ago
  70. a124916 bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) by Victor Stinner · 3 years, 8 months ago
  71. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 3 years, 8 months ago
  72. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 3 years, 8 months ago
  73. 069560b bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Irit Katriel · 3 years, 8 months ago
  74. b8fde8b bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) by AMIR · 3 years, 8 months ago
  75. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 3 years, 8 months ago
  76. 37a6d5f [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) by Daniel Hahler · 3 years, 8 months ago
  77. ab74c01 bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) by pxinwr · 3 years, 8 months ago
  78. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 8 months ago
  79. 1e27b57 bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) by masklinn · 3 years, 8 months ago
  80. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 8 months ago
  81. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 8 months ago
  82. 17ef431 bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) by Richard Kojedzinszky · 3 years, 8 months ago
  83. 6e799be bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) by Max Bernstein · 3 years, 8 months ago
  84. 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, 8 months ago
  85. ba760f3 bpo-31904: Skip some asyncio tests on VxWorks (#23815) by pxinwr · 3 years, 8 months ago
  86. 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 3 years, 8 months ago
  87. 5274b68 bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) by Mark Shannon · 3 years, 8 months ago
  88. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 3 years, 8 months ago
  89. 99d28c5 bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798) by Victor Stinner · 3 years, 8 months ago
  90. 79782fe bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) by Victor Stinner · 3 years, 8 months ago
  91. b32d8b4 bpo-42644: Validate values in logging.disable() (#23786) by Matthias Bussonnier · 3 years, 8 months ago
  92. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 3 years, 8 months ago
  93. b230409 bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) by pxinwr · 3 years, 8 months ago
  94. 9a0dea6 bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716) by pxinwr · 3 years, 8 months ago
  95. e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 3 years, 8 months ago
  96. 7f14a37 bpo-42641: Enhance test_select.test_select() (GH-23782) by Victor Stinner · 3 years, 8 months ago
  97. 3ca2b8f bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) by Victor Stinner · 3 years, 8 months ago
  98. f7049b5 bpo-42639: Add script_helper.run_test_script() (GH-23777) by Victor Stinner · 3 years, 8 months ago
  99. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 3 years, 8 months ago
  100. 8473cf8 bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) by Mark Shannon · 3 years, 8 months ago