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.14
User selector
Datepicker
Commit history
Commits on Jan 26, 2026
[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144227)
Show description for 7ae9a47
authored
7ae9a47
View commit details
Copy full SHA for 7ae9a47
View code at this point
Browse repository at this point
Commits on Dec 29, 2025
[3.14] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773) (GH-143269)
Show description for 6583951
miss-islington
and
Demonstrandum
authored
6583951
View commit details
Copy full SHA for 6583951
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
[3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)
Show description for 8285bc7
miss-islington
and
StanFromIreland
authored
8285bc7
View commit details
Copy full SHA for 8285bc7
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
Show description for 3d69d18
authored
3d69d18
View commit details
Copy full SHA for 3d69d18
View code at this point
Browse repository at this point
Commits on May 10, 2025
[3.14] gh-133783: Fix __replace__ on AST nodes for optional attributes (GH-133797) (#133842)
Show description for 856e590
miss-islington
and
JelleZijlstra
authored
856e590
View commit details
Copy full SHA for 856e590
View code at this point
Browse repository at this point
Commits on May 4, 2025
gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)
Show description for 3084070
authored
3084070
View commit details
Copy full SHA for 3084070
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260
authored
6020260
View commit details
Copy full SHA for 6020260
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
gh-131238: Add explicit includes to pycore headers (#131257)
vstinner
authored
978e37b
View commit details
Copy full SHA for 978e37b
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
GH-130396: Use computed stack limits on linux (GH-130398)
Show description for 0142236
markshannon
authored
0142236
View commit details
Copy full SHA for 0142236
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Show description for ef29104
encukou
authored
ef29104
View commit details
Copy full SHA for ef29104
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Show description for 2498c22
markshannon
authored
2498c22
View commit details
Copy full SHA for 2498c22
View code at this point
Browse repository at this point
Commits on Feb 16, 2025
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
iritkatriel
authored
c9b1bf3
View commit details
Copy full SHA for c9b1bf3
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
Show description for 0093a31
vstinner
authored
0093a31
View commit details
Copy full SHA for 0093a31
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
Show description for b2eaa75
sobolevn
authored
b2eaa75
View commit details
Copy full SHA for b2eaa75
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
gh-125268: Use static string for "1e309" in AST (#125272)
Show description for 427dcf2
colesbury
authored
427dcf2
View commit details
Copy full SHA for 427dcf2
View code at this point
Browse repository at this point
Commits on Oct 6, 2024
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
tomasr8
authored
a1be83d
View commit details
Copy full SHA for a1be83d
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
gh-111178: Fix function signatures in Python-ast.c (#124942)
vstinner
authored
6c7d5c6
View commit details
Copy full SHA for 6c7d5c6
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
gh-116022: Improve `repr()` of AST nodes (#117046)
Show description for 21d2a9a
authored
21d2a9a
View commit details
Copy full SHA for 21d2a9a
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)
JelleZijlstra
authored
58e8cf2
View commit details
Copy full SHA for 58e8cf2
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
gh-121141: add support for `copy.replace` to AST nodes (#121162)
picnixz
authored
9728ead
View commit details
Copy full SHA for 9728ead
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
JelleZijlstra
authored
42b2c9d
View commit details
Copy full SHA for 42b2c9d
View code at this point
Browse repository at this point
Commits on May 9, 2024
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Show description for 68fbc00
JelleZijlstra
and
AlexWaygood
authored
68fbc00
View commit details
Copy full SHA for 68fbc00
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL