| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-15 | 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 |