main
gh-153569: Split tokenizer lexer into focused files (#153585)
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
gh-150459: Fix `SyntaxError` message for `from x lazy import y` (#150877)
gh-131421: Fix ASDL tests (#133408)
gh-82312: Further improvement of error messages for generating AST nodes (GH-150912)
gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (#140910)
gh-154775: Don't accept duplicate plus sign when matching complex number (GH-154776)
gh-135801: Add the module parameter to compile() etc (GH-139652)
gh-153568: Skip parser memo lookups that cannot match (#153571)
gh-102856: Initial implementation of PEP 701 (#102855)
gh-132661: Implement PEP 750 (#132662)