| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) | Serhiy Storchaka | 2018-06-15 | 1 | -2/+2 |
|
|
* | bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) | Serhiy Storchaka | 2018-05-29 | 1 | -1/+9 |
|
|
* | bpo-31778: Make ast.literal_eval() more strict. (#4035) | Serhiy Storchaka | 2018-01-04 | 1 | -15/+21 |
|
|
* | bpo-29637: clean docstring only if not None (GH-267) | Matthias Bussonnier | 2017-02-24 | 1 | -1/+4 |
|
|
* | bpo-29463: Add docstring field to some AST nodes. (#46) | INADA Naoki | 2017-02-22 | 1 | -9/+1 |
|
|
* | Add ast.Constant | Victor Stinner | 2016-01-25 | 1 | -22/+30 |
|
|
* | Issue #25670: Remove duplicate getattr() from ast.NodeTransformer | Victor Stinner | 2015-11-20 | 1 | -1/+0 |
|
|
* | Issue #24688: ast.get_docstring() for 'async def' functions. | Yury Selivanov | 2015-07-23 | 1 | -1/+1 |
|
|
* | create NameConstant AST class for None, True, and False literals (closes #16619) | Benjamin Peterson | 2012-12-06 | 1 | -4/+2 |
|
|
* | remove ast.__version__ (closes #12273) | Benjamin Peterson | 2011-07-16 | 1 | -1/+0 |
|
|
* | Add missing types to docstring of ast.literal_eval. | Éric Araujo | 2011-04-17 | 1 | -2/+2 |
|
|
* | Issue #11000 ast.parse parses source, not just expressions. | Terry Reedy | 2011-01-24 | 1 | -4/+4 |
|
|
* | #10869: do not visit root node twice in ast.increment_lineno(). | Georg Brandl | 2011-01-09 | 1 | -5/+3 |
|
|
* | Fix handling on negative numbers in ast.literal_eval(). | Raymond Hettinger | 2010-10-08 | 1 | -7/+13 |
|
|
* | remove pointless coding cookies | Florent Xicluna | 2010-08-30 | 1 | -1/+0 |
|
|
* | allow byte literals | Benjamin Peterson | 2010-07-11 | 1 | -1/+1 |
|
|
* | Allow set literals in literal_eval(). | Georg Brandl | 2010-07-11 | 1 | -0/+2 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -0/+12 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -0/+1 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 1 | -1/+1 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -0/+300 |
|
|