index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
ast.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
1
-0/+31
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
1
-1/+1
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
1
-1/+1
*
bpo-30637: Improve the docs of ast.parse regarding differences with compile()...
Pablo Galindo Salgado
2021-09-19
1
-0/+13
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-1/+1
*
Fix typo in ast.rst (GH-27449)
HaeckelK
2021-07-29
1
-1/+1
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-36/+282
*
Fix some minor errors in the docs (GH-24834)
Zackery Spytz
2021-03-14
1
-1/+1
*
Fix error in documentation for ast.match_case (GH-24807)
Adrian Freund
2021-03-10
1
-1/+1
*
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
Pablo Galindo
2021-03-03
1
-0/+5
*
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
Pablo Galindo
2021-03-01
1
-0/+122
*
bpo-39159: Declare error that might be raised from literal_eval (GH-19899)
Batuhan Taskaya
2020-12-22
1
-1/+5
*
Fix incorrect links in ast docs (GH-23017)
Matthew Suozzo
2020-11-03
1
-6/+7
*
bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)
Batuhan Taskaya
2020-10-22
1
-0/+7
*
bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
2020-10-19
1
-0/+28
*
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
2020-10-04
1
-1/+4
*
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
Edward K. Ream
2020-08-11
1
-2/+21
*
bpo-38870: Extend subject of ast.unparse warnings (GH-21053)
Batuhan Taskaya
2020-06-28
1
-1/+6
*
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)
Batuhan Taskaya
2020-05-07
1
-1/+1
*
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...
Raymond Hettinger
2020-05-06
1
-1/+1
*
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
Batuhan Taskaya
2020-05-06
1
-1/+1
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Pablo Galindo
2020-03-12
1
-1/+1
*
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
1
-37/+31
*
bpo-36287: Make ast.dump() not output optional fields and attributes with def...
Serhiy Storchaka
2020-03-09
1
-99/+75
*
bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828)
Pablo Galindo
2020-03-07
1
-292/+211
*
bpo-39199: Add descriptions of non-deprecated nodes to the AST module documen...
Pablo Galindo
2020-03-02
1
-6/+1497
*
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
Serhiy Storchaka
2020-02-17
1
-3/+7
*
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...
Batuhan Taşkaya
2020-01-12
1
-1/+9
*
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
Raymond Hettinger
2020-01-03
1
-0/+3
*
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde
2019-12-28
1
-1/+1
*
bpo-38348: Extend command line options of ast parsing tool (GH-16540)
Batuhan Taşkaya
2019-12-16
1
-0/+9
*
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...
Pablo Galindo
2019-11-24
1
-0/+13
*
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Serhiy Storchaka
2019-09-09
1
-0/+36
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
1
-1/+12
*
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...
Serhiy Storchaka
2019-08-29
1
-4/+5
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
1
-0/+7
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-6/+7
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-2/+8
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-1/+18
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-9/+31
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-0/+3
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-4/+11
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-4/+0
*
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...
Brett Cannon
2018-03-09
1
-0/+10
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
1
-1/+1
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
1
-3/+11
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-0/+1
*
Issue16544 - Add a link to an external documentation resource in ast module d...
Senthil Kumaran
2016-01-07
1
-0/+5
*
Fix a few grammar problems in the documentation and comments
Martin Panter
2015-11-14
1
-1/+1
[next]