FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/Python-ast.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
Python-ast.c
on
3.13
User selector
Datepicker
Commit history
Commits on Jan 28, 2026
[3.13] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144260)
Show description for bc92e78
JelleZijlstra
and
vstinner
authored
bc92e78
View commit details
Copy full SHA for bc92e78
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
[3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140510)
Show description for 1cc2c95
StanFromIreland
authored
1cc2c95
View commit details
Copy full SHA for 1cc2c95
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
[3.13] gh-126105: Fix crash in `ast` module, when `._fields` is deleted (GH-126115) (#126130)
Show description for 265bc19
miss-islington
and
sobolevn
authored
265bc19
View commit details
Copy full SHA for 265bc19
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)
Show description for 4b55d53
colesbury
authored
4b55d53
View commit details
Copy full SHA for 4b55d53
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
[3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (GH-121334) (#121625)
Show description for 38c4028
JelleZijlstra
authored
38c4028
View commit details
Copy full SHA for 38c4028
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
[3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-120114) (#121000)
Show description for 899dfba
JelleZijlstra
authored
899dfba
View commit details
Copy full SHA for 899dfba
View code at this point
Browse repository at this point
Commits on May 9, 2024
[3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118854) (#118871)
Show description for 00ec116
authored
00ec116
View commit details
Copy full SHA for 00ec116
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Show description for e042219
JelleZijlstra
authored
e042219
View commit details
Copy full SHA for e042219
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5
authored
ca269e5
View commit details
Copy full SHA for ca269e5
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
Show description for 4c71d51
JelleZijlstra
authored
4c71d51
View commit details
Copy full SHA for 4c71d51
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-105858: Improve AST node constructors (#105880)
Show description for ed4dfd8
JelleZijlstra
authored
ed4dfd8
View commit details
Copy full SHA for ed4dfd8
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
markshannon
authored
17b73ab
View commit details
Copy full SHA for 17b73ab
View code at this point
Browse repository at this point
Commits on Dec 25, 2023
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035)
Show description for 48c4973
yilei
and
gpshead
authored
48c4973
View commit details
Copy full SHA for 48c4973
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
gh-111956: Add thread-safe one-time initialization. (gh-111960)
colesbury
authored
446f18a
View commit details
Copy full SHA for 446f18a
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Show description for 1447af7
authored
1447af7
View commit details
Copy full SHA for 1447af7
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Show description for b0edf3b
vstinner
authored
b0edf3b
View commit details
Copy full SHA for b0edf3b
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
gh-108444: Remove _PyLong_AsInt() function (#108461)
Show description for e59a952
vstinner
authored
e59a952
View commit details
Copy full SHA for e59a952
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-108113: Make it possible to create an optimized AST (#108154)
iritkatriel
authored
10a91d7
View commit details
Copy full SHA for 10a91d7
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958
markshannon
authored
fa45958
View commit details
Copy full SHA for fa45958
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
serhiy-storchaka
authored
be1b968
View commit details
Copy full SHA for be1b968
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#106224)
sobolevn
authored
46c1097
View commit details
Copy full SHA for 46c1097
View code at this point
Browse repository at this point
Commits on Jun 15, 2023
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
brandtbucher
authored
a4056c8
View commit details
Copy full SHA for a4056c8
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
gh-104799: Default missing lists in AST to the empty list (#104834)
Show description for 77d2579
JelleZijlstra
and
AlexWaygood
authored
77d2579
View commit details
Copy full SHA for 77d2579
View code at this point
Browse repository at this point
Commits on May 26, 2023
gh-104799: Move location of type_params AST fields (#104828)
Show description for ba73473
JelleZijlstra
and
AlexWaygood
authored
ba73473
View commit details
Copy full SHA for ba73473
View code at this point
Browse repository at this point
Commits on May 22, 2023
gh-104656: Rename typeparams AST node to type_params (#104657)
JelleZijlstra
authored
a5f244d
View commit details
Copy full SHA for a5f244d
View code at this point
Browse repository at this point
Commits on May 16, 2023
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88
authored
24d8b88
View commit details
Copy full SHA for 24d8b88
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
Commits on Feb 28, 2023
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Show description for 880437d
ericsnowcurrently
authored
880437d
View commit details
Copy full SHA for 880437d
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Show description for f13f466
vstinner
authored
f13f466
View commit details
Copy full SHA for f13f466
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Show description for a088290
ericsnowcurrently
authored
a088290
View commit details
Copy full SHA for a088290
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Show description for 231d83b
vstinner
authored
231d83b
View commit details
Copy full SHA for 231d83b
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
markshannon
authored
7644935
View commit details
Copy full SHA for 7644935
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL