summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-38348: Extend command line options of ast parsing tool (GH-16540)Batuhan Taşkaya2019-12-161-0/+9
* bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...Pablo Galindo2019-11-241-0/+13
* bpo-38049: Add command-line interface for the ast module. (GH-15724)Serhiy Storchaka2019-09-091-0/+36
* bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)Serhiy Storchaka2019-09-091-1/+12
* bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...Serhiy Storchaka2019-08-291-4/+5
* bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...Serhiy Storchaka2019-08-261-0/+7
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992)Guido van Rossum2019-06-121-6/+7
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-071-2/+8
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-311-1/+18
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-221-9/+31
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-0/+3
* bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)Serhiy Storchaka2018-09-271-4/+11
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-291-4/+0
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Brett Cannon2018-03-091-0/+10
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-3/+11
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-0/+1
* Issue16544 - Add a link to an external documentation resource in ast module d...Senthil Kumaran2016-01-071-0/+5
* Fix a few grammar problems in the documentation and commentsMartin Panter2015-11-141-1/+1
* Closes #22525: clarify documentation for ast.literal_eval().Georg Brandl2014-11-051-7/+9
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-161-3/+0
* convert ast versioning to mercurialBenjamin Peterson2011-03-131-2/+2
* Issue #11000 ast.parse parses source, not just expressions.Terry Reedy2011-01-241-2/+2
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-3/+1
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-091-3/+3
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+3
* Issue #7061: Dropped "for Tk" from turtle module title and moved itsAlexander Belopolsky2010-10-271-4/+2
* Add bytes in literal_eval doc.Georg Brandl2010-07-131-3/+3
* Allow set literals in literal_eval().Georg Brandl2010-07-111-2/+5
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1