Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11000 ast.parse doc fix (r88172) | Terry Reedy | 2011-01-24 | 1 | -4/+4 |
| | |||||
* | Merged revisions 87876-87877 via svnmerge from | Georg Brandl | 2011-01-09 | 1 | -5/+3 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87876 | georg.brandl | 2011-01-09 08:38:51 +0100 (So, 09 Jan 2011) | 1 line #10869: do not visit root node twice in ast.increment_lineno(). ........ r87877 | georg.brandl | 2011-01-09 08:50:48 +0100 (So, 09 Jan 2011) | 1 line Add missing line. ........ | ||||
* | ast.literal_eval can properly evaluate complex numbers now. This fixes ↵ | Armin Ronacher | 2009-01-13 | 1 | -0/+12 |
| | | | | issue4907. | ||||
* | Fixed #4062, added import for _ast.__version__ to ast to match the ↵ | Armin Ronacher | 2008-10-20 | 1 | -0/+1 |
| | | | | documented behavior. | ||||
* | Docstring correction | Andrew M. Kuchling | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | Add the "ast" module, containing helpers to ease use of the "_ast" classes. | Georg Brandl | 2008-06-10 | 1 | -0/+300 |