1. 2a9ab75 bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114) by Ethan Furman · 3 years, 10 months ago
  2. 64e83c7 bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111) by Miss Islington (bot) · 3 years, 10 months ago
  3. 65de808 bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095) by Miss Islington (bot) · 3 years, 10 months ago
  4. d6afe3b Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079) by Miss Islington (bot) · 3 years, 10 months ago
  5. b8dbb3a bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080) by Miss Islington (bot) · 3 years, 10 months ago
  6. c15ba30 bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034) (GH-29072) by Miss Islington (bot) · 3 years, 10 months ago
  7. 5c9cab5 [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070) by Łukasz Langa · 3 years, 10 months ago
  8. 325b2c2 [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069) by Łukasz Langa · 3 years, 10 months ago
  9. 97ce855 bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016) by Miss Islington (bot) · 3 years, 10 months ago
  10. 65c1db7 bpo-45229: Make test_http_cookiejar discoverable (GH-29004) by Miss Islington (bot) · 3 years, 10 months ago
  11. a294703 [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001) by Miss Islington (bot) · 3 years, 10 months ago
  12. 5df35fa bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855) by Miss Islington (bot) · 3 years, 10 months ago
  13. 2b6eb81 bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848) by Miss Islington (bot) · 3 years, 10 months ago
  14. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years, 10 months ago
  15. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years, 10 months ago
  16. f40b230 bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28934) by Miss Islington (bot) · 3 years, 10 months ago
  17. fd2be6d bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28931) by Miss Islington (bot) · 3 years, 10 months ago
  18. f8473f6 [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28930) by Łukasz Langa · 3 years, 10 months ago
  19. 151234f bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) by Miss Islington (bot) · 3 years, 10 months ago
  20. 7e74d99 bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917) by Miss Islington (bot) · 3 years, 10 months ago
  21. 47a50fe bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872) by Miss Islington (bot) · 3 years, 10 months ago
  22. 5aca34f bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28867) by Miss Islington (bot) · 3 years, 10 months ago
  23. 164dddf bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850) by Miss Islington (bot) · 3 years, 10 months ago
  24. 14a483a [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844) by Jason R. Coombs · 3 years, 10 months ago
  25. e086bfe Fix dataclassses spelling (GH-28837) (GH-28841) by Miss Islington (bot) · 3 years, 10 months ago
  26. 8772935 bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) by Miss Islington (bot) · 3 years, 10 months ago
  27. 4ce55a2 [3.10] bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812). (GH-28813) by Pablo Galindo Salgado · 3 years, 10 months ago
  28. eabca6e bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) by Miss Islington (bot) · 3 years, 10 months ago
  29. cfca4a6 [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) by Christian Clauss · 3 years, 10 months ago
  30. d55bf81 bpo-45400: Fix suggestion test of test_exceptions (GH-28783) by Miss Islington (bot) · 3 years, 10 months ago
  31. 4c35a2a bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28771) by Miss Islington (bot) · 3 years, 10 months ago
  32. 325e464 bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28746) by Miss Islington (bot) · 3 years, 10 months ago
  33. d0d2965 bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28738) by Miss Islington (bot) · 3 years, 10 months ago
  34. d0d0909 bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712) by Miss Islington (bot) · 3 years, 10 months ago
  35. 3733ddd [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733) by Miss Islington (bot) · 3 years, 10 months ago
  36. 872b1e5 [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730) by John Belmonte · 3 years, 10 months ago
  37. 6145192 Merge tag 'v3.10.0' into 3.10 by Pablo Galindo · 3 years, 10 months ago
  38. b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 10 months ago
  39. bc4c705 bpo-45310: Fix parrallel shared memory tests (GH-28661) by Miss Islington (bot) · 3 years, 11 months ago
  40. 49fac92 bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) by Miss Islington (bot) · 3 years, 10 months ago
  41. edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 10 months ago
  42. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 10 months ago
  43. 72089f3 bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) by Miss Islington (bot) · 3 years, 10 months ago
  44. fc3511f bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) by Miss Islington (bot) · 3 years, 11 months ago
  45. 4e6681d bpo-45310: Fix parrallel shared memory tests (GH-28661) by Miss Islington (bot) · 3 years, 11 months ago
  46. ef7c729 bpo-45229: Make datetime tests discoverable (GH-28615) by Miss Islington (bot) · 3 years, 11 months ago
  47. 7873884 [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654) (GH-28657) by Serhiy Storchaka · 3 years, 11 months ago
  48. 017a791 [typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) (GH-28625) by Miss Islington (bot) · 3 years, 11 months ago
  49. 1e20582 bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575) by Miss Islington (bot) · 3 years, 11 months ago
  50. 01be518 bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) by Miss Islington (bot) · 4 years ago
  51. 6ae97bb bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) by Miss Islington (bot) · 4 years ago
  52. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years, 11 months ago
  53. 0a74d33 Docs: Clarify the before_and_after() example (GH-28458) (#28464) by Miss Islington (bot) · 3 years, 11 months ago
  54. e1eb03d bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505) by Miss Islington (bot) · 3 years, 11 months ago
  55. 7d652c1 bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543) by Miss Islington (bot) · 3 years, 11 months ago
  56. d6b69f2 [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766) (GH-28613) by Łukasz Langa · 3 years, 11 months ago
  57. 1cb17be bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609) by Miss Islington (bot) · 3 years, 11 months ago
  58. fd52afd bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) by Miss Islington (bot) · 3 years, 11 months ago
  59. acd46fe bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600) by Miss Islington (bot) · 3 years, 11 months ago
  60. 38c6773 bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) by Miss Islington (bot) · 3 years, 11 months ago
  61. c7fdd68 bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575) by Miss Islington (bot) · 3 years, 11 months ago
  62. 3397e31 bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) by Miss Islington (bot) · 3 years, 11 months ago
  63. 9e209d4 bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) by Miss Islington (bot) · 3 years, 11 months ago
  64. fae2694 bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-28580) by Miss Islington (bot) · 3 years, 11 months ago
  65. d452b29 bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28571) by Miss Islington (bot) · 3 years, 11 months ago
  66. d312b85 bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560) by Miss Islington (bot) · 3 years, 11 months ago
  67. 402d5f3 bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543) by Miss Islington (bot) · 3 years, 11 months ago
  68. e0b61b2 bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508) by Miss Islington (bot) · 3 years, 11 months ago
  69. 44396aa [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28521) by Łukasz Langa · 3 years, 11 months ago
  70. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years, 11 months ago
  71. c800e39 [tests] Add missing assert against expected tracebacks in test_exceptions.py (GH-28484) (GH-28510) by Miss Islington (bot) · 3 years, 11 months ago
  72. 41d48bc bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508) by Miss Islington (bot) · 3 years, 11 months ago
  73. e6b6c1d bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505) by Miss Islington (bot) · 3 years, 11 months ago
  74. 09e5016 bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28377) by Miss Islington (bot) · 3 years, 11 months ago
  75. d0d83a9 [3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480) by Miss Islington (bot) · 3 years, 11 months ago
  76. 74c6acc bpo-45229: Make pickle tests discoverable (GH-28467) (GH-28478) by Miss Islington (bot) · 3 years, 11 months ago
  77. 3d16fc9 bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466) by Miss Islington (bot) · 3 years, 11 months ago
  78. 697b665 Docs: Clarify the before_and_after() example (GH-28458) (#28464) by Miss Islington (bot) · 3 years, 11 months ago
  79. 7661103 bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) by Miss Islington (bot) · 3 years, 11 months ago
  80. 0e96086 bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) by Miss Islington (bot) · 3 years, 11 months ago
  81. bedce35 [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) by Serhiy Storchaka · 3 years, 11 months ago
  82. db762a9 bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232) by Miss Islington (bot) · 4 years ago
  83. 7f2d049 bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343) by Miss Islington (bot) · 4 years ago
  84. 753f7af bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) by Miss Islington (bot) · 3 years, 11 months ago
  85. 6e4101a bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420) (GH-28442) by Miss Islington (bot) · 3 years, 11 months ago
  86. e1bdecb [3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435) (#28438) by Brett Cannon · 3 years, 11 months ago
  87. 8a5f14e Fix missing space with help for `-m compileall -o` (GH-27591) (GH-28430) by Miss Islington (bot) · 3 years, 11 months ago
  88. 21711d5 bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422) by Miss Islington (bot) · 3 years, 11 months ago
  89. 5a5684a bpo-45187: Collect test_socket tests using unittest (GH-28317) by Miss Islington (bot) · 3 years, 11 months ago
  90. ce59ac9 [3.10] bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361) (GH-28409) by Serhiy Storchaka · 3 years, 11 months ago
  91. de4c9c0 bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367) by Miss Islington (bot) · 4 years ago
  92. 17000b5 bpo-45205: Make test_compileall quiet (GH-28356) (GH-28370) by Miss Islington (bot) · 4 years ago
  93. bbaf5c2 bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28365) by Miss Islington (bot) · 4 years ago
  94. 0e4f913 bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354) (GH-28363) by Miss Islington (bot) · 4 years ago
  95. ececa53 bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333) by Miss Islington (bot) · 4 years ago
  96. 0c64569 bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343) by Miss Islington (bot) · 4 years ago
  97. 8a9396c bpo-45020: Don't test IDLE with frozen module. (GH-28344) by Miss Islington (bot) · 4 years ago
  98. be200c3 bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331) by Miss Islington (bot) · 4 years ago
  99. fd74d26 bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) (GH-28326) by Miss Islington (bot) · 4 years ago
  100. a390bb6 bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312) (GH-28321) by Miss Islington (bot) · 4 years ago