summaryrefslogtreecommitdiff
path: root/test/unittest_builder.py
Commit message (Expand)AuthorAgeFilesLines
* Add future imports to Module.future_imports.Torsten Marek2014-04-251-0/+16
* test: stop using logilab.common.shellutils.ExecuteJulien Cristau2014-02-031-1/+1
* fix failing test when the whole test are executed, due to caching issueSylvain Th?nault2014-04-081-0/+1
* call transformation for builtin modules as well (though not yet for their chi...Sylvain Th?nault2014-03-191-0/+13
* [test] fix unexpected replaceSylvain Th?nault2014-03-191-38/+38
* All class nodes are marked as new style classes for Py3k, closes #12.cpopa2014-01-161-5/+13
* fix some test failures with pypy platform (one remaining)Sylvain Th?nault2013-10-181-2/+6
* rename all astroid_from* method, introduced by sed, into ast_from*Sylvain Th?nault2013-07-241-3/+3
* rename the project astroidDavid Douard2013-06-171-108/+108
* as_string/repr_tree code cleanup: enhance the doc a bit + regroup codeSylvain Th?nault2013-04-111-2/+2
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Th?nault2013-03-281-1/+1
* unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINSSylvain Th?nault2013-03-281-6/+5
* [test] fix unittest2 deprecation warningsSylvain Th?nault2012-11-161-58/+56
* closes #77188: support lgc.decorators.classpropertySylvain Th?nault2011-09-271-0/+15
* cosmetic changes: update/fix copyright and comments, d-t-wSylvain Th?nault2011-09-271-13/+1
* we actually dropped support for python < 2.5 in 0.21Sylvain Th?nault2011-09-271-11/+0
* py3k: __builtin__ module renamed to builtins, we should consider this to prop...Sylvain Th?nault2011-07-081-3/+4
* fix file encoding detection with python2.x (closes #70494)alain lefroy2011-07-081-0/+12
* cleanupSylvain Th?nault2011-01-111-1/+1
* test: only test encoding for python2xEmile Anclin2010-12-151-37/+38
* py3k: handle file encoding and stream definition in builderEmile Anclin2010-11-221-0/+40
* py3k: skip wrong line number related to python bugEmile Anclin2010-12-061-2/+10
* cleanup: remove unused class ASTVisitorEmile Anclin2010-12-021-2/+1
* py3k: fix test_inspect_build0Emile Anclin2010-11-251-2/+6
* 2to3 : use py2.x compatible fixersEmile Anclin2010-11-151-6/+3
* cleanup: remove python < 2.5 supportEmile Anclin2010-11-101-21/+11
* as_string: check that data/module.py is returned identically; fix testsEmile Anclin2010-10-281-3/+3
* make tests independent from current working directoryEmile Anclin2010-10-211-9/+8
* [py3k] fix scoped nodes testsEmile Anclin2010-10-131-1/+1
* py3k test: ListComp variables are no more leaking outEmile Anclin2010-10-131-7/+8
* [py3k] the exeptions module is gone in py3.xEmile Anclin2010-10-131-0/+2
* py3k: yet another little fixesEmile Anclin2010-10-121-4/+4
* move "nodes_as_string.py" to "as_string.pyEmile Anclin2010-10-111-1/+1
* BORG : use the borg pattern for ASTNGManager, not singletonEmile Anclin2010-10-111-2/+3
* py3k: a lot of simple fixesEmile Anclin2010-10-071-10/+11
* py3k : make all code snipets Python3k compatibleEmile Anclin2010-10-071-14/+14
* remove useless importEmile Anclin2010-10-061-1/+1
* update to unittest2 apilogilab-astng-version-0.20.3Sylvain Th?nault2010-09-281-130/+130
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+19
* more license updatesSylvain Th?nault2010-04-261-3/+3
* fix test impacted by removing REDIRECT from utilsEmile Anclin2010-04-211-1/+1
* move all infutils stuff to bases.pyEmile Anclin2010-03-041-1/+1
* add a tset for expected constant build valuesEmile Anclin2010-02-241-0/+17
* fix import bugEmile Anclin2010-02-161-2/+3
* mergeSylvain Th?nault2009-11-231-2/+3
|\
| * [R] remove 'extend_class' functionEmile Anclin2009-09-151-2/+3
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-3/+3
|/
* yield transform test fixSylvain Th?nault2009-08-271-4/+7
* d-t-w, use assertIsInstanceSylvain Th?nault2009-06-251-38/+37
* fix so that defaults attribute of arguments node isn't None but an empty listSylvain Th?nault2009-06-251-8/+11