summaryrefslogtreecommitdiff
path: root/Lib/ast.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)Miss Islington (bot)2018-06-151-2/+2
* bpo-32911: Revert bpo-29463. (GH-7121)Serhiy Storchaka2018-05-291-1/+9
* bpo-31778: Make ast.literal_eval() more strict. (#4035)Serhiy Storchaka2018-01-041-15/+21
* bpo-29637: clean docstring only if not None (GH-267)Matthias Bussonnier2017-02-241-1/+4
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-9/+1
* Add ast.ConstantVictor Stinner2016-01-261-22/+30
* Issue #25670: Remove duplicate getattr() from ast.NodeTransformerVictor Stinner2015-11-201-1/+0
* Issue #24688: ast.get_docstring() for 'async def' functions.Yury Selivanov2015-07-231-1/+1
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-4/+2
* remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-151-1/+0
* Add missing types to docstring of ast.literal_eval.Éric Araujo2011-04-171-2/+2
* Issue #11000 ast.parse parses source, not just expressions.Terry Reedy2011-01-241-4/+4
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-091-5/+3
* Fix handling on negative numbers in ast.literal_eval().Raymond Hettinger2010-10-081-7/+13
* remove pointless coding cookiesFlorent Xicluna2010-08-301-1/+0
* allow byte literalsBenjamin Peterson2010-07-111-1/+1
* Allow set literals in literal_eval().Georg Brandl2010-07-111-0/+2
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-0/+12
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-0/+1
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-1/+1
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-0/+300