Commits
User selector
Commit History
Commits on Jul 11, 2024
Commits on Jul 4, 2024
Commits on Jun 25, 2024
Commits on May 9, 2024
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Show description for 68fbc00andauthored
Commits on May 6, 2024
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Show description for e042219authored
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authoredgh-116126: Implement PEP 696 (#116129)
Show description for ca269e5authored
Commits on Mar 28, 2024
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
Show description for 4c71d51authored
Commits on Mar 7, 2024
Commits on Feb 28, 2024
gh-105858: Improve AST node constructors (#105880)
Show description for ed4dfd8authored
Commits on Jan 16, 2024
Commits on Dec 25, 2023
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035)
Show description for 48c4973andauthored
Commits on Nov 16, 2023
Commits on Nov 13, 2023
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Show description for 1447af7authored
Commits on Sep 8, 2023
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Show description for b0edf3bauthored
Commits on Aug 25, 2023
gh-108444: Remove _PyLong_AsInt() function (#108461)
Show description for e59a952authored
Commits on Aug 21, 2023
Commits on Aug 4, 2023
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958authored
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 12, 2023
Commits on Jun 30, 2023
Commits on Jun 15, 2023
Commits on Jun 2, 2023
gh-104799: Default missing lists in AST to the empty list (#104834)
Show description for 77d2579andauthored
Commits on May 26, 2023
gh-104799: Move location of type_params AST fields (#104828)
Show description for ba73473andauthored
Commits on May 22, 2023
Commits on May 16, 2023
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88authored
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06authored
Commits on Feb 28, 2023
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Show description for 880437dauthored
Commits on Nov 15, 2022
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Show description for f13f466authored
Commits on Nov 14, 2022
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Show description for a088290authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Show description for 231d83bauthored
Commits on Oct 5, 2022
Commits on Jul 24, 2022
gh-95185: Check recursion depth in the AST constructor (#95186)
Show description for 0047447andauthored
Commits on May 31, 2022
Commits on May 4, 2022
Use static inline function Py_EnterRecursiveCall() (#91988)
Show description for d716a0dauthored