| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add future imports to Module.future_imports. | Torsten Marek | 2014-04-25 | 1 | -0/+16 |
| * | test: stop using logilab.common.shellutils.Execute | Julien Cristau | 2014-02-03 | 1 | -1/+1 |
| * | fix failing test when the whole test are executed, due to caching issue | Sylvain Th?nault | 2014-04-08 | 1 | -0/+1 |
| * | call transformation for builtin modules as well (though not yet for their chi... | Sylvain Th?nault | 2014-03-19 | 1 | -0/+13 |
| * | [test] fix unexpected replace | Sylvain Th?nault | 2014-03-19 | 1 | -38/+38 |
| * | All class nodes are marked as new style classes for Py3k, closes #12. | cpopa | 2014-01-16 | 1 | -5/+13 |
| * | fix some test failures with pypy platform (one remaining) | Sylvain Th?nault | 2013-10-18 | 1 | -2/+6 |
| * | rename all astroid_from* method, introduced by sed, into ast_from* | Sylvain Th?nault | 2013-07-24 | 1 | -3/+3 |
| * | rename the project astroid | David Douard | 2013-06-17 | 1 | -108/+108 |
| * | as_string/repr_tree code cleanup: enhance the doc a bit + regroup code | Sylvain Th?nault | 2013-04-11 | 1 | -2/+2 |
| * | minor cleanups: drop copyright by me, update others to 2013, droip those in d... | Sylvain Th?nault | 2013-03-28 | 1 | -1/+1 |
| * | unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINS | Sylvain Th?nault | 2013-03-28 | 1 | -6/+5 |
| * | [test] fix unittest2 deprecation warnings | Sylvain Th?nault | 2012-11-16 | 1 | -58/+56 |
| * | closes #77188: support lgc.decorators.classproperty | Sylvain Th?nault | 2011-09-27 | 1 | -0/+15 |
| * | cosmetic changes: update/fix copyright and comments, d-t-w | Sylvain Th?nault | 2011-09-27 | 1 | -13/+1 |
| * | we actually dropped support for python < 2.5 in 0.21 | Sylvain Th?nault | 2011-09-27 | 1 | -11/+0 |
| * | py3k: __builtin__ module renamed to builtins, we should consider this to prop... | Sylvain Th?nault | 2011-07-08 | 1 | -3/+4 |
| * | fix file encoding detection with python2.x (closes #70494) | alain lefroy | 2011-07-08 | 1 | -0/+12 |
| * | cleanup | Sylvain Th?nault | 2011-01-11 | 1 | -1/+1 |
| * | test: only test encoding for python2x | Emile Anclin | 2010-12-15 | 1 | -37/+38 |
| * | py3k: handle file encoding and stream definition in builder | Emile Anclin | 2010-11-22 | 1 | -0/+40 |
| * | py3k: skip wrong line number related to python bug | Emile Anclin | 2010-12-06 | 1 | -2/+10 |
| * | cleanup: remove unused class ASTVisitor | Emile Anclin | 2010-12-02 | 1 | -2/+1 |
| * | py3k: fix test_inspect_build0 | Emile Anclin | 2010-11-25 | 1 | -2/+6 |
| * | 2to3 : use py2.x compatible fixers | Emile Anclin | 2010-11-15 | 1 | -6/+3 |
| * | cleanup: remove python < 2.5 support | Emile Anclin | 2010-11-10 | 1 | -21/+11 |
| * | as_string: check that data/module.py is returned identically; fix tests | Emile Anclin | 2010-10-28 | 1 | -3/+3 |
| * | make tests independent from current working directory | Emile Anclin | 2010-10-21 | 1 | -9/+8 |
| * | [py3k] fix scoped nodes tests | Emile Anclin | 2010-10-13 | 1 | -1/+1 |
| * | py3k test: ListComp variables are no more leaking out | Emile Anclin | 2010-10-13 | 1 | -7/+8 |
| * | [py3k] the exeptions module is gone in py3.x | Emile Anclin | 2010-10-13 | 1 | -0/+2 |
| * | py3k: yet another little fixes | Emile Anclin | 2010-10-12 | 1 | -4/+4 |
| * | move "nodes_as_string.py" to "as_string.py | Emile Anclin | 2010-10-11 | 1 | -1/+1 |
| * | BORG : use the borg pattern for ASTNGManager, not singleton | Emile Anclin | 2010-10-11 | 1 | -2/+3 |
| * | py3k: a lot of simple fixes | Emile Anclin | 2010-10-07 | 1 | -10/+11 |
| * | py3k : make all code snipets Python3k compatible | Emile Anclin | 2010-10-07 | 1 | -14/+14 |
| * | remove useless import | Emile Anclin | 2010-10-06 | 1 | -1/+1 |
| * | update to unittest2 apilogilab-astng-version-0.20.3 | Sylvain Th?nault | 2010-09-28 | 1 | -130/+130 |
| * | proper licensing information (LGPL-2.1). Hope I get it right this time. | Sylvain Th?nault | 2010-04-28 | 1 | -0/+19 |
| * | more license updates | Sylvain Th?nault | 2010-04-26 | 1 | -3/+3 |
| * | fix test impacted by removing REDIRECT from utils | Emile Anclin | 2010-04-21 | 1 | -1/+1 |
| * | move all infutils stuff to bases.py | Emile Anclin | 2010-03-04 | 1 | -1/+1 |
| * | add a tset for expected constant build values | Emile Anclin | 2010-02-24 | 1 | -0/+17 |
| * | fix import bug | Emile Anclin | 2010-02-16 | 1 | -2/+3 |
| * | merge | Sylvain Th?nault | 2009-11-23 | 1 | -2/+3 |
| |\ |
|
| | * | [R] remove 'extend_class' function | Emile Anclin | 2009-09-15 | 1 | -2/+3 |
| * | | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 1 | -3/+3 |
| |/ |
|
| * | yield transform test fix | Sylvain Th?nault | 2009-08-27 | 1 | -4/+7 |
| * | d-t-w, use assertIsInstance | Sylvain Th?nault | 2009-06-25 | 1 | -38/+37 |
| * | fix so that defaults attribute of arguments node isn't None but an empty list | Sylvain Th?nault | 2009-06-25 | 1 | -8/+11 |