| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle python3.3's With nodes | Julien Cristau | 2013-06-20 | 1 | -4/+4 |
| | | | | | | Change With nodes to have a list of (expr, var) items as in python 3.3's ast. | ||||
| * | rename the project astroid | David Douard | 2013-06-17 | 1 | -67/+67 |
| | | |||||
| * | as_string/repr_tree code cleanup: enhance the doc a bit + regroup code | Sylvain Th?nault | 2013-04-11 | 1 | -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 Marek | 2013-03-27 | 1 | -1/+5 |
| | | | | | Closes #123068 | ||||
| * | cosmetic changes: update/fix copyright and comments, d-t-w | Sylvain Th?nault | 2011-09-27 | 1 | -49/+37 |
| | | |||||
| * | we actually dropped support for python < 2.5 in 0.21 | Sylvain Th?nault | 2011-09-27 | 1 | -1/+2 |
| | | |||||
| * | test assignement to True and yield; fix yield as_string | Emile Anclin | 2010-12-09 | 1 | -1/+2 |
| | | |||||
| * | as_string: fix explicit relative imports; add test | Emile Anclin | 2010-12-08 | 1 | -2/+2 |
| | | |||||
| * | cleanup: remove unused class ASTVisitor | Emile Anclin | 2010-12-02 | 1 | -3/+6 |
| | | |||||
| * | fix as_string for From node with level | Emile Anclin | 2010-11-29 | 1 | -2/+2 |
| | | |||||
| * | python2.7: test and fix as_string methods | Emile Anclin | 2010-11-02 | 1 | -2/+2 |
| | | |||||
| * | py3k : introduce Nonlocal node | Emile Anclin | 2010-10-28 | 1 | -0/+4 |
| | | |||||
| * | py3k : introduce Starred node | Emile Anclin | 2010-10-28 | 1 | -1/+4 |
| | | |||||
| * | py3k : as_string : put 3k stuff into a AsStringVisitor3k | Emile Anclin | 2010-10-28 | 1 | -23/+39 |
| | | |||||
| * | as_string: fix callfunc and test module2.py returned identically | Emile Anclin | 2010-10-28 | 1 | -4/+4 |
| | | |||||
| * | py3k as_string steps; corrections and improvements | Emile Anclin | 2010-10-28 | 1 | -23/+31 |
| | | |||||
| * | py3k / Raise : use "exc" instead of "type" | Emile Anclin | 2010-10-12 | 1 | -4/+4 |
| | | | | | have other attributes explicitly different for 2.x and 3.x | ||||
| * | move "nodes_as_string.py" to "as_string.py | Emile Anclin | 2010-10-11 | 1 | -0/+403 |
