Benjamin Peterson
|
1e296cc858
|
add some documentation for symtable
|
2008-08-16 21:04:16 +00:00 |
Georg Brandl
|
8509db5a21
|
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
|
2008-06-10 07:45:28 +00:00 |
Georg Brandl
|
bf0610a1ca
|
Revert unwanted changes.
|
2008-06-07 16:04:01 +00:00 |
Georg Brandl
|
7be19aabe2
|
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
|
2008-06-07 15:59:10 +00:00 |
Georg Brandl
|
fc8eef3c78
|
Patch #1810 by Thomas Lee, reviewed by myself:
allow compiling Python AST objects into code objects
in compile().
|
2008-03-28 12:11:56 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |