summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-151-1/+1
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-091-1/+1
* gh-118181: Fix parameter markup in AST docs (#124473)Tomas R2024-09-261-13/+13
* gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)Petr Viktorin2024-09-251-1/+1
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-181-0/+5
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-171-2/+1
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* gh-122300: Preserve AST nodes for format specifiers with single elements (#12...Pablo Galindo Salgado2024-07-261-1/+3
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-221-2/+2
* gh-121130: Fix f-string format specifiers with debug expressions (#121150)Pablo Galindo Salgado2024-07-161-3/+1
* annotations: expand documentation on "simple" assignment targets (#120535)Jelle Zijlstra2024-06-151-3/+7
* gh-60191: Implement ast.compare (#19211)Batuhan Taskaya2024-05-221-0/+14
* gh-118851: Default ctx arguments to AST constructors to Load() (#118854)Jelle Zijlstra2024-05-091-3/+3
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-061-1/+13
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-14/+38
* gh-116023: Add `show_empty=False` to `ast.dump` (#116037)Nikita Sobolev2024-04-241-148/+103
* gh-118100: Improve links in `ast.rst` (#118101)Nikita Sobolev2024-04-191-2/+3
* Fix rendering of null character in ast.rst (#116080)Shantanu2024-02-291-1/+1
* gh-115881: Document feature_version limitations (#115980)Shantanu2024-02-291-6/+9
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-281-11/+14
* gh-101100: Fix Sphinx warnings in `library/ast.rst` (#113289)Hugo van Kemenade2023-12-191-16/+19
* gh-108113: [docs] mention PyCF_OPTIMIZED_AST in ast Compiler Flags (#113241)dreamflow2023-12-181-0/+7
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-031-7/+7
* Add version directives to ast docs (#108788)Shantanu2023-09-071-4/+42
* `ast` docs: Fix incorrect link on `keyword` (#108728)Alex Povel2023-08-311-2/+2
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-211-2/+5
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-261-1/+4
* gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (#101055)Nikita Sobolev2023-06-271-0/+101
* gh-103921: Minor PEP-695 fixes to the `ast` module docs (#105093)Alex Waygood2023-05-301-5/+5
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-261-2/+100
* gh-104984: remove kwargs and starargs from Call & ClassDef (#104986)Shaygan Hooshyari2023-05-261-6/+3
* gh-104799: Move location of type_params AST fields (#104828)Jelle Zijlstra2023-05-261-6/+6
* gh-104656: Rename typeparams AST node to type_params (#104657)Jelle Zijlstra2023-05-221-3/+3
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+3
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)Gregory P. Smith2022-10-021-8/+16
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-271-1/+1
* Fix incorrect double indent in ast doc (#94976)Terry Jan Reedy2022-07-181-1/+1
* In ast doc, update 'below' to 'above' (#94967)Terry Jan Reedy2022-07-181-1/+1
* gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...anilbey2022-07-161-4/+5
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-141-0/+31
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-051-1/+1
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697)Raymond Hettinger2021-10-021-1/+1
* bpo-30637: Improve the docs of ast.parse regarding differences with compile()...Pablo Galindo Salgado2021-09-191-0/+13
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-1/+1
* Fix typo in ast.rst (GH-27449)HaeckelK2021-07-291-1/+1
* bpo-43892: Make match patterns explicit in the AST (GH-25585)Nick Coghlan2021-04-291-36/+282
* Fix some minor errors in the docs (GH-24834)Zackery Spytz2021-03-141-1/+1
* Fix error in documentation for ast.match_case (GH-24807)Adrian Freund2021-03-101-1/+1