summaryrefslogtreecommitdiff
path: root/as_string.py
Commit message (Expand)AuthorAgeFilesLines
* pylint source codeSylvain Th?nault2014-07-251-40/+43
* Drop yield_from API, add a new YieldFrom node instead.cpopa2014-03-041-5/+10
* Add yield_from property for Yield nodes.cpopa2014-03-021-1/+5
* Fix `as_string` for one element tuples.cpopa2013-12-271-0/+2
* Proper handling of metaclass for class.as_string.cpopa2013-08-141-1/+11
* Handle python3.3's With nodesJulien Cristau2013-06-201-4/+4
* 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
* Fix inference for generator methods to correctly handle yields in lambdas. Cl...Torsten Marek2013-03-271-1/+5
* 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
* move "nodes_as_string.py" to "as_string.pyEmile Anclin2010-10-111-0/+403