summaryrefslogtreecommitdiff
path: root/as_string.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle python3.3's With nodesJulien Cristau2013-06-201-4/+4
| | | | | Change With nodes to have a list of (expr, var) items as in python 3.3's ast.
* rename the project astroidDavid Douard2013-06-171-67/+67
|
* as_string/repr_tree code cleanup: enhance the doc a bit + regroup codeSylvain Th?nault2013-04-111-16/+60
| | | | | | | - move _repr_tree from bases.py to as_string.py - rename as_string function to to_code, though public API Node.as_string is left unchanged for now
* Fix inference for generator methods to correctly handle yields in lambdas. ↵Torsten Marek2013-03-271-1/+5
| | | | Closes #123068
* cosmetic changes: update/fix copyright and comments, d-t-wSylvain Th?nault2011-09-271-49/+37
|
* we actually dropped support for python < 2.5 in 0.21Sylvain Th?nault2011-09-271-1/+2
|
* test assignement to True and yield; fix yield as_stringEmile Anclin2010-12-091-1/+2
|
* as_string: fix explicit relative imports; add testEmile Anclin2010-12-081-2/+2
|
* cleanup: remove unused class ASTVisitorEmile Anclin2010-12-021-3/+6
|
* fix as_string for From node with levelEmile Anclin2010-11-291-2/+2
|
* python2.7: test and fix as_string methodsEmile Anclin2010-11-021-2/+2
|
* py3k : introduce Nonlocal nodeEmile Anclin2010-10-281-0/+4
|
* py3k : introduce Starred nodeEmile Anclin2010-10-281-1/+4
|
* py3k : as_string : put 3k stuff into a AsStringVisitor3kEmile Anclin2010-10-281-23/+39
|
* as_string: fix callfunc and test module2.py returned identicallyEmile Anclin2010-10-281-4/+4
|
* py3k as_string steps; corrections and improvementsEmile Anclin2010-10-281-23/+31
|
* py3k / Raise : use "exc" instead of "type"Emile Anclin2010-10-121-4/+4
| | | | have other attributes explicitly different for 2.x and 3.x
* move "nodes_as_string.py" to "as_string.pyEmile Anclin2010-10-111-0/+403