summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)Pablo Galindo2021-03-031-0/+5
* bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)Pablo Galindo2021-03-011-0/+122
* bpo-39159: Declare error that might be raised from literal_eval (GH-19899)Batuhan Taskaya2020-12-221-1/+5
* Fix incorrect links in ast docs (GH-23017)Matthew Suozzo2020-11-031-6/+7
* bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)Batuhan Taskaya2020-10-221-0/+7
* bpo-40484: Document compiler flags under AST module (GH-19885)Batuhan Taskaya2020-10-191-0/+28
* bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)Batuhan Taskaya2020-10-041-1/+4
* Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)Edward K. Ream2020-08-111-2/+21
* bpo-38870: Extend subject of ast.unparse warnings (GH-21053)Batuhan Taskaya2020-06-281-1/+6
* bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)Batuhan Taskaya2020-05-071-1/+1
* Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...Raymond Hettinger2020-05-061-1/+1
* bpo-40517: Implement syntax highlighting support for ASDL (#19928)Batuhan Taskaya2020-05-061-1/+1
* Fix syntax error in an example in the ast documentation and sync docstrings (...Pablo Galindo2020-03-121-1/+1
* bpo-34822: Simplify AST for subscription. (GH-9605)Serhiy Storchaka2020-03-101-37/+31
* bpo-36287: Make ast.dump() not output optional fields and attributes with def...Serhiy Storchaka2020-03-091-99/+75
* bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828)Pablo Galindo2020-03-071-292/+211
* bpo-39199: Add descriptions of non-deprecated nodes to the AST module documen...Pablo Galindo2020-03-021-6/+1497
* bpo-32892: Update the documentation for handling constants in AST. (GH-18514)Serhiy Storchaka2020-02-171-3/+7
* bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...Batuhan Taşkaya2020-01-121-1/+9
* bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)Raymond Hettinger2020-01-031-0/+3
* bpo-39136: Fixed typos (GH-17720)Gurupad Hegde2019-12-281-1/+1