1. d327517 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 2 years, 7 months ago
  2. a7af34d [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) by Miss Islington (bot) · 2 years, 7 months ago
  3. d04fb92 [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) by Miss Islington (bot) · 2 years, 7 months ago
  4. f20ac2e bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493) by Miss Islington (bot) · 2 years, 7 months ago
  5. c596ecb [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) by Miss Islington (bot) · 2 years, 7 months ago
  6. 7da97f6 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) by Miss Islington (bot) · 2 years, 7 months ago
  7. 633d0f9 bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) by Miss Islington (bot) · 2 years, 7 months ago
  8. 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 2 years, 7 months ago
  9. a2e13ec [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421) by Miss Islington (bot) · 2 years, 7 months ago
  10. ba457fe [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) by Erlend Egeberg Aasland · 2 years, 7 months ago
  11. f1916cd bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) by Miss Islington (bot) · 2 years, 7 months ago
  12. fa621a7 [3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446) by Andrew Svetlov · 2 years, 7 months ago
  13. dde0488 [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) by Andrew Svetlov · 2 years, 7 months ago
  14. ea3e042 Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437) by Miss Islington (bot) · 2 years, 7 months ago
  15. 75c5dbc Counter doc mentions three methods, but lists four (GH-30706) by Miss Islington (bot) · 2 years, 7 months ago
  16. 103f3ca bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) by Miss Islington (bot) · 2 years, 7 months ago
  17. e05e3d2 [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) by Gregory P. Smith · 2 years, 7 months ago
  18. 6eb3477 bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) by Miss Islington (bot) · 2 years, 7 months ago
  19. feb4455 docs: Link `match` statement in tutorial (GH-31396) by Miss Islington (bot) · 2 years, 7 months ago
  20. 095ffe7 Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 2 years, 7 months ago
  21. cb7551d bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) by Dong-hee Na · 2 years, 7 months ago
  22. 68e80c4 [3.10] Update html.parser.rst (GH-30678) (GH-31385) by Miss Islington (bot) · 2 years, 7 months ago
  23. a481be0 [3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382) by Miss Islington (bot) · 2 years, 7 months ago
  24. a17d59a [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) by Miss Islington (bot) · 2 years, 7 months ago
  25. 76fcd27 Remove venv from the module denylist by Chris Wailes · 2 years, 7 months ago
  26. d4e4ef1 [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) by Mark Shannon · 2 years, 7 months ago
  27. 3d407b9 bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) by Miss Islington (bot) · 2 years, 7 months ago
  28. 5b63ba3 Update the OMG link (GH-30383) by Miss Islington (bot) · 2 years, 7 months ago
  29. 72c4646 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362) by Miss Islington (bot) · 2 years, 7 months ago
  30. ac55cea [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) by DongGeon Lee · 2 years, 7 months ago
  31. b271953 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 2 years, 7 months ago
  32. 543242a Fix the signature of multiprocessing.set_executable (GH-31276) by Miss Islington (bot) · 2 years, 7 months ago
  33. a414cb3 Update __main__.rst (GH-30896) by Miss Islington (bot) · 2 years, 7 months ago
  34. c5a987b doc: use colon for all color's rangs (GH-28998) (#31336) by Miss Islington (bot) · 2 years, 7 months ago
  35. 8282532 bpo-38619: Update the documentation for UUID.hex (GH-29830) by Miss Islington (bot) · 2 years, 7 months ago
  36. 5574cac Fix minor grammar error (GH-31325) by Miss Islington (bot) · 2 years, 7 months ago
  37. a606c6a Fix a typo in Doc/faq/programming.rst (GH-31243) by Miss Islington (bot) · 2 years, 7 months ago
  38. 841c77d [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) by Dennis Sweeney · 2 years, 7 months ago
  39. 6a7dd3f Corrections to format precision description. (GH-31291) by Miss Islington (bot) · 2 years, 7 months ago
  40. 44666c3 bpo-45447: Add entry to What's new 3.10 (GH-31304) by Miss Islington (bot) · 2 years, 7 months ago
  41. 5698e0b bpo-45447: Add entry to What's new 3.9 (GH-31305) by Miss Islington (bot) · 2 years, 7 months ago
  42. 9fabcfb bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Terry Jan Reedy · 2 years, 7 months ago
  43. b7a65c9 bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) by Miss Islington (bot) · 2 years, 7 months ago
  44. f2fbfbe bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281) by Miss Islington (bot) · 2 years, 7 months ago
  45. 1f5fe99 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) by Miss Islington (bot) · 2 years, 7 months ago
  46. 8b8673f [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262) by Petr Viktorin · 2 years, 7 months ago
  47. 1124ab6 bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452) by Miss Islington (bot) · 2 years, 7 months ago
  48. 14284b0 [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257) by Pablo Galindo Salgado · 2 years, 7 months ago
  49. 9f51454 [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255) by Andrew Svetlov · 2 years, 7 months ago
  50. 9b23f8f [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242) by Pablo Galindo Salgado · 2 years, 7 months ago
  51. 7445949 bpo-43532: add version added to KW_ONLY (GH-31235) by Miss Islington (bot) · 2 years, 7 months ago
  52. 42f87d4 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 2 years, 7 months ago
  53. d29bbc2 bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223) by Miss Islington (bot) · 2 years, 7 months ago
  54. c2735b7 bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207) by Miss Islington (bot) · 2 years, 7 months ago
  55. 5b58db7 [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213) by Pablo Galindo Salgado · 2 years, 8 months ago
  56. cbdcae5 [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210) by Gregory Beauregard · 2 years, 8 months ago
  57. 9539400 [3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) (GH-31189) by Miss Islington (bot) · 2 years, 8 months ago
  58. 9c45390 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Miss Islington (bot) · 2 years, 8 months ago
  59. e2eeffe [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175) by Gregory Beauregard · 2 years, 8 months ago
  60. c1ff4cb [3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078) (GH-31182) by Nikita Sobolev · 2 years, 8 months ago
  61. 3ceff99 bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by Miss Islington (bot) · 2 years, 8 months ago
  62. cb78994 Add more tests for variable substitution in generics (GH-31170) by Miss Islington (bot) · 2 years, 8 months ago
  63. c88407c bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) by Miss Islington (bot) · 2 years, 8 months ago
  64. 5603db4 [3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132) by Terry Jan Reedy · 2 years, 8 months ago
  65. 7b5b23c bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111) by Miss Islington (bot) · 2 years, 8 months ago
  66. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 2 years, 8 months ago
  67. 9ce0b00 bpo-46588: fix typo in test_calltip.py (GH-31119) by Miss Islington (bot) · 2 years, 8 months ago
  68. 91e8889 bpo-14916: use specified tokenizer fd for file input (GH-31006) by Miss Islington (bot) · 2 years, 8 months ago
  69. 4f76b36 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 2 years, 8 months ago
  70. 63523e7 bpo-45975: IDLE - Remove extraneous parens (GH-31107) by Miss Islington (bot) · 2 years, 8 months ago
  71. ff6948b bpo-45773: Remove invalid peephole optimizations (GH-31066) by Miss Islington (bot) · 2 years, 8 months ago
  72. a77de58 Add recipe for subslices (GH-31095) by Raymond Hettinger · 2 years, 8 months ago
  73. f5ebec4 [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) by Gregory P. Smith · 2 years, 8 months ago
  74. 2ddc278 bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) by Miss Islington (bot) · 2 years, 8 months ago
  75. 5765eaa bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) by Miss Islington (bot) · 2 years, 8 months ago
  76. ba4d79a [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084) by Hugo van Kemenade · 2 years, 8 months ago
  77. e480def Fix minor details in the Counter docs (GH-31029) (GH-31072) by Miss Islington (bot) · 2 years, 8 months ago
  78. 85b421f bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) by Miss Islington (bot) · 2 years, 8 months ago
  79. 7dee93c bpo-46591: Make About IDLE doc link label clickable (GH-30251) by Miss Islington (bot) · 2 years, 8 months ago
  80. e5e1441 bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) by Miss Islington (bot) · 2 years, 8 months ago
  81. 519eb6a bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) by Ned Deily · 2 years, 8 months ago
  82. 8765b01 [3.10] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31054) by Miss Islington (bot) · 2 years, 8 months ago
  83. 1dcd772 bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) by Miss Islington (bot) · 2 years, 8 months ago
  84. 6a188d8 bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) by Miss Islington (bot) · 2 years, 8 months ago
  85. 3479451 bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) by Miss Islington (bot) · 2 years, 8 months ago
  86. a5451c9 bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003) by Kumar Aditya · 2 years, 8 months ago
  87. 315a60a bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) by Miss Islington (bot) · 2 years, 8 months ago
  88. 4d191fc bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) by Steve Dower · 2 years, 8 months ago
  89. 95b70e2 bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) by Miss Islington (bot) · 2 years, 8 months ago
  90. 20f5313 bpo-46542: test_json uses support.infinite_recursion() (GH-30972) by Miss Islington (bot) · 2 years, 8 months ago
  91. a8912a0 bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) by Miss Islington (bot) · 2 years, 8 months ago
  92. bfcb414 bpo-46539: Pass status of special typeforms to forward references (GH-30926) by Miss Islington (bot) · 2 years, 8 months ago
  93. 486a4b3 bpo-44734: Fix floating point precision in test_turtle (GH-30910) by Miss Islington (bot) · 2 years, 8 months ago
  94. 5c39e47 [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) by Petr Viktorin · 2 years, 8 months ago
  95. 89db090 bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518) by Miss Islington (bot) · 2 years, 8 months ago
  96. 2572c67 [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) (GH-30953) by Miss Islington (bot) · 2 years, 8 months ago
  97. 1ecc98d bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276) by Miss Islington (bot) · 2 years, 8 months ago
  98. b3cf525 bpo-46496: news11-10 for bpo45296 (GH-30937) by Miss Islington (bot) · 2 years, 8 months ago
  99. 5acaad0 bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944) by Miss Islington (bot) · 2 years, 8 months ago
  100. c7af838 [3.10] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30933) by Pablo Galindo Salgado · 2 years, 8 months ago