1. 98e2ee6 Add missing "to" to two tp_flags notes (GH-31624) by Miss Islington (bot) · 2 years, 4 months ago
  2. 1f956d1 bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) by Miss Islington (bot) · 2 years, 4 months ago
  3. 8b37a0c Update dict/OrderedDict differences with code equivalents. (GH-31563) by Miss Islington (bot) · 2 years, 4 months ago
  4. 0848da1 bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578) by Victor Stinner · 2 years, 4 months ago
  5. 2b7e04d bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 2 years, 4 months ago
  6. 632a812 bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) by Miss Islington (bot) · 2 years, 4 months ago
  7. c7a0fd2 bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494) by Miss Islington (bot) · 2 years, 4 months ago
  8. b0de629 bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 2 years, 4 months ago
  9. 6717edc Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514) by Miss Islington (bot) · 2 years, 4 months ago
  10. 28d9353 Minor fixes to C API docs (GH-31501) by Miss Islington (bot) · 2 years, 4 months ago
  11. 4955a9e bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) by Miss Islington (bot) · 2 years, 4 months ago
  12. d327517 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 2 years, 4 months ago
  13. a7af34d [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) by Miss Islington (bot) · 2 years, 4 months ago
  14. d04fb92 [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) by Miss Islington (bot) · 2 years, 4 months ago
  15. f20ac2e bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493) by Miss Islington (bot) · 2 years, 4 months ago
  16. c596ecb [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) by Miss Islington (bot) · 2 years, 4 months ago
  17. 7da97f6 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) by Miss Islington (bot) · 2 years, 4 months ago
  18. 633d0f9 bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) by Miss Islington (bot) · 2 years, 4 months ago
  19. 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 2 years, 4 months ago
  20. a2e13ec [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421) by Miss Islington (bot) · 2 years, 4 months ago
  21. ba457fe [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) by Erlend Egeberg Aasland · 2 years, 4 months ago
  22. f1916cd bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) by Miss Islington (bot) · 2 years, 4 months ago
  23. fa621a7 [3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446) by Andrew Svetlov · 2 years, 4 months ago
  24. dde0488 [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) by Andrew Svetlov · 2 years, 4 months ago
  25. ea3e042 Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437) by Miss Islington (bot) · 2 years, 4 months ago
  26. 75c5dbc Counter doc mentions three methods, but lists four (GH-30706) by Miss Islington (bot) · 2 years, 4 months ago
  27. 103f3ca bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) by Miss Islington (bot) · 2 years, 4 months ago
  28. e05e3d2 [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) by Gregory P. Smith · 2 years, 4 months ago
  29. 6eb3477 bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) by Miss Islington (bot) · 2 years, 4 months ago
  30. feb4455 docs: Link `match` statement in tutorial (GH-31396) by Miss Islington (bot) · 2 years, 4 months ago
  31. 095ffe7 Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 2 years, 4 months ago
  32. cb7551d bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) by Dong-hee Na · 2 years, 4 months ago
  33. 68e80c4 [3.10] Update html.parser.rst (GH-30678) (GH-31385) by Miss Islington (bot) · 2 years, 4 months ago
  34. a481be0 [3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382) by Miss Islington (bot) · 2 years, 4 months ago
  35. a17d59a [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) by Miss Islington (bot) · 2 years, 4 months ago
  36. 76fcd27 Remove venv from the module denylist by Chris Wailes · 2 years, 4 months ago
  37. d4e4ef1 [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) by Mark Shannon · 2 years, 4 months ago
  38. 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, 4 months ago
  39. 5b63ba3 Update the OMG link (GH-30383) by Miss Islington (bot) · 2 years, 4 months ago
  40. 72c4646 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362) by Miss Islington (bot) · 2 years, 4 months ago
  41. ac55cea [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) by DongGeon Lee · 2 years, 4 months ago
  42. b271953 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 2 years, 4 months ago
  43. 543242a Fix the signature of multiprocessing.set_executable (GH-31276) by Miss Islington (bot) · 2 years, 4 months ago
  44. a414cb3 Update __main__.rst (GH-30896) by Miss Islington (bot) · 2 years, 4 months ago
  45. c5a987b doc: use colon for all color's rangs (GH-28998) (#31336) by Miss Islington (bot) · 2 years, 4 months ago
  46. 8282532 bpo-38619: Update the documentation for UUID.hex (GH-29830) by Miss Islington (bot) · 2 years, 4 months ago
  47. 5574cac Fix minor grammar error (GH-31325) by Miss Islington (bot) · 2 years, 4 months ago
  48. a606c6a Fix a typo in Doc/faq/programming.rst (GH-31243) by Miss Islington (bot) · 2 years, 4 months ago
  49. 841c77d [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) by Dennis Sweeney · 2 years, 4 months ago
  50. 6a7dd3f Corrections to format precision description. (GH-31291) by Miss Islington (bot) · 2 years, 4 months ago
  51. 44666c3 bpo-45447: Add entry to What's new 3.10 (GH-31304) by Miss Islington (bot) · 2 years, 4 months ago
  52. 5698e0b bpo-45447: Add entry to What's new 3.9 (GH-31305) by Miss Islington (bot) · 2 years, 4 months ago
  53. 9fabcfb bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Terry Jan Reedy · 2 years, 4 months ago
  54. b7a65c9 bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) by Miss Islington (bot) · 2 years, 4 months ago
  55. f2fbfbe bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281) by Miss Islington (bot) · 2 years, 4 months ago
  56. 1f5fe99 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) by Miss Islington (bot) · 2 years, 4 months ago
  57. 8b8673f [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262) by Petr Viktorin · 2 years, 4 months ago
  58. 1124ab6 bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452) by Miss Islington (bot) · 2 years, 4 months ago
  59. 14284b0 [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257) by Pablo Galindo Salgado · 2 years, 4 months ago
  60. 9f51454 [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255) by Andrew Svetlov · 2 years, 4 months ago
  61. 9b23f8f [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242) by Pablo Galindo Salgado · 2 years, 4 months ago
  62. 7445949 bpo-43532: add version added to KW_ONLY (GH-31235) by Miss Islington (bot) · 2 years, 4 months ago
  63. 42f87d4 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 2 years, 4 months ago
  64. d29bbc2 bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223) by Miss Islington (bot) · 2 years, 4 months ago
  65. 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, 4 months ago
  66. 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, 4 months ago
  67. cbdcae5 [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210) by Gregory Beauregard · 2 years, 4 months ago
  68. 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, 4 months ago
  69. 9c45390 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Miss Islington (bot) · 2 years, 4 months ago
  70. e2eeffe [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175) by Gregory Beauregard · 2 years, 4 months ago
  71. c1ff4cb [3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078) (GH-31182) by Nikita Sobolev · 2 years, 4 months ago
  72. 3ceff99 bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by Miss Islington (bot) · 2 years, 4 months ago
  73. cb78994 Add more tests for variable substitution in generics (GH-31170) by Miss Islington (bot) · 2 years, 4 months ago
  74. c88407c bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) by Miss Islington (bot) · 2 years, 4 months ago
  75. 5603db4 [3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132) by Terry Jan Reedy · 2 years, 4 months ago
  76. 7b5b23c bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111) by Miss Islington (bot) · 2 years, 4 months ago
  77. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 2 years, 4 months ago
  78. 9ce0b00 bpo-46588: fix typo in test_calltip.py (GH-31119) by Miss Islington (bot) · 2 years, 5 months ago
  79. 91e8889 bpo-14916: use specified tokenizer fd for file input (GH-31006) by Miss Islington (bot) · 2 years, 5 months ago
  80. 4f76b36 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 2 years, 5 months ago
  81. 63523e7 bpo-45975: IDLE - Remove extraneous parens (GH-31107) by Miss Islington (bot) · 2 years, 5 months ago
  82. ff6948b bpo-45773: Remove invalid peephole optimizations (GH-31066) by Miss Islington (bot) · 2 years, 5 months ago
  83. a77de58 Add recipe for subslices (GH-31095) by Raymond Hettinger · 2 years, 5 months ago
  84. f5ebec4 [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) by Gregory P. Smith · 2 years, 5 months ago
  85. 2ddc278 bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) by Miss Islington (bot) · 2 years, 5 months ago
  86. 5765eaa bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) by Miss Islington (bot) · 2 years, 5 months ago
  87. ba4d79a [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084) by Hugo van Kemenade · 2 years, 5 months ago
  88. e480def Fix minor details in the Counter docs (GH-31029) (GH-31072) by Miss Islington (bot) · 2 years, 5 months ago
  89. 85b421f bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) by Miss Islington (bot) · 2 years, 5 months ago
  90. 7dee93c bpo-46591: Make About IDLE doc link label clickable (GH-30251) by Miss Islington (bot) · 2 years, 5 months ago
  91. e5e1441 bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) by Miss Islington (bot) · 2 years, 5 months ago
  92. 519eb6a bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) by Ned Deily · 2 years, 5 months ago
  93. 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, 5 months ago
  94. 1dcd772 bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) by Miss Islington (bot) · 2 years, 5 months ago
  95. 6a188d8 bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) by Miss Islington (bot) · 2 years, 5 months ago
  96. 3479451 bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) by Miss Islington (bot) · 2 years, 5 months ago
  97. a5451c9 bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003) by Kumar Aditya · 2 years, 5 months ago
  98. 315a60a bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) by Miss Islington (bot) · 2 years, 5 months ago
  99. 4d191fc bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) by Steve Dower · 2 years, 5 months ago
  100. 95b70e2 bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) by Miss Islington (bot) · 2 years, 5 months ago