| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -499/+0 |
| | | | | | python setup.py develop now works. | ||||
| * | pylint source code | Sylvain Thénault | 2014-07-25 | 1 | -40/+43 |
| | | |||||
| * | Drop yield_from API, add a new YieldFrom node instead. | Claudiu Popa | 2014-03-04 | 1 | -5/+10 |
| | | | | | | --HG-- branch : yield_from | ||||
| * | Add yield_from property for Yield nodes. | Claudiu Popa | 2014-03-02 | 1 | -1/+5 |
| | | | | | | --HG-- branch : yield_from | ||||
| * | Fix `as_string` for one element tuples. | Claudiu Popa | 2013-12-27 | 1 | -0/+2 |
| | | |||||
| * | Proper handling of metaclass for class.as_string. | Claudiu Popa | 2013-08-14 | 1 | -1/+11 |
| | | | | | | --HG-- branch : metaclass | ||||
| * | 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 --HG-- branch : stable | ||||
| * | Fix inference for generator methods to correctly handle yields in lambdas. ↵ | Torsten Marek | 2013-03-27 | 1 | -1/+5 |
| | | | | | | | | Closes #123068 --HG-- branch : stable | ||||
| * | 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 |
