Commits
User selector
Commit History
Commits on Jun 14, 2026
Commits on Jun 11, 2026
Commits on Jun 6, 2026
Commits on Jun 4, 2026
Commits on May 2, 2026
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
Show description for bdedc4aauthored
Commits on Apr 28, 2026
gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
Show description for d2f506aauthored
Commits on Apr 23, 2026
gh-145239: Accept unary plus literal pattern (#148566)
Show description for 448d7b9authored
Commits on Apr 6, 2026
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Mar 13, 2026
Commits on Mar 12, 2026
gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (#140910)
Show description for 86a0756authored
Commits on Mar 11, 2026
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
Show description for d19de37authored- authored
Commits on Feb 28, 2026
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
Show description for 09e8c38andauthored
Commits on Feb 27, 2026
Commits on Feb 26, 2026
Commits on Feb 15, 2026
gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (#144788)
Show description for e6110efauthored
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106authored
Commits on Jan 31, 2026
gh-143055: Implementation of PEP 798 (#143056)
Show description for ccbe41eandauthored
Commits on Jan 29, 2026
Commits on Jan 26, 2026
gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)
Show description for 639c1adandauthored
Commits on Dec 29, 2025
gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773)
Show description for f37f57dauthored
Commits on Dec 20, 2025
Commits on Dec 14, 2025
Commits on Dec 11, 2025
Commits on Nov 27, 2025
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
Show description for 7fe1a18authored
Commits on Nov 13, 2025
gh-135801: Add the module parameter to compile() etc (GH-139652)
Show description for d8e6bdcauthored
Commits on Oct 29, 2025
Commits on Oct 26, 2025
Commits on Oct 24, 2025
gh-138857: Improve error message for `case` outside of `match` (#138858)
Show description for 92c0c45andauthored
Commits on Oct 23, 2025
Commits on Oct 22, 2025
Commits on Oct 16, 2025
gh-140149: Use PyBytesWriter in _build_concatenated_bytes() (#140150)
Show description for 459d493andauthored
Commits on Oct 10, 2025
gh-63161: Fix PEP 263 support (GH-139481)
Show description for 5c942f1authored