summaryrefslogtreecommitdiff
path: root/Lib/ast.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #11000 ast.parse doc fix (r88172)Terry Reedy2011-01-241-4/+4
* Merged revisions 87876-87877 via svnmerge fromGeorg Brandl2011-01-091-5/+3
* ast.literal_eval can properly evaluate complex numbers now. This fixes issue...Armin Ronacher2009-01-131-0/+12
* Fixed #4062, added import for _ast.__version__ to ast to match the documented...Armin Ronacher2008-10-201-0/+1
* Docstring correctionAndrew M. Kuchling2008-06-211-1/+1
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-101-0/+300