summaryrefslogtreecommitdiff
path: root/as_string.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-499/+0
| | | | python setup.py develop now works.
* pylint source codeSylvain Thénault2014-07-251-40/+43
|
* Drop yield_from API, add a new YieldFrom node instead.Claudiu Popa2014-03-041-5/+10
| | | | | --HG-- branch : yield_from
* Add yield_from property for Yield nodes.Claudiu Popa2014-03-021-1/+5
| | | | | --HG-- branch : yield_from
* Fix `as_string` for one element tuples.Claudiu Popa2013-12-271-0/+2
|
* Proper handling of metaclass for class.as_string.Claudiu Popa2013-08-141-1/+11
| | | | | --HG-- branch : metaclass
* 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 --HG-- branch : stable
* Fix inference for generator methods to correctly handle yields in lambdas. ↵Torsten Marek2013-03-271-1/+5
| | | | | | | Closes #123068 --HG-- branch : stable
* 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