COMMITS
/ Doc/library/ast.rst March 24, 2026
P
gh-140196: Added constructor behavior changes in ast.rst for python 3.13 (GH-140243)
Parman Mohammadalizadeh committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
December 18, 2025
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 23, 2025
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
August 4, 2025
A
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner committed
July 22, 2025
D
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck committed
May 31, 2025
S
gh-134718: Omit optional Load() values in ast.dump() (GH-134934)
Serhiy Storchaka committed
May 30, 2025
S
gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925)
Serhiy Storchaka committed
J
ast docs: Fix description of ast.Constant (#134741)
Jelle Zijlstra committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 5, 2025
S
gh-133367: Add missing options to `ast` CLI (#133369)
Semyon Moroz committed
April 28, 2025
Y
gh-133033: Add docs for `TypeIgnore` (#133034)
Yuki Kobayashi committed
April 16, 2025
T
gh-132608: Fix a sample code coloring for ast.While (#132609)
Tan90909090 committed
December 15, 2024
October 15, 2024
H
Python 3.14.0a1
Hugo van Kemenade committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
September 26, 2024
T
gh-118181: Fix parameter markup in AST docs (#124473)
Tomas R committed
September 25, 2024
P
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin committed
September 18, 2024
T
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R committed
September 17, 2024
R
Use pep role instead of url (#121611)
Rafael Fontenelle committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
July 26, 2024
P
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
Pablo Galindo Salgado committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
July 16, 2024
P
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
Pablo Galindo Salgado committed
June 15, 2024
J
annotations: expand documentation on "simple" assignment targets (#120535)
Jelle Zijlstra committed
May 22, 2024
B
gh-60191: Implement ast.compare (#19211)
Batuhan Taskaya committed
May 9, 2024
J
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Jelle Zijlstra committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 6, 2024
J
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra committed
May 3, 2024
J
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra committed
April 24, 2024
N
gh-116023: Add `show_empty=False` to `ast.dump` (#116037)
Nikita Sobolev committed
April 19, 2024
N
gh-118100: Improve links in `ast.rst` (#118101)
Nikita Sobolev committed
February 29, 2024
S
Fix rendering of null character in ast.rst (#116080)
Shantanu committed
S
gh-115881: Document feature_version limitations (#115980)
Shantanu committed
February 28, 2024
J
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra committed
December 19, 2023
H
gh-101100: Fix Sphinx warnings in `library/ast.rst` (#113289)
Hugo van Kemenade committed
December 18, 2023
D
gh-108113: [docs] mention PyCF_OPTIMIZED_AST in ast Compiler Flags (#113241)
dreamflow committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
September 7, 2023
S
Add version directives to ast docs (#108788)
Shantanu committed
August 31, 2023
A
`ast` docs: Fix incorrect link on `keyword` (#108728)
Alex Povel committed
August 21, 2023
I
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel committed
July 26, 2023
P
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado committed
June 27, 2023
N
gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (#101055)
Nikita Sobolev committed
May 30, 2023
A
gh-103921: Minor PEP-695 fixes to the `ast` module docs (#105093)
Alex Waygood committed
May 26, 2023
J
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra committed