1. 4090151 bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279) by Pablo Galindo · 3 years, 5 months ago
  2. a1e9a1e bpo-43016: Fix test_curses on platform without cursesw (GH-24405) by Serhiy Storchaka · 3 years, 5 months ago
  3. d64fd4b bpo-43016: Rewrite tests for curses (GH-24312) by Serhiy Storchaka · 3 years, 5 months ago
  4. 4d11ecb bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386) by Paul Moore · 3 years, 6 months ago
  5. 62949f6 bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) by Steve Dower · 3 years, 6 months ago
  6. 11d75ec bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Terry Jan Reedy · 3 years, 6 months ago
  7. 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
  8. 23a567c bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Zackery Spytz · 3 years, 6 months ago
  9. c9b8e9c bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) by Victor Stinner · 3 years, 6 months ago
  10. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 3 years, 6 months ago
  11. 01faf45 bpo-38250: [Enum] only include .rst test if file available (GH-24342) by Ethan Furman · 3 years, 6 months ago
  12. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 3 years, 6 months ago
  13. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 3 years, 6 months ago
  14. 501d4a5 bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412) by Andrey Bienkowski · 3 years, 6 months ago
  15. f066bd9 bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) by Serhiy Storchaka · 3 years, 6 months ago
  16. eb9983c bpo-42869: Avoid an HTTP redirection. (GH-24174) by Julien Palard · 3 years, 6 months ago
  17. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 3 years, 6 months ago
  18. 879986d bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Terry Jan Reedy · 3 years, 6 months ago
  19. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 3 years, 6 months ago
  20. 8dfe156 bpo-43013: Update idlelib code to 3.x (GH-24315) by Terry Jan Reedy · 3 years, 6 months ago
  21. 15bd9ef bpo-43014: Improve performance of tokenize.tokenize by 20-30% by Anthony Sottile · 3 years, 6 months ago
  22. f7fa64f closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305) by Zackery Spytz · 3 years, 6 months ago
  23. 8603dfb bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) by Andrey Bienkowski · 3 years, 6 months ago
  24. 6713e86 bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578) by Cheryl Sabella · 3 years, 6 months ago
  25. a698d52 bpo-40176: Improve error messages for unclosed string literals (GH-19346) by Batuhan Taskaya · 3 years, 6 months ago
  26. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 3 years, 6 months ago
  27. 7dc71c4 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) by cptpcrd · 3 years, 6 months ago
  28. 3554fa4 bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) by Zhiming Wang · 3 years, 6 months ago
  29. d6d6371 bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161) by Pablo Galindo · 3 years, 6 months ago
  30. 66f77ca bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) by Victor Stinner · 3 years, 6 months ago
  31. 65cf1ad bpo-41818: Close file descriptors in test_openpty (#GH-24119) by Petr Viktorin · 3 years, 6 months ago
  32. 916610e closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (24239) by Benjamin Peterson · 3 years, 6 months ago
  33. 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 3 years, 6 months ago
  34. f7b5bacd bpo-42944 Fix Random.sample when counts is not None (GH-24235) by jonanifranco · 3 years, 6 months ago
  35. e232025 bpo-42923: Add Py_FatalError() test in test_capi (GH-24240) by Victor Stinner · 3 years, 6 months ago
  36. 998ae1f bpo-42931: randbytes missing from random.__all__ (GH-24219) by Setrak Balian · 3 years, 6 months ago
  37. ba876c4 bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221) by Irit Katriel · 3 years, 6 months ago
  38. e56d54e Mark instructions at end of class scope as artificial. (GH-24222) by Mark Shannon · 3 years, 6 months ago
  39. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 3 years, 6 months ago
  40. e5fe509 bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140) by Lysandros Nikolaou · 3 years, 6 months ago
  41. 61d8c54 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) by Tobias Holl · 3 years, 6 months ago
  42. 3bd6035 bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) by Mark Shannon · 3 years, 6 months ago
  43. c314e60 bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196) by Ethan Furman · 3 years, 6 months ago
  44. c47c78b bpo-37324: Remove ABC aliases from collections (GH-23754) by Hugo van Kemenade · 3 years, 6 months ago
  45. 6dfd173 bpo-42848: remove recursion from TracebackException (GH-24158) by Irit Katriel · 3 years, 6 months ago
  46. 11d13e8 bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198) by Victor Stinner · 3 years, 6 months ago
  47. ace008c Fix various ParamSpec errors in typing (GH-24176) by Ken Jin · 3 years, 6 months ago
  48. 81f87bb bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Terry Jan Reedy · 3 years, 6 months ago
  49. d16f617 bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170) by Erlend Egeberg Aasland · 3 years, 6 months ago
  50. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 6 months ago
  51. 07f2cee bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157) by Victor Stinner · 3 years, 6 months ago
  52. a581a86 bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) by Ethan Furman · 3 years, 6 months ago
  53. deab1e5 bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) by Erlend Egeberg Aasland · 3 years, 6 months ago
  54. 849e339 bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538) by Erlend Egeberg Aasland · 3 years, 6 months ago
  55. 1a9f51e bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) by Berker Peksag · 3 years, 6 months ago
  56. ddb5e11 bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008) by Erlend Egeberg Aasland · 3 years, 6 months ago
  57. cf0b239 bpo-40810: Require SQLite 3.7.15 (GH-24106) by Erlend Egeberg Aasland · 3 years, 6 months ago
  58. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 3 years, 6 months ago
  59. e40e2a2 bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Cheryl Sabella · 3 years, 6 months ago
  60. 59f9b4e bpo-42681: Fix test_curses failures related to color pairs (GH-24089) by Serhiy Storchaka · 3 years, 6 months ago
  61. 27f9daf bpo-40636: Remove overly-strict zip pickling tests (GH-24109) by Brandt Bucher · 3 years, 6 months ago
  62. f7f0ed5 bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530) by Erlend Egeberg Aasland · 3 years, 6 months ago
  63. ef2d371 Merge tag 'v3.10.0a4' by Pablo Galindo · 3 years, 6 months ago
  64. 127dde5 bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091) by Mark Shannon · 3 years, 6 months ago
  65. 445f7f5 Python 3.10.0a4 by Pablo Galindo · 3 years, 6 months ago
  66. b6fc0c4 bpo-42789: Enable using /dev/tty in test_curses. (GH-24085) by Serhiy Storchaka · 3 years, 6 months ago
  67. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 3 years, 6 months ago
  68. bd2728b bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) by Pablo Galindo · 3 years, 6 months ago
  69. 2ea320d bpo-40631: Disallow single parenthesized star target (GH-24027) by Lysandros Nikolaou · 3 years, 6 months ago
  70. 8f8de73 No need to test "istep==1" twice. (GH-24064) by Raymond Hettinger · 3 years, 6 months ago
  71. 768fa14 bpo-42772: Step argument ignored when stop is None. (GH-24018) by Raymond Hettinger · 3 years, 6 months ago
  72. 607501a bpo-42789: Don't skip curses tests on non-tty. (GH-24009) by Serhiy Storchaka · 3 years, 6 months ago
  73. a25011b bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Serhiy Storchaka · 3 years, 6 months ago
  74. 49cd68f bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059) by Ken Jin · 3 years, 6 months ago
  75. d914283 handle empty string in variable executable in platform.libc_ver() (#23140) by Kurochan · 3 years, 6 months ago
  76. 11276cd bpo-41559: Documentation for PEP 612 (GH-24000) by Ken Jin · 3 years, 6 months ago
  77. 3bf0532 bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) by Ross · 3 years, 6 months ago
  78. ec31653 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Dong-hee Na · 3 years, 6 months ago
  79. b5711c9 bpo-37193: Remove thread objects which finished process its request (GH-23127) by Jason R. Coombs · 3 years, 6 months ago
  80. 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
  81. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 3 years, 7 months ago
  82. 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
  83. 9655434 bpo-39068: Fix race condition in base64 (GH-17627) by Brandon Stansbury · 3 years, 7 months ago
  84. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 3 years, 7 months ago
  85. dd39123 bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405) by Hai Shi · 3 years, 7 months ago
  86. 030a713 Allow / character in username,password fields in _PROXY envvars. (#23973) by Senthil Kumaran · 3 years, 7 months ago
  87. c1af128 bpo-41781: Fix typo in internal function name in typing (GH-23957) by Ross · 3 years, 7 months ago
  88. 1df56bc bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Serhiy Storchaka · 3 years, 7 months ago
  89. 156b7f7 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Serhiy Storchaka · 3 years, 7 months ago
  90. efb1f09 bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) by Ken Jin · 3 years, 7 months ago
  91. 4140f10 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Ken Jin · 3 years, 7 months ago
  92. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 3 years, 7 months ago
  93. 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, 7 months ago
  94. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 3 years, 7 months ago
  95. 0b281f9 bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) by Dong-hee Na · 3 years, 7 months ago
  96. c1ae21c Rename Tkinter tests for widget options (GH-23944) by Serhiy Storchaka · 3 years, 7 months ago
  97. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 3 years, 7 months ago
  98. 675c97e bpo-42721: Improve using simple dialogs without root window (GH-23897) by Serhiy Storchaka · 3 years, 7 months ago
  99. 586f3db bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) by Irit Katriel · 3 years, 7 months ago
  100. bb70b2a bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) by Serhiy Storchaka · 3 years, 7 months ago