| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change indentation of unittest_raw_building.py tab to space.dev | AndroWiiid | 2013-11-04 | 1 | -38/+38 |
| * | Update unittest_manager and add some tests for raw_building.py file. | AndroWiiid | 2013-10-29 | 2 | -7/+53 |
| * | Add some tests for AstroidManager class in unittest_manager.py | AndroWiiid | 2013-10-24 | 1 | -20/+104 |
| * | fix some test failures with pypy platform (one remaining) | Sylvain Th?nault | 2013-10-18 | 2 | -4/+12 |
| * | Update some function definitions in py2stdlib's hashlib stub module | Torsten Marek | 2013-07-24 | 1 | -0/+39 |
| * | rename all astroid_from* method, introduced by sed, into ast_from* | Sylvain Th?nault | 2013-07-24 | 3 | -21/+21 |
| * | Properly recognize methods annotated with abc.abstract{property,method} | Torsten Marek | 2013-06-20 | 1 | -0/+24 |
| * | namedtuple support using extended transformation function features. Closes #8766 | Sylvain Th?nault | 2013-06-18 | 1 | -0/+17 |
| * | [transforms] allow transformation functions on any nodes, not only modules | Sylvain Th?nault | 2013-06-18 | 1 | -1/+1 |
| * | Fix test_generator_attributes for python3 | Julien Cristau | 2013-06-17 | 1 | -1/+4 |
| * | rename the project astroid | David Douard | 2013-06-17 | 12 | -576/+576 |
| * | Fix unittest that was broken due to a change in pylint (BaseTokenChecker -> B... | Torsten Marek | 2013-06-17 | 1 | -1/+1 |
| * | as_string/repr_tree code cleanup: enhance the doc a bit + regroup code | Sylvain Th?nault | 2013-04-11 | 2 | -11/+11 |
| * | enhanced generator support. Closes #124340 | Sylvain Th?nault | 2013-04-11 | 1 | -6/+8 |
| * | [test] use @require_version when possible | Sylvain Th?nault | 2013-03-29 | 4 | -19/+12 |
| * | import cleanups | Sylvain Th?nault | 2013-03-29 | 1 | -4/+4 |
| * | minor cleanups: drop copyright by me, update others to 2013, droip those in d... | Sylvain Th?nault | 2013-03-28 | 25 | -382/+26 |
| * | unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINS | Sylvain Th?nault | 2013-03-28 | 5 | -31/+29 |
| * | reintroduce spaces necessary for test_module_as_string | Sylvain Th?nault | 2013-03-28 | 2 | -8/+12 |
| * | Add support for inference of subscript operations on dict literals. Closes #1... | Torsten Marek | 2013-03-27 | 1 | -0/+5 |
| * | Set literals should be treated as inference leaves. Closes #47957 | Torsten Marek | 2013-03-27 | 1 | -1/+13 |
| * | Fix inference for generator methods to correctly handle yields in lambdas. Cl... | Torsten Marek | 2013-03-27 | 2 | -6/+22 |
| * | use lgc.testlib to get py2.6 unittest2 compat | Sylvain Th?nault | 2013-02-27 | 1 | -5/+6 |
| * | [test] fix unittest2 deprecation warnings | Sylvain Th?nault | 2012-11-16 | 8 | -351/+314 |
| * | py3k test fixes. Closes #109988 | Sylvain Th?nault | 2012-11-16 | 3 | -22/+6 |
| * | test and fix absolute import handling. Closes #106191 | Sylvain Th?nault | 2012-10-05 | 4 | -3/+19 |
| * | fix function fromlineno when some decorator is splited on multiple lines. Clo... | Mark Gius | 2012-09-20 | 1 | -0/+18 |
| * | Fix python 3 crash on importing from a non existing module. Closes #83749 | FELD Boris | 2012-07-31 | 1 | -0/+28 |
| * | Make Starred node extends ParentAssignTypeMixin as it can be part of Assign a... | FELD Boris | 2012-07-25 | 1 | -0/+46 |
| * | test: don't depend on the way test is started | Sylvain Th?nault | 2011-12-08 | 1 | -1/+1 |
| * | Make sure that the name attribute on lambda nodes is defined, | Torsten Marek | 2011-12-08 | 1 | -0/+6 |
| * | closes #77253: provide a way for user code to register astng transformers | Sylvain Th?nault | 2011-09-29 | 1 | -1/+2 |
| * | copy context path when cloning inference context, else we may skip undesired ... | Sylvain Th?nault | 2011-09-29 | 1 | -0/+11 |
| * | 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 |
| * | closes #74748: getitem protocal should return Const node, not the bare python... | Sylvain Th?nault | 2011-09-07 | 1 | -0/+4 |
| * | closes #74746: should return empty module when __main__ is imported | Sylvain Th?nault | 2011-09-07 | 1 | -0/+5 |
| * | dtw | Sylvain Th?nault | 2011-07-11 | 1 | -11/+11 |
| * | py3k: __builtin__ module renamed to builtins, we should consider this to prop... | Sylvain Th?nault | 2011-07-08 | 3 | -22/+23 |
| * | test and fix relative import inference pb, detected with python 3 | Sylvain Th?nault | 2011-07-08 | 1 | -3/+35 |
| * | fix file encoding detection with python2.x (closes #70494) | alain lefroy | 2011-07-08 | 1 | -0/+12 |
| * | closes #70565: absolute imports treated as relative (patch by Jacek Konieczny) | Sylvain Th?nault | 2011-07-08 | 2 | -0/+12 |
| * | clear ast cache to remove test inter-dependancy | Sylvain Th?nault | 2011-01-11 | 1 | -1/+2 |
| * | cleanup | Sylvain Th?nault | 2011-01-11 | 3 | -6/+4 |
| * | change ASTManager cache attribute to astng_cache so it doesn't sound protecte... | Sylvain Th?nault | 2011-01-11 | 2 | -4/+4 |
| * | add support for object.__new__ (base patch provided by Chris Torek) | Sylvain Th?nault | 2011-01-05 | 1 | -0/+17 |
| * | typo in node_classes; py3k - fix manager test (can't iterate on Project) | Emile Anclin | 2010-12-15 | 1 | -2/+1 |
| * | test: only test encoding for python2x | Emile Anclin | 2010-12-15 | 2 | -99/+38 |
| * | merge | Emile Anclin | 2010-12-15 | 1 | -0/+40 |
| |\ |
|